@charset "utf-8";
/* CSS Document */

#disclaimer {
	font-size: 9px;	
}

#disclaimer p {
	margin: 4px;
	font-size: 9px;
}

.trafficbar {
	font-size: 12px;
	font-weight: bold;
}

.trafficbar a:link{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.trafficbar a:link{
	font-size: 12px;
	font-weight: bold;
	color: #FFFF33;
	text-decoration: none;
}

.trafficbar a:visited{
	font-size: 12px;
	font-weight: bold;
	color: #FFFF33;
	text-decoration: none;
}
.trafficbar a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}

.sublink {
	font-size: 10px;
	font-weight: normal;	
}

h4 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFF33;
	margin-bottom: 2px;
	margin-top: 2px;
}

.subtext {
	font-size: 10px;
	color: #FFFF33;
}
h5 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 1px;
}


#spacer {
	width: 45px;
	display: inline-block;
}

.breaklinks {
	font-size: 18px;
	font-weight: bold;
	padding-right: 50px;

}