body
{	background-color:#000070;
	font-weight: bold;
	color: khaki;
	font-family: 'Microsoft Sans Serif';
}
a
{
	font-weight: bold;
	color: gainsboro;
	text-decoration: underline;
}
a:hover
{
	color: white;
}

.Grid
{
	font-size: 8pt;
	color: black;
	font-family: MS Sans Serif;
	border-color: gainsboro;
	
}
.GridHeader
{
	font-weight: bold;
	font-size: 8pt;
	vertical-align: bottom;
	color: gainsboro;
	font-family: MS Sans Serif;
	background-color: #008b8b;
	text-align: center;
}
.GridHeader a
{
	color: gainsboro;
	text-decoration:  underline;
}
.GridHeader a:hover
{
	color:  white;
}

.GridItem, .GridAltItem
{
	font-size: 8pt;
	color: black;
	font-family: MS Sans Serif;
	font-weight:normal;
}
.GridItem
{
	background-color:  white;
	vertical-align: top
}
.GridAltItem
{
	background-color:  white;
	vertical-align: top

}
.GridSelItem
{
	font-weight:  bold;
	vertical-align: top
}
TEXTAREA
{
	font-size: 8pt;
	color: black;
	font-family: MS Sans Serif;
	background-color:  White;
}
.btn
{
	background-color:  maroon;
	font-size: 8pt;
	color: white;
	font-family: MS Sans Serif;
	font-weight:  bold;
}
.GridItem a, .GridAltItem a, .GridItem a:active, .GridAltItem a:active, .GridItem a:hover, .GridAltItem a:hover, .GridItem a:visited, .GridAltItem a:visited, .GridItem a:link, .GridAltItem a:link
{
	font-weight: normal;
	font-size: 8pt;
	color: goldenrod;
	font-family: MS Sans Serif;
}

