h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
}
body {
	scrollbar-face-color:#ff6600;
	scrollbar-shadow-color:#ff6600;
	scrollbar-highlight-color:#ff6600;
	scrollbar-3dlight-color:#ff9900;
	scrollbar-darkshadow-color:#ff3300;
	scrollbar-track-color:#000000;
	scrollbar-arrow-color:#000000;
	color:#FF6600;
	font-family: Arial, Helvetica, sans-serif;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
}
.bdttxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF6600;
}
.headline-inverse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #FF6600;
}	
.scroller {
	overflow: auto;
	height: 350px;
	width: 100%;
	color: #FF6600;
}
.issues {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}
.xmasbanner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	background-color: #FFFFFF;
	background-position: center;
}
A:link {
	text-decoration: none;
	background-color: #000000;
	color: #FF6600;
}
A:visited {text-decoration: none;
	background-color: #000000;
	color: #FF6600;}
A:active {text-decoration: none;
	background-color: #000000;
	color: #FF6600;}
A:hover {text-decoration: underline;
	background-color: #FF6600;
	color: #000000;}