BODY {
	background-color: #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font :  smaller;
}
 
A {
	color: Black;
	text-decoration : none;
	border: none;
}

A:hover {
	color: red;
	text-decoration : none;
}
A:visited {
	color: Blue;
}
IMG {
	border: none;
}

H1, H2,  H4 { 
	font-variant: small-caps;
	background-color: black;
	color: white; 
	padding: 4px; 
	width: 100%;
}
h3 {
	font-variant: small-caps;
	color: black; 
	width: 100%;
	padding-bottom : 10px;
}
TABLE {
	background-color : #CAD4F6;
}
TR {
	font : Arial, Helvetica, sans-serif;
	color : Black;
}
table.boxgreen{
	background-color: #336666;
}
th{
	font-style : italic;
	font-variant : small-caps;
	font-weight : bolder;
	font-size : larger;
	text-decoration : underline;
}
tr.boxavoid
	{
	font-size: 16px;
	font-family: arial, helvetica;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #FF3737;
}
tr.boxshyaway
	{
	font-size: 16px;
	font-family: arial, helvetica;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #FF8686;
}
tr.boxreasonable
	{
	font-size: 16px;
	font-family: arial, helvetica;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #66CC99;
}
tr.boxverygood
	{
	font-size: 16px;
	font-family: arial, helvetica;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #33CC99;
}
tr.boxexcellent
	{
	font-size: 16px;
	font-family: arial, helvetica;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #336666;
	}
td.title {
	font-variant: small-caps;
	font-family: arial, helvetica;
	color: black; 
	width: 100%;
	padding-bottom : 10px;
	text-align : center;
}
td.clientname {
	color: blue;
	font-weight: bold;
	font-style : italic;
	font-size: larger;
}
td.headertitle {
	font-weight: bold;
	font-size: larger;
	text-align:right;
}	
td.boxred
	{
	font-size: 16px;
	font-family: arial, helvetica;
	font-weight: 700;
	color: #FFFFFF;
	background-color: Red;
}
th.boxgreen
	{
	font-size: 16px;
	font-family: arial, helvetica;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #336666;
	}
td.boxgreen
	{
	font-size: 16px;
	font-family: arial, helvetica;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #336666;
	}
	
.ROWMAIN {
	background-color : "#645C9C";
	font : bold medium Arial, Helvetica, sans-serif;
	color : White;
}
div.fnlist{
	font-size: 16px;
	font-family: arial, helvetica;
	font-weight: 700;
	color: #FFFFFF;
	background-color: Silver;
	margin-left : 20%;
	margin-right : 20%;
	padding-bottom : 5%;
	padding-top : 2%;
	text-align : left;
	padding-left : 15%;
	}

.inp {
	background-color : #66FF33;
	font : small-caps smaller Arial, Garamond, sans-serif;
	height : auto;
	vertical-align: middle;
}
.lab{
	font : normal bold smaller Arial, sans-serif;
	text-align: right;
}
.test{
	border-top : thin solid Blue;
}
.error{ font: italic small-caps bold larger Arial, Helvetica, sans-serif; 
 color: Red; text-align: center; }