body {
	background-color:#EEEEEE; 
	background-image: url('images/bg.png');
	background-position: top center;
	background-repeat: repeat-y;
	padding: 0;
	margin: 0 auto 0 auto;
	color: #303030;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em; 
	min-width: 802px;
	height: 100%;
}
	
A:link      {text-decoration: none; color: #000080; font-weight: bold;}
A:visited  {text-decoration: none; color: #000080; font-weight: bold;}
A:active  {text-decoration: none; color: #000080; font-weight: bold;}
A:hover   {text-decoration: underline; color: #000080; font-weight: bold;}
	
td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	}
	
td span {
	font-size: 9px;
	font-weight: bold;
	}
	
h1	{
	font-size: 16px;
	color: #800000;
	}
	
h2	{
	font-size: 14px;
	color: #800000;
	}
	
.menu-title
	{
	background-color: #800000;
	font-weight: bold;
	color: #ffffff;
	}
