body {
	background-color: #efefef;
	margin: 0px;
}
body,td,th{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.strapline {
	font-weight: bold;
	color: #999999;
}

/* BOX FOR IMAGE IN TOP RIGHT */
#box {
	position: relative;
	left: -146px;
}
#box-news {
	position: relative;
	left: -146px;
	top:0px;
}
#box-newsarchive {
	position: relative;
	left: -146px;
	top:10px;
	border:1px solid red;
}
/* END */

a:link {
	color:#CC6600;
	text-decoration:none;
}
a:visited {
	color: #CC6600;
	text-decoration:none;
}
a:hover {
	color: #f90;
}

.header {
	color: #999;
	font-size:10px;
}
.header a:link {
	color: #999;
	text-decoration:none;
}
.header a:visited {
	color: #999;
	text-decoration:none;
}
.header a:hover {
	color: #f90;
}

.menu {
	color: #09f;
}
.menu a:link {
	color: #09f;
	text-decoration:none;
}
.menu a:visited {
	color: #09f;
	text-decoration:none;
}
.menu a:hover {
	color: #f90;
}

.footer {
	color: #999;
	font-size:10px;
}
.footer a:link {
	color: #09f;
	text-decoration:none;
}
.footer a:visited {
	color: #09f;
	text-decoration:none;
}
.footer a:hover {
	color: #f90;
}

h1 {
	font-size: 24px;
	color: #0099FF;
	font-weight: normal;
	display: inline;
}
.lead {
	font-weight: bold;
}
ul li{
	font-weight: bold;
	color: #0099FF;
}
ul li li{
	font-weight: normal;
	color: #0099FF;
}

.zone {
	border: 1px solid #CCCCCC;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #0099FF;
	clip: rect(auto,auto,auto,auto);
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.news_headline {
	font-weight: bold;
}
.news_date {
	font-style: italic;
	color: #666666;
}
.imglink{
	border: 1px solid #996600;
}
h3 {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

/*************************************************************************
TABLE 
*************************************************************************/

.table{
	border:1px solid #cccccc;
	margin:0px;
}
.table th{
	background-color:#dddddd;
	font-style: normal;
	font-weight: bold;
	color:#0099FF;
	font-size:14px;
	padding:5px;
	margin:0px;
}
.table td{
	background-color:#ffffff;
	font-style: normal;
	padding:5px;
	margin:0px;
}
.table .subhead th{
	background-color:#efefef;
	font-style: normal;
	font-weight: bold;
	color:#333333;
	font-size: 12px;
	padding:5px;
}
.table .subhead td{
	background-color:#efefef;
	font-style: normal;
	font-weight: bold;
	color:#333333;
	font-size: 12px;
	padding:5px;
}
.table .row1 th{
	background-color:#fafafa;
	font-style: normal;
	font-weight: bold;
	color:#333333;
	font-size: 12px;
	padding:5px;
	border-right:1px solid #cccccc;
}
.table .row1 td{
	background-color:#ffffff;
	font-style: normal;
	font-weight: normal;
	color:#333333;
	font-size: 12px;
	padding:5px;
}
.table .row2 th{
	background-color:#fafafa;
	font-style: normal;
	font-weight: bold;
	color:#333333;
	font-size: 12px;
	padding:5px;
	border-right:1px solid #cccccc;
}
.table .row2 td{
	background-color:#ffffff;
	font-style: normal;
	font-weight: normal;
	color:#333333;
	font-size: 12px;
	padding:5px;
}

/*************************************************************************
NEWS 
*************************************************************************/

/* FEED */

.news_feed{
	margin-bottom: 20px;
	clear: left;
	border-bottom: 1px solid #ccc;
}
.news_feed_precis{

}
.news_feed_date{
	font-size:10px;
	color:#999;
	font-style:italic;
	margin-bottom:10px;
}
.news_feed_headline{
	font-size:12px;
	color:#000;
	font-style:normal;
	font-weight:bold;
	display:block;
}

.news_feed_img {
}

.news_feed_img img{
	border:none;
	margin: 0px 5px 5px;
	float: left;
}

/* ARTICLE */

#news_article{

}
.news_article_body{
	
}
.news_article_date{
	font-size:12px;
	color:#999;
	font-style:italic;
	float:right;
}
.news_article_headline{
	font-size:12px;
	color:#000;
	font-style:normal;
	font-weight:bold;
	display:inline;
}
.news_article_img img{
	margin:10px;
	border:none;
}
.news_article_link{
	margin-top:20px;
}
