/* CSS Document */
.main-menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #660033;
	text-decoration: none;
	font-weight: bolder;
}
a:link {
	font-family: Vogue;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
a:visited {
	font-family: Vogue;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
a:active {
	font-family: Vogue;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
a:hover {
	font-family: Vogue;
	font-size: 11px;
	color: #66CCFF;
	text-decoration: none;
}
.header1 {
	font-family: Vogue;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.main-text {
	font-family: Vogue;
	font-size: 12px;
	color: #666666;
}
.small_text {
	font-family: Vogue;
	font-size: 10px;
	color: #999999;
}
.repeater_none {
	background-repeat: no-repeat;
	background-position: right top;
}
.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: Vogue;
	font-size: 10px;
}
.small_links a:link {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
	font-family: Vogue;
}
.small_links a:visited {
	color: #666666;
	text-decoration: underline;
	font-size: 10px;
	font-family: Vogue;
}
.small_links a:active {
	color: #666666;
	text-decoration: underline;
	font-size: 10px;
	font-family: Vogue;
}
.small_links a:hover {
	color:#66CCFF;
	text-decoration: none;
	font-size: 10px;
	font-family: Vogue;
}

.small_links_b {
	font-family: Vogue;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.small_links_b a:link {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
	font-family: Vogue;
}
.small_links_b a:visited {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
	font-family: Vogue;
}
.small_links_b a:active {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
	font-family: Vogue;
}
.small_links_b a:hover {
	color:#66CCFF;
	text-decoration: none;
	font-size: 10px;
	font-family: Vogue;
}
/* END small_links */
