/* CSS Document */

<!--
 
 body,p,ul,li,div {
 	font-size: 12px;
 	font-family: Arial ;
 	color: #000000;
 	text-decoration: none;
 	text-align: justify;
 	
 }
 
 
 h1,h2,h3,h4,h5,h6,h7,h8,h9 {
 	font-size: 15px;
 	font-family: Arial ;
 	color: #008000;
 	text-decoration: none;
 	text-align: center;
 	
 }
 
 
 
 td {
 	font-size: 12px;
 	font-family: Arial ;
 	color: #000000;
 	text-decoration: none;
 }
 
 
 
 a.interlink:link,a.interlink:visited {
 	font-size: 12px;
 	font-family: Arial;
 	color: #000000;
 	text-decoration: none;
 	font-weight: normal;
 }
 
 a.interlink:hover, a.interlink:active {
 	font-size: 12px;
 	font-family: Arial;
 	color: #000000;
 	text-decoration: none;
 	font-weight: normal;
 
 
 }
 
 table.sitemap_menu_table {
         background-color: #ffffff;
 }
 
 td.sitemap_menu_table {
         background-color: #ffffff;
         border: 0px;
 }
 
 
 a:link,a:visited {
 	font-size: 12px;
 	font-family: Arial;
 	color: #0000FF;
 	text-decoration: none;
 	font-weight: bold;
 }
 
 a:hover, a:active {
 	font-size: 12px;
 	font-family: Arial;
 	color: #CCCCCC;
 	text-decoration: none;
 }
 
 
 .footerlink {
 	font-family: Arial ;
 	font-size: x-small;
 }
 
 a.menulink:link, a.menulink:visited {
         color: green;
 	font-family: Arial;
         font-size: 100%;
 }
 
 a.menulink:hover {
         color: #00C000;
 	font-family: Arial;
         font-size: 100%;
 }
 
 .left_block_td {
 	width:140px;
 	vertical-align:top;
 }
 
 .right_block_td {
 	width:140px;
 	vertical-align:top;
 }
 
 
 .body_div {
 text-align:center;
 }
 
 
 .body_table{
 	margin-left:auto;
 	margin-right:auto;
 	width:800px;
 	
 }
 
 
 
 .block_name_td {
 	font-family: Arial ;
 	font-size:12px;
 	color:#666666;
 	text-align:center;
 	border-style: solid;
 	
 	border-left-width: 1px;
 	border-top-width: 1px;
 	border-bottom-width: 1px;
 	border-right-width: 1px;
 	border-color: #999999;
 	padding-left: 10px;
 	font-weight: bold;
 
 }
 
 .block_content_td {
 	font-family: Arial ;
 	font-size:12px;
 	color:#666666;
 	width:140;
 	text-align:center;
 	border-style: solid;
 	border-left-width: 0px;
 	border-top-width: 0px;
 	border-bottom-width: 0px;
 	border-right-width: 0px;
 	padding-left: 10px;
 	border-color: #000000;
 
 }
 
 -->