BODY
{
    background-color: #F0F0F0;
    color: #000000;
    font-family: Arial;
    font-size: 11px;
}

input, select,textarea {
	font-family: Arial ;
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-decoration: none;
	border-width : 1 1 1 1;
}


TABLE
{
    font-family: Arial;
    font-size: 11px;
}

TD.Title{padding-left : 3px;padding-right : 3px;background-color : #F0F0F0;}
TD.Form{padding-left : 3px;padding-right : 3px;background-color : #F0F0F0;}
<!-----------------
A:link
{
    border-bottom: silver;
    border-left: silver;
    border-right: silver;
    border-top: silver;
    color: #0000FF
}

A
{
    color: purple;
    text-decoration : none;
}
.header{
 	font-family: Arial;
 	font-size: 12px;
 	font-weight: bold;
 	color: white;
 	text-decoration: none;
 	background-color: 000099;
 }

a:hover {
    text-decoration : underline; color:FF0000;
}


------------------->


TD.Row_Header {
	font-family : Arial;
	font-size : 11px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : White;
	background-color : #ABABAB;
	height : 20pt;
	padding-left : 5px;
	padding-right : 5px;
}

TR.Row_1 {
	font-family : Arial;
	font-size : 11px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : Black;
	background-color : #B2CFFF;
	padding-left : 5px;
	padding-right : 5px;
}

TR.Row_2 {
	font-family : Arial;
	font-size : 11px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : Black;
	background-color : #CCCCCC;
	padding-left : 5px;
	padding-right : 5px;
}

