BODY, TD, TH, DL, UL, OL, P {    FONT-FAMILY: Tahoma, sans-serif; FONT-SIZE: 9pt;}
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #0000FF;
	text-decoration: none;

}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;

}
a:active {
	color: #0000FF;
	text-decoration: none;
}

.title
{
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3333CC;
}


.txt 
{
	font-family: Tahoma, sans-serif;
	font-size:9px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	color: #000000;
}

.submit 
{
	font-family: Tahoma, sans-serif; 
   	font-size:11px;
	border-style: solid;
   	border-width: 1px;	
}


input,select,textarea 
{
	border:thin inset #999999;
	color:#000000;
	background-color:#FFFFFF;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	list-style: circle;
}
 

h3 { font-size:10px; }


p { }
.warn { color: #FF0000; }	
.star { color: #FF0000; }

UL { list-style-type: square; }
.red { color: #FF0000; }