/* CSS Document */
body{
	background-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	color:#666666;
}
#container{
	width:800px;/*
	border:solid 1px #999999;*//*
	background:url(../images/sand.jpg) repeat;*//*
	background-color:#333333;*/
}
h1{
font-size:18px;
}
h2{
font-size:15px
}
.nav{
	background: url(../images/nav.jpg) repeat-x;
	height:26px;
	font-weight:bold;
	font-size:13px;
}
.nav a{
	margin-left:8px;
	display:block;
	background: url(../images/nav_but_a.jpg) repeat-x;
	margin-right:2px;
	height:16px;
	text-decoration:none;
	color:#FFFFFF;
	padding:5px 8px 4px 8px;
	border:solid 1px #999999;
}
.nav a:hover{
	margin-left:8px;
	display:block;
	background: url(../images/nav_but_over.jpg) repeat-x;
	margin-right:2px;
	height:16px;
	text-decoration:none;
	color:#333333;
	padding:5px 8px 4px 8px;
	border:solid 1px #999999,
}
#copy{
	background: url(../images/copy.jpg) repeat-x;
	height:19px;
	font-size:12px;
	color:#000;
	padding-top:8px;
}
#up{
	background: url(../images/text_up.jpg) repeat-x;
}
#left{
	background: url(../images/text_left.png) repeat-y;
}
#right{
	background: url(../images/text_right.png) repeat-y;
}
#text{
/*	background:url(../images/text-space.jpg) repeat-x;
*/	background-color:#000000;
	padding:8px;
	margin-top:4px;
	text-align:justify;
	color:#666666;
	height:700px;
	max-height:700px;
	overflow:auto;
}
#text a{
	color:#CC6600;
	text-decoration:none;
}
#text a:hover{
	color:#D78800;
	text-decoration: none;
}
h1{
	font-size:18px;
	text-align:center;
	color:#FF3300;
}
h2{
	font-size:16px;
	text-align:left;
	color:#FFCC33;
}
.condons{
padding-top:0px;
text-align:center;
}
.title{ color:#FFFFFF;
font-weight:bold;
}