@charset "ISO-8859-1";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
a:link {
	text-decoration: none;
	color: #000000;
}
.general_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.small_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
}
.nav_title {
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	display: inline;
}

.nav_title a:link{
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	display: inline;
}

.nav_title a:hover{
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
	text-decoration: underline;
	display: inline;
}
.nav_links {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

.nav_links a:hover{
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: underline;
	list-style-type: disc;
}
ul {
	display: inline;
	list-style-position: inside;
}
.float_middle {
	position: fixed;
	width: 240px;
	top: 160px;
}
li {
	list-style-type: circle;
	margin-left: 15px;
	list-style-position: outside;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
