BODY {
	font-family : Arial, Helvetica, sans-serif;
	background-color : white;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 20px; 

}

H1{
	font-size : 18px; 
	font-weight : bold;
	color : Black;
}
H2{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size : 16px; 
	font-weight : bold;
	color : Black;
	margin: 3px 0px 3px 0px;
}
H3{
	font-size : 14px; 
	font-weight : bold;
	color : Black;
}


.tablebody {
	width : 1000px;
	background-color : White;
	
}


TD#head {
	background-image : url(images/head.gif);
	height : 47px;
	vertical-align : middle;
	color: white;
	padding-left : 10px;
}

TD#news {
	
	width:150px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	vertical-align: top;
	border : 1px Black;
	border-style : none none none solid;
	font-size: 11px;
	color : #6E86A8;
}


TD.footer {
	height: 27px;
	width: 1000px;
	border : 7px #FFDCCE;
	border-style : none none solid none;
	vertical-align: middle;
	background-color : #e43719;
	color: #FFDCCE;
	text-align: center;
	font-size: 11px;	
}
TD.footer a{
	color:black;	
}
table.menu th{
	width:150px;
	background-image : url(images/menu_border.gif);
	background-position: left;
	background-repeat : no-repeat;
}
table.menu td a {
	display : block;
	width : 150px;
	padding-bottom:2px;
	padding-top:2px;
	text-align : right;
	text-decoration : none;
	font-size : 12px;
	font-weight:bold;
	color : Black;
	border : 1px solid #444444;
 	border-style : none none solid none;
}

table.menu td a:hover {
	background-color: #FFDCCE;
	color: #B22222;
	text-decoration : none;
	background-image : url(images/strel3.gif);
	background-position: left;
	background-repeat : no-repeat;
}

table.menu td.submenu a{
	font-weight:normal;
}

table.menu td.submenu img{
	border:none;
	width:10px;
}
a{
	color : #e43719;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none; 
}
a:hover{
	color : #B50000;
	font-size : 12px;
	text-decoration : none;	
}
.content{
	vertical-align:top;
	text-align:left;
	padding: 1px 10px 1px 10px;
	font-size: 12px;
}
td.content img{
	padding:10px;
}
.title{
	font-size:18px;
	font-weight:bold;
	vertical-align:bottom;
	text-align:left;
	padding: 10px 10px 10px 10px;
}

hr{
	margin: 3px 0px 3px 0px;
}
p{
	margin: 9px 0px 9px 0px;
}
