/* CSS Document */
body, p, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333638;
	font-size: 12px;
	font-weight: normal;
}
.subheader {
	font-size: 13px;
	font-weight: bold;
}
.whiteText {
	color: #ffffff;
}
.redText {
	color: #ff0000;
}
.redBold {
	color: #ff0000;
	font-weight:bold;
}
.bigred {
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
}
.footer {
	font-size: 11px;
}
.footerMenu {
	color: #be0931;
	font-weight: bold;
}

/****************************/
/********* Link CSS *********/
a {
	color: #29a5ed;
	text-decoration: underline;
}
a:hover {
	color: #29a5ed;
	text-decoration: none;
}
a.visited {
	color: #29a5ed;
	text-decoration: underline;
}
.footerMenu a {
	color: #00548b;
	text-decoration: none;
}
.footerMenu a:hover {
	color: #000000;
	text-decoration: none;
}
.footerMenu a:visited {
	text-decoration: none;
}

/****************************/
/********* List CSS *********/
.customBullet li {	
	list-style-image: url(images/marker.gif);
	line-height: 1.63em;	
}
/* .customBullet li a{	
	list-style-image: url(images/marker_link.gif);	
} */
.boxBullets li {	
	list-style-image: url(images/marker.gif);	
	font-size: 11px;
}
.boxBullets li a {	
	list-style-image: url(images/marker_link.gif);	
}
