body, input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
h1{
	font-size:14px;
	font-weight:bold;
	padding:0px;
}
td{font-size:12px;}
a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.header{
	width:100%;
	background:#0F75DB url(images/header.gif) top left no-repeat;;
	min-width:780px;
	height:200px;
}
.menu{
	width:100%;
	margin: 7px 0px 0px 0px;
	background-color:#0F75DB;
}
.menu p{
	margin:0px 0px 5px 0px;
	color:#ffffff;
	font-weight:bold;
}
.menu a{
	color:#000000;
	font-weight:normal;
}

.menu a strong{
	color:#ffffff;
	font-weight:bold;
}


.scroller{
	display:block;
	position:relative;
}
.dCont{
	display:block;
	height:90px;
	position:relative;
	clip:rect(0px 0px 170px 90px);
	overflow:hidden;
	width:170px;
}
.scroll_2{
	float:left;
	width:20px;
	display:block;
	position:relative;
	margin:0px;
	visibility:hidden;
}
.menu-up{
	display:block;
	margin:0px 0px 70px 0px;
}
.grey{
	margin: 0px;
	width: 100%;
	padding: 0 0 20 0px;
	background-color:#f0f0f0;
}
.content{
	width:780px;
	max-width:100%;
	padding: 20 0 0 20px;
}
.divWidth{
	width:780px;
	max-width:100%;
	padding:0px;
}

.blue{
	color: #0F75DB;
	font-weight: bold;
}
.footer{
	height:60px;
}
.footer p{
	margin:5px 20px 10px 20px;
	white-space:nowrap;
}

/* RTE / Table styling */
TABLE.contenttable { 
  border: 0px; 
  margin: 0px 0px 0px 0px; 
  width: 100%; 
}

TABLE.contenttable TR TD { 
  padding: 0px 0px 0px 0px; 
  vertical-align: top;
}


#arrow {
  display: none;
}


.rss_link a { background:url(images/rss.gif) no-repeat;
padding-top:32px; display:block; float:right; position: absolute;
top:220px; left:850px; width:100px; }
