.nav {
	float: left;
	font-size: 1em;
	font-style: normal;
	color: #999999;
	font-weight: bold;
}
.nav a {
	color: #999999;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 5px;
	background-image: url(/img/empty_dot.gif);
	background-repeat: no-repeat;
}
.nav a:hover, .nav a:visited:hover, .nav a:active, .nav a:focus {
	color: #000000;
	text-decoration: none;
	background-image: url(/img/dot.gif);
	background-repeat: no-repeat;
}
.nav li {
	list-style-type: none;
	float: left;
	width: auto;
}
.nav ul {
	margin: 0;
	padding: 0;
}
.nav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #CCCCCC;
	display: none;
	font-weight: bold;
}
.nav2 a {
	color: #999999;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 10px;
	background-image: url(/img/empty_dot.gif);
	background-repeat: no-repeat;
}
.nav2 a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(/img/dot.gif);
	background-repeat: no-repeat;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #000000;
}
.text a {
	color: #0062ae;
	font-weight: bold;
	text-decoration: none;
	
}
.text a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.largetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	color: #000000;
}
.largetext a {
	color: #0062ae;
	font-weight: bold;
	text-decoration: none;
	
}
.largetext a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	color: #1e2dc6;
	font-weight: bold;
	font-size: 1.2em;
}
.blktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	color: #000000;
}
.button {
	color: #FFFFFF;
	background-color: #0062ae;
	font-size: 0.9em;
	font-weight: bold;
}
