body {
	background-color: #f9f9f9;
	/* background-image: url(../images/topbg.gif); */
	/* background-repeat: repeat-x;  */
	/* background-position: 100% 0%; */
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em; /* copied from opposite side (right) */
	padding: 0; /* what Opera thinks is right */
	text-decoration: none;
	font-family: "Arial", "Helvetica","verdana";
	word-spacing: 1px; /* letter-spacing: 1px;  */
	font-weight: normal;
	font-size: 12px;
	color: #555555;
	cursor: crosshair;
}
td, th, pre {
	text-decoration: none;
	font-size: 11px;
}
h3 {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-transform: none;
}
b, strong, h4  {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #082041;
}
option, textarea, select, .form {
 	color: #555555;
	font-size: 10px;
	padding: 2px;
}
hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style:  none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
}
a:link {
	text-decoration: none;
	color: #ff0000;
}
a:link, a:visited {
	text-decoration: none;
	color: #ff5300;
}
a:hover {
	color: #ff0000;
}

.content {
	text-decoration: none;
	background-color: #ffffff;
	font-size: 11px;
	padding: 8px;
	color: #888888;
	height: 400px;
}
.pagetitle {
	text-decoration: none;
	font-weight: strong;
	font-size: 18px;
	color: #082041;
}
.news {
	text-decoration: none;
	font-size: 15px;
}
.newstitle {
	text-decoration: none;
	font-size: 10px;
}
.newscontent, a.newscontent:link, a.newscontent:visited, td.newscontent{
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
	color: #999999;
}
a.newscontent:hover {
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
	color: #FF6600;
}
.red  {
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #ff0000;
}
.green {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #005500;
}