H1
{
background: #ffffff;
font-size: 18pt;
font-family: courier, sans-serif;
color: #990000;
text-align: left;
}

H2
{
background: #ffffff;
font-size: 14pt;
font-family: courier, sans-serif;
color: #000000;
text-align: left;
}

body, table, tr, td, p
{
background: #ffffff;
font-size: 10pt;
font-family: arial, sans-serif;
color: #000000;
text-align: left;
}

a:link, a:visited, a:active {
	color: 			#999999;
	}

a:hover {
	padding-left: 		0px;
	color: 			#990000;
	text-decoration:	underline}


#wrap {
width:850px;
background:#fff;
margin-left: 		50px;
	margin-top:		50px;
}

#wrapleft {
	width: 			300px;
	float: 			left;
        padding: 5px;
	background-color: 	#fff;
}

#wrapright {
	width: 	500px;
        float:   right;
        padding: 5px;
        background-color: #fff;
}




