BODY { 
	margin: 0 0 0 0;
	background-color: white;
}

body, p, div, td {
	font-family: Times, Times New Roman, serif;
	font-size: 11pt;
}

A:link { color: #FF0000; text-decoration: none; }
A:visited { color: #FF0000; text-decoration: none; }
A:hover { color: black; text-decoration: underline; }

.nav {
	font-family: arial, Sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: white;
}

A.nav:link { color: white; text-decoration: none; }
A.nav:visited { color: white; text-decoration: none; }
A.nav:hover { color: #FFF334; text-decoration: underline; }

H1, .HD1 {
	font-size: 14pt;
}

H2, .HD2 {
	font-size: 12pt;
}

H3, .HD3 {
	font-size: 12pt;
}

.attention {
	width: 75%;
	font-size: 120%;
	color: white;
	background-color: #FF0000;
}

.copyright {
	font-size: 7pt;
	color: #AFAFAF;
}

A.copyright:link { color: #AFAFAF; text-decoration: none; }
A.copyright:visited { color: #AFAFAF; text-decoration: none; }
A.copyright:hover { color: #AFAFAF; text-decoration: none; }

/* contact form start */

table.contacttable {
	background-color: #FFF334;
	border-width:1px; border-color: #959494; border-style: solid;
}

.contactinput,
.contactbutton,
.contactarea {
	border: 1px solid #959494;
	background: white;
	padding-left: 2px;
	font-size: 11px;
}

.contactinput,
.contactarea {
	width: 300px;
}

.contactinput {
	height: 17px;
}

.contactbutton { 
	cursor: hand;
}

.contacttext {
	font-size: 11px;
}

/* contact form end */

/* free report stuff */

.freerptinput,
.freerptbutton {
	border: 1px solid #959494;
	background: white;
	padding-left: 2px;
	font-size: 11px;
}

.freerptinput {
	width: 100px;
	height: 17px;
}

.freerptbutton { 
	cursor: hand;
	width: 100px;
}



/* free report stuff end */
