body{
	background:#001326;
	margin:0px;
}


/* LINKS */

a.navlink {
	font-family:arial;
	font-size: 12px;
	font-weight:bold;
	color:#fff;
	text-decoration: none;
}
a.navlink:hover {
	font-family: arial;
	font-size: 12px;
	font-weight:bold;
	color: #85C3EE;
	text-decoration:none;
}
a.readmorelink {
	font-family:Tahoma;
	font-size: 11px;
	font-weight:normal;
	color:#ff0000;
	text-decoration: underline;
}
a.readmorelink:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight:normal;
	color: #ff0000;
	text-decoration:none;
}
a.footerlink {
	font-family:arial;
	font-size: 11px;
	font-weight:bold;
	color:#fff;
	text-decoration: none;
}
a.footerlink:hover {
	font-family: arial;
	font-size: 11px;
	font-weight:bold;
	color: #85C3EE;
	text-decoration:none;
}


/* BG's */

.body_top_bg {
	background:url(../images/body_top_bg_img.jpg) repeat-x; 
}
.body_left_img {
	background:url(../images/body_left_img.jpg) no-repeat left top; 
}
.body_right_img {
	background:url(../images/body_right_img.jpg) no-repeat left top; 
}
.body_header_top_img {
	background:url(../images/body_header_top_img.jpg) repeat-x; 
	height:26px;
}
.body_devider {
	background:url(../images/devider.jpg) repeat-x center; 
	height:40px;
}
.news_devider {
	background:url(../images/latest_news_devider.jpg) no-repeat center; 
	height:20px;
}


/* BODY_TXT */

.white_bold_txt{
	font-family:arial;
	font-size: 11px;
	font-weight:bold;
	color:#fff;
	line-height:18px;
}
.white_txt{
	font-family:arial;
	font-size: 11px;
	font-weight:normal;
	color:#fff;
}

.body_txt{
	font-family:arial;
	font-size: 12px;
	font-weight:normal;
	color:#012952;
	text-align:justify;
	line-height:18px;
}
.body_small_txt{
	font-family:arial;
	font-size: 11px;
	font-weight:normal;
	color:#012952;
	text-align:justify;
	line-height:18px;
}

.text_padding{
 padding:6px 10px;
	
}