body {
	margin: 0px;
	background-image:            url("images/layout/hubbg.gif");
	background-repeat: no-repeat;
}
.homebodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-image:            url("images/layout/hubtextbg.gif");
	background-repeat: no-repeat;
	background-position: 66px 44px;
	padding-top: 63px;
	padding-left: 83px;
	width: 325px;
	text-align: justify;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
}

a:hover{
	color: #E40011;
	text-decoration: none;
}

a.linkgray:link{ 
	color: #CCCCCC;
	text-decoration: none;
} 

a.linkgray:visited{ 
	color: #CCCCCC; 
	text-decoration: none;
} 

a.linkgray:active{ 
	color: #CCCCCC;
	text-decoration: underline;
} 

a.linkgray:hover{ 
	color: #CCCCCC; 
	text-decoration: underline;
}

a.linkwhite:link{ 
	color: #FFFFFF;
	text-decoration: none;
} 

a.linkwhite:visited{ 
	color: #FFFFFF; 
	text-decoration: none;
} 

a.linkwhite:active{ 
	color: #FFFFFF;
	text-decoration: underline;
} 

a.linkwhite:hover{ 
	color: #FFFFFF; 
	text-decoration: underline;
}
