@charset "utf-8";

/* CSS Document */



body{

	margin: 0px; 

	padding: 0px;

	background: #ffffff repeat-y url(../images/backdrop.jpg); 

	font-family: trebuchet ms, geneva, verdana, arial; 

	font-size: 11px; 

	color: #333333;	

}

a{ color: #6666CC; }



.rule{

 border-top: solid 2px #c22530;

   

} 

.menubg{

 border-top: solid 2px #c22530;
 background: #ffffff no-repeat url(../images/home_2level-inner.jpg); 
} 
 

 



h1{

	color: #23408B;

	font-size:18px ;

	font-weight: bold;

	margin-bottom: 0px;

	padding-bottom: 0px;

	line-height: 22px;

}

h2{

	color: #23408B;

	font-size:16px ;

	font-weight: bold;

	margin-bottom: 0px;

	padding-bottom: 0px;

	padding-top: 3px;

	line-height: 18px;

}





table.sidebar{

	width: 268px; 

	background: no-repeat url(../images/sidebar/bg_sidebar.jpg);

	padding: 0px;
	
	margin: 0px 0px 8px 0px;

}

.sidebar_top{ border-top: 1px solid #E5E198; height: 10px; }

.sidebar_bottom{ border-bottom: 1px solid #E5E198; height: 10px; }

.sidebar_right{ border-right: 1px solid #E5E198; height: 10px;  }

.sidebar_left{ border-left: 1px solid #E5E198; height: 10px; }

.sidebar a{ 	color: #6666CC; }
.sidebar h2{ 	line-height: 5px; }
 


.footer{

	font-family: trebuchet ms, geneva, verdana, arial; 

	font-size: 11px; 

	color: #666666;

	padding: 10px; 

	background: #e5e5e5;

}

.footer a{

	color: #666666;

}




