body
	{
	background-image: url('images/siteBg.jpg');
	background-position:  center;
	background-repeat: repeat-y;
	font-family: verdana;
	margin: 0px;
	}
	
td.mainContent
	{
	font-size: 10pt;	
	}

td.Title
	{
	font-size: 20pt;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background-color: #FFa031;
	height: 44px;
	}
	
td.leftMenu
	{
	font-size: 8pt;
	padding-left: 20px;
	line-height: 16px;
	}
	
a.leftMenu
	{
	text-decoration: none;
	width: 70%;
	padding-left: 6px;
	}
	
a.leftMenu:hover
	{
	background-color: #FFC254;
	}
	
a.footMenu
	{
	text-decoration: none;
	font-size: 7pt;

	}
	
a.footMenu:hover
	{
	text-decoration: underline;
	}