/* CSS Document */
.main-menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #2E5BAF;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6699FF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6699FF;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6699FF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6699FF;
	text-decoration: none;
	font-weight: bold;
}
.main-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6699FF;
}
.small_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3165CE;
}
.repeater_none {
	background-repeat: no-repeat;
}
.repeater_back {
	background-repeat: no-repeat;
	background-position: right top;
}
/* Below is the CSS used for smaller links in navigation submenus*/
.small_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.small_links a:link {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}
.small_links a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}
.small_links a:active {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}
.small_links a:hover {
	color:#FF9933;
	text-decoration: none;
	font-size: 10px;
}

.small_links_b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;

}
.small_links_b a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 10px;
}
.small_links_b a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 10px;
}
.small_links_b a:active {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 10px;
}
.small_links_b a:hover {
	color:#FF9933;
	text-decoration: none;
	font-size: 10px;
}
/* END small_links */
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #EEF4F9;
	text-decoration: none;
}
