/*///////////// BODY / TABLE ///////////////////*/

body,table {
	font-family: Verdana,Arial,Helvetica;
	font-size: 10pt;
	color: #41508B;
	font-weight: none;
	
	scrollbar-base-color: #41508B;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #41508B;
	scrollbar-3d-light-color: #41508B;
	scrollbar-highlight-color: #41508B;
	scrollbar-face-color: #DDEEFF;
	scrollbar-shadow-color: #41508B;
	scrollbar-darkshadow-color: #41508B;
}

/*///////////// LINKS ///////////////////*/

a:link{
	text-decoration: underline;
	color: #000080;
	font-weight: bold;
}
a:active{
	text-decoration: underline;
	color: #000080;
	font-weight: bold;
}
a:visited{
	text-decoration: underline;
	color: #000080;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
	color: #9F9F9F;
	font-weight: bold;
}

/*///////////// LINK ROLLOVERS ///////////////////*/
a.menu:link, a.menu:visited, a.menu:active, a.menu:hover
{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 16px;
	background: #DDEEFF;
	border: solid #002142;
	border-width: 1 1 1 1;
	color: #000080;
	font-weight: bold;
	padding-left: 5px;
}
a.menu:hover
{
	background: #41508B;
	border: solid #FFFFFF;
	border-width: 1 0 1 0;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
}

/*///////////// OTHER ///////////////////*/

.input {
	font-family: Verdana,Arial,Helvetica;
	font-size: 9pt;
	color: #41508B;
	background: #EBEBEB;
	border: 1px #41508B solid;
}
.submitbutton {
	font-family: Verdana,Arial,Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #41508B;
	background: #DDEEFF;
	border: 1px #41508B solid;
}
.instructions {
	font-family: Verdana,Arial,Helvetica;
	font-size: 7pt;
	color: #41508B;
}