body {
	margin: 0px;
	background-image: url(images/wallpaper.gif);
	background-position:0px 0px;
	background-repeat:repeat-x;
	background-color:#0134cc;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
small {
	font-size: 10px;
	color: #666666;
}
.secondaryMenu {
	font-size: 12px;
	color: #FFFFFF;
}
.secondaryMenu a:link{
	color: #FFFFFF;
}
.secondaryMenu a:hover{
	color: #FFFFFF;
}
.secondaryMenu a:visited{
	color: #FFFFFF;
}


h1 {
	font-size: 22px;
	color: #CC0000;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CC0000;
}
h3 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #3399FF;
}
p {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
strong {
	font-style: normal;
	font-weight: bold;
}

a{
	font-style: normal;
	font-weight: normal;
	color:#3366FF;
}
a:visited {
	font-style: normal;
	font-weight: normal;
	color:#3366FF;
}
a:active {
	font-style: normal;
	font-weight: normal;
	color:#CC0000;
}
a:hover {
	font-style: normal;
	font-weight: normal;
	color: #CC0000;
}

.footer a {
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
}
.footer a:visited {
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
}
.footer a:active {
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.footer a:hover {
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.footer p {
	font-size: 10px;
	color: #CCCCCC;
}

.table{
	border:1px solid #cccccc;
}
.table th{
	background-color:#dddddd;
	font-style: normal;
	font-weight: bold;
	color:#CC0000;
	font-size: 14px;
	padding:5px;
	text-align:left;
}
.table td{
	background-color:#ffffff;
	font-style: normal;
	padding:5px;
	border-bottom:1px solid #ccc;
}
.table .subhead th{
	background-color:#efefef;
	font-style: normal;
	font-weight: bold;
	color:#333333;
	font-size: 12px;
	padding:5px;
	border-right:1px solid #cccccc;
}
.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;
}
.zone{
	border:1px solid #ccc;
}

.footer {
	
}

/*************************************************************************
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;
}
.inlineheader {
	font-weight: bold;
	color: #0099FF;
}
.medium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
}

