body {
	font-family: Arial, helvetica, sans-serif;
	background-color: #00B6DC;
	color: #000000;
}

body{
	scrollbar-face-color: #251A06;
	scrollbar-shadow-color: #00B6DC;
	scrollbar-arrow-color: #00B6DC;
	scrollbar-dardshadow-color: #000000;
	scrollbar-base-color: #251A06;
	font-size: 10pt;
}

td {
	font-family:  Arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}


th {
	font-family:  Arial, helvetica, sans-serif;
} 




a {
	color: #00B6DC;
	text-decoration: none;
}

a:hover {
	color: #FF00FF;
	text-decoration: none;
}


.navlink {
	color: #251A06;
	text-decoration: none;
	font-weight: bold;

}
.navlink:hover {
	color: #00B6DC;
	text-decoration: none;
	font-weight: bold;

}
.border {
	border: thin solid #00B6DC;
}

.whiteborder {
	border: thin solid #FFFFFF;
}
.dkblueborder {
	border: thin solid #00B6DC;
}
