.utilityLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCC99;
	font-weight: bold;
	text-decoration: none;
}

.whiteMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
.whiteMenuBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.greyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 3px;

}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #001A33;
	text-decoration: underline;
}
.boldText { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #333333; 
	text-decoration: none; 
	font-weight: bold}
ul{
	list-style-type: none;

}
.utilityLinksMenu {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: 001A33; 
	text-decoration: underline
	}
li {
	list-style-image: url(../images/bullet.jpg);
}
.footnote {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.whiteText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(../images/100_button.gif);
	background-repeat: no-repeat;
	border: none;
	cursor: hand;
	height: 25px;
	width: 100px;
}
.utilityLinksMenuSep {

	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: 001A33; 
	text-decoration: none
}
.whiteBullet {
	text-align: left;
	text-indent: 10px;
	display: list-item;
	list-style-image: url(../images/white_bullet.gif);
}
