/* CSS Document */

body {
	font-family:tahoma;
	font-size:12px;
	color:#FFFFFF;
	background:#2b2d31;
	margin:0px;
	padding:0px;
	}
	
.menu_bg{
	background:url(../images/menu_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	height:76px;
	}
	
.body_text{
	font-family:tahoma;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	line-height:15px;
	}
	
.homepage_text{
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
	line-height:15px;
	}
	
.inner_body_bg{
	background:#131416 url(../images/inner_body_bg.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:140px;
	}
	
.h_text_1 {
	font-family:tahoma;
	font-size:16px;
	color:#f2261c;
	font-weight:bold;
	}
	
.more {
	font-family:tahoma;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;	
	}

a.more:hover {
	font-family:tahoma;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	}
	
.footer_menu{
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	color:#9b9b9b;
	text-decoration:none;
	text-transform:uppercase;
	}
	
a.footer_menu:hover{
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	color:#9b9b9b;
	text-decoration:underline;
	text-transform:uppercase;
	}
	
.footer_text{
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	color:#9b9b9b;
	}
	
	
	
	
	
	