/* Font Styles  */

h1, h2, h3, h4, h5, p
	{
		font-family: Verdana;
		font-size: 12pt;
		color: #053976;
		font-weight: bold;
		text-align: left;		
	}
h2
	{
		font-size: 10pt;
		font-weight: bold;		
	}
p
	{
		font-size: 10pt;
		color: #000000;
		font-weight: normal;
		text-align: justify;
		margin-left: 15px;
		margin-right: 25px;
	}
p.halfpage
	{
		margin-right: 150px;
	}
p.pages
	{
		text-align: center;
		font-family: Verdana;
		font-size: 10pt;
		font-weight: normal;
		color: #245A9A;
	}
/* Anchor Styles */
a, a:visited
	{
		font-family: Verdana;
		font-size: 10pt;
		font-weight: normal;
		color: #245A9A;
		text-decoration: underline;
	}
a:hover
	{
		color: #9D130E;
	}
a.lowmen, a.lowmen:visited
	{
		font-family: Verdana;
		font-size: 8pt;
		font-weight: bold;
		color: #053976;
		text-decoration: none;
	}
a.lowmen:hover
	{
		color: #000000;
		text-decoration: underline;
	}
a.topmenu, a.topmenu:visited
	{
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
		display: block;
		height: 20px;
		line-height: 14pt;
		background-image: url('../images/TopMenuAnchorBack.jpg');	
		background-position: center;
		background-repeat: repeat-x;
		border-right: 1px solid #FBE706;
	}
a.topmenu:hover
	{
		color: #FBE706;
		background-image: url('../images/TopMenuAnchorBackHover.jpg');	
		background-position: center;
		background-repeat: repeat-x;
	}
a.customerlogin, a.customerlogin:visited
	{
		display: block;
		color: #FFFFFF;
		text-decoration: none;
		margin-top: 10px;
		margin-right: 25px;
	}
a.customerlogin:hover
	{
		color: #FBE706;
	}
a.legalinfo, a.legalinfo:visited
	{
		font-weight: bold;
		text-decoration: none;
		color: #FBE706;
		border: 1px solid #397BC9;
	}
a.legalinfo:hover
	{
		color: #FBE706;
		background-color: #000000;
		border: 1px solid #FBE706;
	}
a.youandme, a.youandme:visited
	{
		color: #11263E;
		font-weight: bold;
		text-decoration: underline;
	}
a.youandme:hover
	{
		color: #9D130E;
	}