/*********** #list styles ***********/

#list{
	font-size: 10px;
	color: #FFFF00;
	font-family: Verdana;
	font-weight: bold;
	text-transform: uppercase;
}
#list a:link{
	font-size: 10px;
	color: #FFFF00;
	font-family: Verdana;
	font-weight: bold;
	text-transform: uppercase;
}
#list a:visited{
    font-size: 10px;
	color : #FFFF00;
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
}
#list a:hover{
    font-size: 10px;
    color: #FFFFFF;
	padding-left: 11px;
    text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
}
.blue {
	color: #000099;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
}
.caps {
	font-weight: bold;
	line-height: 12px;
	padding-top: 4px;
	padding-bottom: 5px;
}
.bluename {
	font-weight: bold;
	text-transform: uppercase;
	color: #0000CC;
}
.redphone {
	font-weight: bold;
	color: #FF0001;
}
.xheader {
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.yellowfillbox {
	color: #FF0000;	
	font-weight: bold;
	background-color: #FFFF00;
}

