﻿body{
	margin:0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000000;
	background-image:url('../images/body_Bg.jpg');
	background-repeat:repeat-y;
	
}
a{
	text-decoration: none;
	color: #FAFAD2;
}
a:hover{
	text-decoration: underline;
	color: #FABAB3;
}
.masterline{
	border-right:1px solid #980000;
	font-size: 10px;
	background-color:#980000;
}
#navi{
	width:118px;
	height:14px;
	background-image: url(../images/navi_bg.gif);
	background-repeat : no-repeat;
	padding-left:30px;	
}
.nav{
	color:white;
	font-size:10px;
	font-weight:bold;
	text-decoration: none;	
}
.nav:hover{
	color: Yellow;
	text-decoration: underline;
}
.fronttitle{
	font-size:10px;
	font-weight:bold;
	padding-left:5px;
}
.fronttext{
	font-size:10px;
	padding:5px;
	border : 1px dotted Black;
}
#menuecontainer{
	position: relative;
	z-index:1;
	width:200px;
	overflow: visible;
}
.navi_title{
	padding-left:30px;
	padding-top:2px;
	padding-bottom:2px;
	width:200px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: white; 
	background-image: url(../images/navibg.jpg);	
}
ul#Navigation {
  font-size: 10px;
  width:200px;
  margin: 0; padding: 0; 
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:10px;   
}
ul#Navigation li {
  list-style: none;
  padding: 1px;   
}
ul#Navigation a {
  display: block;
  padding: 2px;
  font-weight: bold;
  padding-left:10px;
  text-decoration:none;
}
ul#Navigation a:link {
  color: white; background-image: url(../images/navibg.jpg);
}
ul#Navigation a:visited {
  color: white; background-image: url(../images/navibg.jpg);
}
ul#Navigation a:hover {
  color: black; background-color: white;
}
ul#Navigation a:active {
  color: white; background-image: url(../images/navibg.jpg);
  }
  ul#Navigation_sub {
  font-size: 10px;
 width: 200px;
  margin: 0; padding: 0; 
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:10px; 
  background-color: transparent;
  
}
ul#Navigation_sub li {
  list-style: none;
  padding: 1px;
   
}
ul#Navigation_sub a {
  display: block;
  padding: 1px;;
  font-weight: bold;
  padding-left:30px;
  text-decoration:none;
}
ul#Navigation_sub a:link {
  color: white; background-color: #980000;
}
ul#Navigation_sub a:visited {
  color: white; background-color: #980000;
}
ul#Navigation_sub a:hover {
  color: white; background-color: #7D0000;
}
ul#Navigation_sub a:active {
  color: white; background-color: #980000;
}
.front_newstxt{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	padding:10px;	
	border:1px solid #980000;
}

.front_newstitle{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: white;
	border-right:dotted 1px white;
	border-bottom:solid 1px white;
	border-left:solid 1px white;
	padding:20px;
	background-color: #980000;
}
.table_title{
	background-color: #990000;
	height:30px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:white;
	padding:10px;
}
.table_row{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	border:solid 1px #660000;
	background-color: #B80000;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
	
}

