body, html
{
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
	
.copyright {
	font-size: 9pt;
}

a:link {
	color: #cc6600;
	text-decoration:none;
}
a:visited {
	color: #cc6600;
	text-decoration:none;
}
a:hover {
	color: #FF9900;
	text-decoration:none;
}

.content_area
{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.style1 {
	font-size: 12pt;
	font-weight: bold;
}
.style2 {
	font-size: 8pt;
	font-weight: bold;
}
.style3 {
	font-size: 12pt;
	font-weight: bold;
}
.smallBorder
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}