td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a:link {  color: #000000}
a:visited {  color: #000000}
a:hover {  color: #000000}
a:active {  color: #000000}

a.custLink:link {  color: #FF3401; text-decoration: underline;}
a.custLink:visited {  color: #FF3401; text-decoration: underline;}
a.custLink:hover {  color: #FF3401; text-decoration: underline;}
a.custLink:active {  color: #FF3401; text-decoration: underline;}

a.custLink1:link {color: #284993; text-decoration: none; font-weight: bold;}
a.custLink1:visited {  color: #284993; text-decoration: none; font-weight: bold;}
a.custLink1:hover {color: #284993; text-decoration: none; font-weight: bold;}
a.custLink1:active {  color: #284993; text-decoration: none; font-weight: bold;}

a.signOut:link {  color: #FF3401; text-decoration: none; font-weight: bold;}
a.signOut:visited {  color: #FF3401; text-decoration: none; font-weight: bold;}
a.signOut:hover {  color: #FF3401; text-decoration: underline; font-weight: bold;}
a.signOut:active {  color: #FF3401; text-decoration: none; font-weight: bold;}

a.TandC:link {  color: #FF3401; text-decoration: underline; font-weight: bold;}
a.TandC:visited {  color: #FF3401; text-decoration: underline; font-weight: bold;}
a.TandC:hover {  color: #FF3401; text-decoration: underline; font-weight: bold;}
a.TandC:active {  color: #FF3401; text-decoration: underline; font-weight: bold;}

.normal {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000}

.orange {
	color: #FF3401;
}

.Titleblack {
	color: #000000;
	font-size: 12px;
}

.orangetitle {
	color: #FF3401;
	font-size: 12px;
}

.blue {
	color: #284993;
}
.white {
	color: #FFFFFF;
}
.orangebg {
	background-color: #FF3401;
}

.greybg {
	background-color: #999999;
}
.lgwhitetext {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.button1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #107AD2;
	height: 25px;
	font-weight: normal;
	width: 150px;
	border-top: thin solid #5BAEF2;
	border-right: thin solid #0F6BB7;
	border-bottom: thin solid #0F6BB7;
	border-left: thin solid #5BAEF2;

}
.border {
	border:1px; 
	border-thickness: 1px; 
	border-color: #999999; 
	border-style: solid;
}


ul { margin-top: 10px; margin-bottom: 0px; padding: 0px;}

.strike {
	text-decoration: line-through;
}

.lggreytext {
	font-size: 13px;
	color: #999999;
}

.smlgreytext {
	font-size: 11px;
	color: #999999;
}

.red {
	font-size: 11px;
	color: #CC0000;
}
