/* CSS Document */

body{
    background-image:url(images/bg.jpg);
	background-color:#740000;
	background-repeat:repeat-x;
	padding:0;
	margin:0;
	}
.header_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8B8B8B;
	font-weight:bold;
	text-decoration:none;
	padding-left:20px;
	}
.nevigation_bg{
    background-image:url(images/menu_bg.gif);
	background-repeat:repeat-x;
	}
.menu_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	}
.menu_text:hover{
	text-decoration:underline;
	}
.body{
	background-color:#1D1D1D;
	border-left:#656E63 1px solid;
	}
.body_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#808080;
	text-decoration:none;
	}
.body_text1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#808080;
	text-decoration:none;
	font-weight:bold;
	}
.body_text2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#808080;
	text-decoration:underline;
	}
.table{
	background-color:#121212;
	border-left:#656E63 1px solid;
	border-bottom:#656e63 1px solid;
	border-right:#656e63 1px solid;
	}
.footer {
	font-family:tahoma;
	font-size:10px;
	color:#73674D;
	text-decoration:none;
	font-weight:bold;
	}
	
.divider{
	background:url(images/border.gif) no-repeat 0 0; 
	}
	
#footer2 {
	font-family:tahoma;
	font-size:10px;
	color:#73674D;
	text-decoration:none;
	font-weight:bold;
	}

#footer2 a:link, #footer2 a:active, #footer2 a:visited {
	font-family:tahoma;
	font-size:10px;
	color:#73674D;
	text-decoration:none;
	font-weight:bold;
	}
	
#footer2 a:hover {
	font-family:tahoma;
	font-size:10px;
	color:#73674D;
	text-decoration:underline;
	font-weight:bold;
	}