/* CSS Document */


body{ margin:0 auto;
	width:850px;
	}
	
p{padding:5px; margin:0;
	letter-spacing:2px;
	}
	
img.img{ float:left;
padding-right:3px;
	}

img.img2{ float:right;
	}
	
.text1{ font-size:13px; font-weight:normal;
		color:#000000;
		line-height:160%;
		}

.text2{ font-size:13px; font-weight:normal;
		color:#A0A0A4;
		line-height:130%;
		}
.none {
	display: none;
}
.text3{ font-size:13px; font-weight:normal;
		color:#FF0000;
		line-height:130%;
		}
	
.text4{ font-size:14px; font-weight:bold;
	color:#FFFFFF;
	line-height:130%;
	text-align:right;
	}
	
	
.text5{ font-size:14px; font-weight:bold;
	color:#0099FF;
	line-height:130%;
	}

.text6{ font-size:10px; font-weight:normal;
		color:#000000;
		line-height:130%;
		}

		

div#wrapper{
	width:850px;
	}

div#ue{
	width:850px;
	height:20px;
	background:url(../img/bar2.jpg) no-repeat;
	}

div#ue2{
	width:850px;
	height:100px;
	}

div#hedder{
	width:850px;
	height:40px;
	float:right;
	background: url(../img/bar.jpg) no-repeat;
	}

div#contl{
	width:200px;
	float:left;
	}

div#main{
	width:640px;
	float:right;
	height:200px;
	}

div#contr{
	width:640px;
	float:right;
	}

div#footer{
	width:850px;
	clear:both;
	height:30px;
	background:url(../img/bar2.jpg);
	text-align:center;
	}
	
	
ul.navi{
	margin:3px 0 0 280px;
	padding:0 0 0 0;
	}

.navi li{ color:#CC6666;
	list-style-type:none;
	float:left;
	}
	
ul{
	margin:0;
	padding:0;
	}


h1{
	font-size:13px; font-weight:bold;
	color:#FFFFFF;
	padding-right:5px;
	padding-top:3px;
	margin:0;
	text-align:right;
	}

h2{ border:solid 1px #CCFF00;
	border-left: solid 5px #FF0000;
	font-size:16px; font-weight:bold;
	color:#999999;
	padding:5px;
	margin:3px;
	}

h3{ border-top: dashed 1px #CC6699;
	border-left: solid 5px #FF00FF;
	font-size:16px; font-weight:bold;
	color:#CC33CC;
	padding:5px;
	margin:3px;
	}

h4{ border-left: solid 10px #FF0000;
	font-size:14px; font-weight:bold;
	color:#CC0000;
	padding-left:3px;
	margin:3px;
	}

h5{	border: double 5px #CC3366;
	width:250px;
	background:#CCFF99;
	font-size:14px; font-weight:bold;
	color:#000000;
	padding:5px;
	margin:3px;
	text-align:center;
	}

h6{ border-bottom: dashed 2px #CC9933;
	font-size:14px; font-weight:bold;
	color:#FF0000;
	padding:5px;
	margin:3px;
	}

