/* CSS Document */
body{
  background-color:#fff;
  background:#fff;
  color: #000;
  font-family:Verdana,Arial;
}
.border
{
	border-bottom: 2px solid Black;
}

.contLeft

{

	width: 65%;/*354px*/

	float:left;

}

.contRight

{

	width: 30%;/*166px*/

	float:left;

	margin: 0px 0px 0px 20px; 

	/*clear: both;*/

}


.clearer
{
clear: both;
}










p,pre{
  font-family: Verdana, Arial, Courier, Swiss, sans-serif;
  font-size: 0.8em;
}

li, dd, dt{
  font-family: Verdana, Arial, Courier, Swiss, sans-serif;
  font-size: 0.8em;
}

.news-list-item {
	font-size:0.8em;
}

a, a:link, a:visited, a:active {
	text-decoration:underline;
	color:#000000;
	font-size: 0.8em;
}
	
a:hover {
	text-decoration:none;}
	
h1 {
	font-size:14px;
	padding-top:10px;
	padding-bottom:3px;}
	
h2 {
	font-size:13px;
	padding-top:7px;
	padding-bottom:0px;}

h3 {
	font-size:0.8em;
	padding-top:5px;
	padding-bottom:0px;}


h4 {
	font-size:11px;
	padding-top:10px;
	padding-bottom:3px;}

	
#noprint {
	font-size:11px;
	font-weight:bold;}
	
	@media print{
	#noprint{
	display: none;
	}
	}