BODY
{
	background-image: url("images/bg.gif");
	background-repeat:repeat-x;
	background-color: #ffffff;
	font-family: verdana;
	font-size: 8pt;
	margin: 0;
} 
TD
{
	font-family: verdana;
	font-size: 8pt;
	color: #575757;
}
hr
{
	color: #626a6c;
	background-color: #626a6c;
	height: 2px;
}
.title
{
	font-size: 15pt;
	color: #575757;
	font-weight: bold;
}
.heading
{
	font-size: 22pt;
	color: #FFFFFF;
	font-weight: bold;
}
.pad
{
	padding:0px 20px 20px 20px;
	background: #FFFFFF;
}
.menu
{
    padding: 5px 5px 5px 5px;
    background: #c8c8c8;
    width: 100%;
}
.redText
{
    color:red;
}
A:link,A:visited,A:active
{	
	text-decoration:	underline;
	color:	#333333;
	font-weight: bold;
}			
A:hover	
{	
	text-decoration:	none;
	color:	#e58400;
	font-weight: bold;
} 	
A.nav:link,A.nav:visited,A.nav:active
{	
	text-decoration:	none;
	color:	#ffffff;
	font-weight: bold;
	font-size: 9pt;
}			
A.nav:hover	
{	
	text-decoration:	underline;
	color:	#e58400;
	font-weight: bold;
	font-size: 9pt;
}
A.whiteLink:link
{
	text-decoration:	none;
	color:	#ffffff;
}		
A.whiteLink:hover	
{	
	text-decoration:	underline;
	color:	#e58400;
}