body
{
	font: 13pt 'Century Gothic';
	font-weight: bold;
	color: #7D3F0E;
}

tr {
	font: 13pt 'Century Gothic';
	font-weight: bold;
	color: #7D3F0E;
}
td {
	font: 13pt 'Century Gothic';
	font-weight: bold;
	color: #7D3F0E;
}

font.normal 
{
	font: 13pt 'Century Gothic';
	font-weight: bold;
	color: #7D3F0E;
}

font.bignormal 
{
	font: 16pt 'Century Gothic';
	font-weight: bold;
	color: #7D3F0E;
}


font.blue
{
		font: 10pt 'Tahoma' , Arial;
		color: Navy;
}
font.big
{
    font: bold 16pt 'Tahoma' , Arial;
    color: forestgreen;
}
font.bigred
{
	font: bold 14pt 'Verdana' , Arial;
	color: red;
}
font.small
{
		font: 7pt 'Tahoma' , Arial;
}
font.blueheader 
{
	font: 10pt 'Tahoma' , Arial;
	color:Navy;
	text-decoration:underline;

}
div.content 
{
	height:530; 
	width: 570; 
	padding-left: 20;
	padding-right: 20;
	
	overflow: auto; 
}

a {
text-decoration:none;
color: blue;
cursor: hand;
}
a.visited {
text-decoration:none;
color: blue;
cursor: hand;
}
a:hover{
text-decoration:none;
color: red;
cursor: hand;
}


a.powered {
	font:normal 8pt Tahoma;
	color:#B4A485;
	cursor:hand;
	 TEXT-DECORATION: none;
}
a.visited.powered {
	font:normal 8pt Tahoma;
	color:#B4A485;
	cursor:hand;
	 TEXT-DECORATION: none;
}

