/* CSS Document */



a:link {
	color: #336600;
	text-decoration: none;
}
a:visited {
	color: #336600;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
a:active {
	color: #336600;
	text-decoration: none;
}



.linkswhite a:link {
	color: #ffffff;
	text-decoration: none;
}
.linkswhite a:visited {
	color: #ffffff;
	text-decoration: none;
}
.linkswhite a:hover {
	color: #0099FF;
	text-decoration: none;
}
.linkswhite a:active {
	color: ffffff;
	text-decoration: none;
}

.stylemenu {
	font-family: Arial;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #003399;
	background-color: #CCCCCC;
	border-color: #000066;
	list-style-type: disc;
}
.textboxes {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #336600;
	background-color: #FFFFFF;
	list-style-position: inside;
	list-style-type: circle;
	border-color: #FFFFFF;
}
.advanced {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #003399;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}

