
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 : Purple;
	font-size : 10pt;
	font : normal;
	text-align: left;
}
TD,TH {
	vertical-align : top;
}
tr.head {
	background:#ffA000;
}
td.headtext {
	color:darkred;
}
td.itemhead {
	color : #E5E4AE;
	text-align : center;
}
a:link {
	color: Crimson;
	text-decoration: none;
}
a:visited {
	color: Crimson;
	text-decoration: none;
}
a:hover {
	color: Blue;
	text-decoration: underline;
	font : italic;
}
a:active {
	color: Crimson;
	text-decoration: none;
}
a {
	color: Crimson;
	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;
}


