body {  
	background-color: #464646;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;	
}

p {
	text-align: left;
}

td {
	text-align: left;
}

#BillboardBackground {
	background-image: url(images/background_right.jpg);
}

#Billboard {
	position: relative;
	width:345px;
	height:440px;
	left: 28px;
	top: 0px;
	overflow: auto;
}

#BillboardText {

}

.copyright {
	text-align: center;
	font-size: 8pt;
	color: #898989;
}

a:link
{ 
	color: #0000FF;
	text-decoration: none;
}

a:visited
{
	color: #0000FF;
	text-decoration: none;
}

a:hover
{
	color: #FF0000;
	text-decoration: underline;
}

.small { font-size: 8pt; }