/* CSS Document */


html,body {
	height: 100%;
}

div#test {
	height: 100%;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;

}
body 
	{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	}
	
.address
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:inherit;
	color:#CFC7B5;
	}
	
td
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:inherit;
	color:#333;
	}
	
hr
	{
	height:1px;
	border:0px;
	color:#7F7765;
	background-color: #7F7765;
	width:100%;
	}
	
	
a
	{
	color:#CC0000;
	}
a:visited
	{
	color:#CC0000;
	}
a:active
	{
	color:#CC0000;
	}
a:hover
	{
	color:#660000;
	}


a.footer	
	{
	font-size:10px;
	color:#7F7765;
	}
a.footer:visited
	{
	color:#7F7765;
	}
a.footer:active
	{
	color:#7F7765;
	}
a.footer:hover
	{
	color:#33312D;
	}
	
a.addresslink	
	{
	color:#CFC7B5;
	}
a.addresslink:visited
	{
	color:#CFC7B5;
	}
a.addresslink:active
	{
	color:#CFC7B5;
	}
a.addresslink:hover
	{
	color:#CFC7B5;
	}
	
.bred
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	font-style:inherit;
	color:#CC0000;
	}
	

