BODY
{
	font-size: 0.7em;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #e4ffff;
}

td
{
	font-size: 0.7em;
}

table.main
{
	border: 1px solid #030072;
	background-color: White;
}

#content
{
	padding: 5px;

}

#cs
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	color: white;
	padding-top: 2px;
	background-color: peachpuff;
	text-align: center;
	border: 1px solid black;
	margin-top: 10px;
	width: 300px;
	font-weight: bold;
	color: Black;
}

#footer
{
	background-color: #030072;
	text-align: center;
	color: White;
	padding: 2px 0px 2px 0px;
}

#footer a
{
	color: White;
}

.dropdown
{
	font-size: 0.9em;
}

.required
{
	color: Red;
	font-weight: bold;
}

.button
{
	border-right: black 1px solid;
	border-top: white 1px solid;
	font-size: 0.9em;
	border-left: white 1px solid;
	cursor: hand;
	color: #000000;
	border-bottom: black 1px solid;
	background-color: #cccccc;
}


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
	
.Grid {
	border: solid 1px #000000;
	font-size: 11px;
	}

.Grid td {
	border: solid 1px #000000;	margin: 3px 3px 3px 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 2px; font-size: 11px;
	}

.GridHeader {
	font-weight: bold;	background-color: #99CCFF;
	}

.GridHeader a {
	text-decoration: none; 	color: LightGoldenrodYellow;  padding: 0px 15px 0px 15px;
	}

.GridHeader a:hover {
	text-decoration: underline;
	}

.GridItem, .GridAltItem {
	font-size: 11px;
	}

.GridItem {
	background-color: LightGoldenrodYellow;
	}

.GridAltItem
{
	background-color: #fffafa;
}

.GridPager
{
	font-size: 11px;
	background-color: gainsboro;
	text-align: center;
}
.GridFooter {
	background-color: #E2FDE1;
	font-size: 11px;
	}
	
	
