@charset "utf-8";
/* CSS Document */

BODY
{
	background-color: #efefef;
	background-image:url(ximages/background.jpg);
	margin-top: 20px;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-position: 0px 45px;
}
.legal {
	font-size: 8pt;
	color:#666;
}
a
{
	text-decoration:none;
	color:#009;
}
a:hover
{
	text-decoration: underline;
	color:#009;
}
.nav
{
	color:#333;
	font-size: 10pt;
}
.red_highlight {
	color: #F00;
}
