html, body  {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
}
   
body {
   background-image:url('images/bg.jpg');
   background-position:top;
   background-repeat:repeat-x;
   background-color:#035c9f;
}
   
#wrapper {
	text-align: left;
	vertical-align: top;
	width: 100%;
	height:100%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
   }
.h2 {
	font-family: "Trebuchet MS";
	font-size: 25px;
	color: #0f3a7b;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;
}
.footer {
	font-family: "Arial Narrow";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	line-height: 16px;
}
.footer a:link{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.footer a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.footer a:hover{
	color: #71E8FE;
	text-decoration: none;
	font-weight: normal;
}
.menu {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: normal;
	text-decoration: none;

}

.menu a:link{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.menu a:visited{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.menu a:hover{
	color: #8eeeff;
	text-decoration: none;
	font-weight: bold;
}
.news_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: none;
}
.news_title a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: none;
}
.news_title a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: none;
}
.news_title a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #246AA6;
	line-height: 16px;
	text-decoration: none;
}
