body {
margin: 0px;
padding: 0px;
text-align: center;
background-color: #FFFFFF;
}

a:link { 
	color: #C98109; 
	text-decoration:none;
	}
	
	a:visited 
	{ 
	color:#C98109; 
	text-decoration:none;
	}

	a:active
	{
	color:#C98109; 
	text-decoration:none;
	}
	
	a:hover
	{
	color:#FFBA00;
	text-decoration:none;
}

.Body1 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
.Body2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;

}
.Heading1 {
	font-family: "Trebuchet MS", Tahoma, Arial, "MS Sans Serif";
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.Nav {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
}
