body {
	scrollbar-face-color : #6CBBED;
	scrollbar-shadow-color : #6CBBED;
	scrollbar-highlight-color : #6CBBED;
	scrollbar-3dlight-color : #000065;
	scrollbar-darkshadow-color : #000065;
	scrollbar-track-color : #000065;
	scrollbar-arrow-color : #000065;
}

A:link {
	color : #000065;
	text-decoration : none;
	font-weight : bold;
	background-color : transparent;
}

A:visited {
	color : #6CBBED;
	text-decoration : none;
	background-color : transparent;
}

A:hover {
	color : #FF0000;
	text-decoration : none;
	font-weight : normal;
	background-color : transparent;
}

.mainfont {
	font-family : arial;
	font-size : 12pt;
	color :  #000065;
	background-color : transparent;
}

.mainfontbold {
	font-family :  arial;
	font-size : 12pt;
	color :  #000065;
	font-weight : bold;
	background-color : transparent;
}

.accentfont {
	font-family : arial;
	font-size : 14pt;
	color :  #000065;
	font-weight : bold;
	background-color : transparent;
}

.fieldset
{
	border-style : double;
	border-color : #00008B;
	border-width : 5px;
	width : 90%;
}

.HR {
	height : 5px;
	color : #00008B;
	background : #00008B;
}


.buttons {
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #000065;
	background-color: transparent;
	width: 55px;
	border-width: 2;
	border-color: #6CBBED;
	border-style: solid;}
