/* CSS Document */


a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #003399;
	text-decoration: none;
}

.form {
margin: 0;
padding: 0;
}



.linksorange a:link {
	color: #FF6600;
	text-decoration: none;
}
.linksorange a:visited {
	color: #FF6600;
	text-decoration: none;
}
.linksorange a:hover {
	color: #0099FF;
	text-decoration: none;
}
.linksorange a:active {
	color: #FF6600;
	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: 11px;
	font-style: italic;
	font-weight: bolder;
	color: #003399;
	background-color: #FFFFFF;
	border-color: #CCCCCC;
}
.button {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	color: #FF6600;
	background-color: #FFFFFF;
	border-color: #CCCCCC;
}
.refsearch {
	font-family: Arial;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #FF6600;
	background-color: #FFFFFF;
	border-color: #CCCCCC;
}
.advanced {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	font-weight: bolder;
	font-variant: normal;
	color: #333333;
}
