
TD,P,LI,DIV {
	font-family : Arial;
	color : Purple;
	font-size : 10pt;
}
H1,H2,H3,H4 {
	font-family : Arial;
	color : Purple;
}
TH {
	font-family : Arial;
	color : DarkGreen;
	font-size : 10pt;
	font : normal;
	text-align: left;
}
TD,TH {
	vertical-align : top;
}
tr.head {
	background:#ffA000;
}
td.headtext {
	color:#E5E4AE;
	vertical-align : middle;
}

td.itemhead {
	color : #E5E4AE;
	text-align : center;

}

td.tabval {
	color: #000000;
	background-color: #ffffff;
	vertical-align : middle;
}

td.tabvalat {
	color: #000000;
	background-color: #ffff00;
	vertical-align : middle;
}

td.tabvalhl {
	color: #000000;
	background-color: orange;
	vertical-align : middle;
}

a:link {
	color: Crimson;
	text-decoration: underline;
}
a:visited {
	color: Crimson;
	text-decoration: underline;
}
a:hover {
	color: Blue;
	text-decoration: underline;
	font : italic;
}
a:active {
	color: Blue;
	text-decoration: underline;
}
a {
	color: Crimson;
	text-decoration: none;
}

input.required {background-color: #ffffff;}
input.notrequired {background-color: #e8e8e8;}

.red {
	font-family: Arial,verdana,helvetica;
	color: #ffffff;
	background-color: #df0000;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

.green {
	font-family: Arial,verdana,helvetica;
	color: #ffffff;
	background-color: #008c00;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
table {border : 0; }

BODY{
	background-attachment : fixed;
	margin-top : 0px;
	background-color : #E5E4AE;
	scrollbar-face-color : #f5f5e0;
	scrollbar-highlight-color : #ffa000;
	scrollbar-3dlight-color : #ffa000;	
	scrollbar-shadow-color : #ffa000;
	scrollbar-darkshadow-color : #ffa000;
	scrollbar-track-color : #E5E4AE;
	scrollbar-arrow-color : red;
	scrollbar-base-color : transparent;
}


caption{
	font-family : Arial;
	font-size : 24pt;
	color : red;
	font : bold;
}
frameset{
	margin : 0px 0px 0px 0px;
}

