/*  No Border Links Container  */
.noborder
{
    font-family: "Gill Sans MT", Arial, sans-serif; 
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #D45500;
	text-align: left;
}
.noborder a:link {
    font-family: "Gill Sans MT", Arial, sans-serif; 
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-align: center;
	font-weight: bold;
	color: #D45500;
	text-decoration: underline;
}
.noborder a:visited {
    font-family: "Gill Sans MT", Arial, sans-serif; 
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;	
	color: #D45500;
}
.noborder a:hover {
    font-family: "Gill Sans MT", Arial, sans-serif; 
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;	
	color: #CCCCCC;
}