BODY, TD {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 9pt;
}

A {
	color: black;
}

A:Hover {
	text-decoration: underline;
	color: Gray;
}

A:Visited{
	color : Black;
}

A.mainlinks{
	color : Black;
	font-size : large;
	font-weight : bold;
}
A.mainlinks:Hover {
	text-decoration: underline;
	color: white;
	border:none;
}

A.sectionlinks{
	color : Black;
	font-size : medium;
	font-weight : bold;
}

INPUT {

background-color: black;
color: rgb(248, 191, 36);
font-family: verdana,arial, ms sans serif;
font-weight: bold;
font-size: 8pt
}

h4{
	color:rgb(64,0.0);
	font-size:12pt;
}

td.border{
	background-color: rgb(64,0,0);
}

p{
	width : 65%;
	text-align : justify;
	font : 12pt;
}

table.datadisplay{
	background-color:rgb(64,0,0) ;
}

td.datadisplay{
	background-color: #EEEEEE;
}

th.datadisplay{
	background-color:rgb(64,0,0) ;
	color: #EEEEEE; ;
}
dt{
	font-weight : bold;
}

table.noborder{
    border: 2px solid Black;
}
td.noborder{
    border:None;
}
