
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 5px 0px 0px 0px;
	background-color:#000;
	line-height: 17px;
}

.h3 {
	line-height: 16px;
	color: #000000;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 22px;
}

.h1light {
	font-size: 16px;
	color: #D5E5FA;
	padding-bottom: 4px;
}

.h1 {
	font-size: 16px;
	color: #000000;
	padding-bottom: 4px;
}

.snippettext {
	font-size: 12px;
	color: #000000;
}

.snippettitle {
	color: #900;
	font-weight: bold;
	font-size: 14px;
}

a:link {
	color: #9E7A4C;
	text-decoration:none;
}

a:hover {
	color: #9E7A4C;
	text-decoration: underline;
}

a:visited {
	color: #9E7A4C;
}

.footer {
	font-size: 10px;
	color: #A8BCD5;
	padding: 4px;
	text-align:right;
}

.red {
	color: #a24a13;
	font-weight: bold;
	font-size:16px;
}

.sml {
	font-size: 11px;
	color: #A24A13;
}

.bulletin {
	padding: 15px;
	font-size: 10px;
}
	
.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
	