BODY {
	MARGIN-TOP: 0px; MARGIN-LEFT: 0px
}

P{
	color			: black;
	font-family		: verdana, arial, sans-serif;
	font-size		: 9pt;
	font-weight		: normal;
	margin			: 0px;
}

UL{
	color			: black;
	font-family		: verdana, arial, sans-serif;
	font-size		: 9pt;
	font-weight		: normal;
	list-style-position	: outside;
	list-style-type		: square;
	marker-offset		: 5px;
}

.copyright {
	color			: black;
	font-family		: verdana, arial, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
}

A:hover {
	color			: #ff0000;
	font-family		: verdana, arial, sans-serif;
	font-size		: 9pt;
	font-weight		: bold;
	text-decoration		: underline;
}
A:link {
	color			: RGB( 0, 52, 123 );
	font-family		: verdana, arial, sans-serif;
	font-size		: 9pt;
	font-weight		: bold;
	text-decoration		: none;
}
A:visited {
	color			: RGB( 0, 52, 123 );
	font-family		: verdana, arial, sans-serif;
	font-size		: 9pt;
	font-weight		: bold;
	text-decoration		: none;
}

h1{
	color			: #5a82e7;
	font-family		: verdana, arial, sans-serif;
	font-size		: 18pt;
	line-height		: 100%;
	margin-bottom		: 10px;
	margin-top		: 10px;
}

h2{
	color			: RGB( 78, 109, 189 );
	font-family		: verdana, arial, sans-serif;
	font-size		: 14pt;
	line-height		: 100%;
	margin-bottom		: 10px;
	margin-top		: 0px;
}

input.button{
	color			: black;
	font-family		: verdana, arial, sans-serif;
	font-size		: 10pt;
	font-weight		: bold;
}

.error{
	color			: red;
	background		: silver;
	font-family		: verdana, arial, sans-serif;
	font-size		: 10pt;
	font-weight		: bold;
	margin-left		: 10px;
	margin-right		: 10px;
	margin-bottom		: 10px;
	margin-top		: 10px;
}

.worked{
	color			: green;
	font-family		: verdana, arial, sans-serif;
	font-size		: 10pt;
	font-weight		: bold;
	margin-left		: 10px;
	margin-right		: 10px;
	margin-bottom		: 10px;
	margin-top		: 10px;
}

.form{
	margin:10px; background:RGB( 200 216 249 ); border:2px outset RGB( 200, 216, 249 ) 
}

.field{
	background		: silver;
	border			: 2px;
	border-color		: silver;
	border-style		: inset;
}

.box{
	background		: RGB( 0 52 123 );
	border			: 2px solid RGB( 0, 52, 123 )
	
}

.boxhead{
	color			: white;
	font-family		: verdana, arial, sans-serif;
	font-size		: 10pt;
	font-weight		: bold;
}

.boxbody{
	background		: white;
}

.page_head{
	color			: RGB( 0, 52, 123 );
	font-family		: verdana, arial, sans-serif;
	font-size		: 14pt;
	font-weight		: bold;
	text-decoration		: none;
}

.locked{
	background		: RGB( 255 0 0 );
}

.unlocked{

}

td{
	color			: black;
	font-family		: verdana, arial, sans-serif;
	font-size		: 8pt;
	font-weight		: 
}

.oddrecord{
	background		: RGB( 255 255 206 );
}

.evenrecord{
	background		: white;
}

th{
	color			: white;
	background		: RGB( 78 109 189 );
	font-family		: tahoma, century gothic, times new roman, arial, sans-serif;
	font-size		: 10pt;
	font-weight		: bold
}