body  
	{
	 background: #eaebed;
	 font-size: 12px; 
	 font-family: verdana, tahoma, arial, helvetica, sans-serif;
	 margin: 0px;
	 padding: 0px;
	 text-align: center;
	}

a
	{
	color: #000000;
	}
	
img 
  {border: 0px;
	}
h1 
	{
		font-size: 28px;
		font-weight: bold;
		color: #8CAEEE;
		margin-left: 68px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
h2 
	{font-size: 1.2em;
		margin: 0px;
		margin-left: 68px;
		color: #b9b9b9;
	}
h3
	{
	color: #4f88df;
	height: 24px;
	margin: 16px;
	}
h4
	{
	color: #4f88df;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	background: url('img/bg_h4.jpg') repeat-x;
	}
	
	
	
	
div#borders
	{
	width: 784px;
	background: white;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	overflow: auto;
	}
div#content
	{
	width: 780px;
	margin: 0px auto;
	padding: 0px;
	overflow: auto;
	}
div#header
	{
	margin: 0px;
	padding: 0px;
	height: 69px;
	background: url('img/bg_header.png');
	text-align: left;
	}
div#main_menu	
	{
	color: white;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #3f8cff;
	border-top: 1px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	}
div#page
	{
	clear: both;
	float: left;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-bottom: 32px;
	background: url('img/bg_body.jpg') repeat-y;
	}
div#left
	{
	float: left;
	width: 580px;
	}
div#right{
	float: right;
	text-align: center;
	width: 195px;
	}
div#foot
	{
	height: 79px;
	clear: both;
	text-align: center;
	width: 780px;
	background: url('img/bg_foot.jpg') no-repeat;
	}

	
p
	{
	text-align: justify;
	margin-left: 16px;
	margin-right: 16px;
	line-height: 16px;
	margin-bottom: 32px;
	}	
span
	{
	color: #4f88df;
	font-size: 10px;
	}
span.img
	{
	float: left;
	padding: 1px;
	border: 1px solid #cccccc;
	margin: 1px;
	}
	
	
	
	
ul#navi
	{
	margin: 0px;
	padding: 0px;
	}	
ul#navi li
	{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	}
li.last a
	{
	border-right: 1px solid white;
	}
ul#navi li a
	{
	font-size: 12px;
	display: inline-block;
	color: white;
	padding: 0px 16px;
	margin: 0px;
	text-decoration: none;
	border-left: 1px solid white;
	}
ul#navi li a:hover
	{
	font-weight: bold;
	background: #7eade9;
	}
	
	
	
ul#footnavi
	{
	margin: 0px;
	padding: 0px;
	padding-top: 16px; 
	}	
ul#footnavi li
	{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	}
ul#footnavi li a
	{
	font-size: 10px;
	display: inline-block;
	color: #808080;
	padding: 0px 8px;
	text-decoration: none;
	
	}
ul#footnavi li a:hover
	{
	text-decoration: underline;
	}