body
{
	font-family: Trebuchet MS, Arial, Geneva, Helevetica;
	font-size: 10px;
	width: 100%;
	margin: 0;
}
.menu
{
	font-size: 8pt;
	text-transform:uppercase;
	text-align: center;
	font-family: Arial, Helevetica;
}
p
{
	font-size: 10pt;
}	
.content
{
	font-size: 10pt;
	position: relative;
	left: 10;
	width: 75%;
}
.content_td
{
	font-size: 10pt;
	position: relative;
	left: 5;
	width: 95%;
}
a:link
{
	color: black;
	text-decoration: none;
	font-weight:bold;
}
a:hover
{
	color: black;
	text-decoration: underline;
	font-weight:bold;
}
a:visited
{
	color: black;
	text-decoration: none;
	font-weight:bold;
}
a:active
{
	color: gray;
	text-decoration: none;
	font-weight:bold;
}
.footer
{
	font-size: 7pt;
	position: relative;
	left: 5;
}
.quote
{
	background-color: rgb( 193, 210, 238 );
	border:1px solid rgb( 127, 157, 185);
}