/*********** #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-weight: bold;
	text-transform: uppercase;
}
.bluedifferent {
	color: #0033FF;
	font-weight: bold;
	text-transform: uppercase;
}
.blackcutlines {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	padding-top: 3px;
	padding-bottom: 8px;
	text-align: center;
	vertical-align: top;
}
.padleftright {
	float: none;
	clear: both;
	padding-right: 11px;
	padding-left: 11px;
	font-weight: bold;
}

