body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#header{
	background: #BBAE3C
	position: absolute;
	top:10px;
	left:10px;
	width:594px;
}

	
#rightcontent{
	background: Black;
	position: absolute;
	width:225px;
	top:0px;
	left: 550px;
        padding-top:10px;
        padding-left:5px;
        padding-right:5px;

}

#rightcontent a:link {
	font-family: Arial, Helevtica, sans-serif;
	font-size: 12pt;
	color: White;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font: bold;
}

h2 {
	font-family: Arial, Helevtica, sans-serif;
	font-size: 10pt;
	font: italic;
	font-weight: normal;
}

h3 {
	font-family: Arial, Helevtica, sans-serif;
	text-align: right;
	font-size: 10pt;
	font-weight: bold;
}

h4 {
	font-family: Arial, Helevtica, sans-serif;
	font-size: 12pt;
	font: normal;
	font-weight: normal;
}


a:link {
	text-decoration: none;
	color: Blue;
}

a:hover {
	color: Red;
	text-decoration: underline;
}
