/* CSS Document */
a:link {
	color: #F3F3F3;
	text-decoration: none;
}
a:visited {
	color: #F3F3F3;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #F3F3F3;
	text-decoration: none;
}


.linkswhite a:link {
	color: #666666;
	text-decoration: none;
}
.linkswhite a:visited {
	color: #666666;
	text-decoration: none;
}
.linkswhite a:hover {
	color: #98AAB8;
	text-decoration: none;
}
.linkswhite a:active {
	color: #666666;
	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: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #546376;
	background-color: #F3F4F6;
	list-style-position: inside;
	list-style-type: circle;
	border-color: #FFFFFF;
	border: 1;
}
.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;
}
