@charset "iso-8859-1";
/* CSS Document */

* {
	margin: 0 auto;
	padding: 0;
}


body{
	font-size:13px;
	line-height:18px;
	word-spacing:1px;
	text-align:justify;
	color:#595959;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../img/bg_body.gif) repeat;
	
	
}

#container{
	width:753px;
	background:#FFF;
	border-bottom:1px solid #DEDEDE; 
	/*padding-top:20px;*/

}

#container #middle{
	padding-left:30px;
	padding-right:30px;

}

h1{
	font-size:25px;
}

h2{
	color:#689704;
	font-size:18px;
	font-weight:normal;
}

ul {
	padding-left:10px;
}

ul li{
	color:#595959;

}
ul li a{
	color:#689704;
	cursor:text;
	text-decoration:none;

}


#footer{
	border-top:1px solid #DEDEDE;
	font-size:11px;
	text-decoration:underline;
}

#footer a{
	font-size:11px;
	color:#595959;
	text-decoration:underline;
}

#footer a:hover{
	font-size:11px;
	text-decoration:underline;
	cursor:text;
}

#pre-footer{
	border-top:1px solid #DEDEDE;
	color:#689704;
	text-decoration:none;
	font-weight:bold;
	padding-left:30px;
	padding-right:30px;
	text-align:center
}

#box-bottom{
	font-size:11px;
	color:#999;
	text-align:center;
}

#box-bottom a{
	color:#999;
	text-decoration:none;

}
#box-bottom a:hover{
	cursor:text;
}

.credits a{ color: #616161; text-decoration:underline;}
.credits a:hover{ color: #616161; text-decoration:none;}

.credits a.no_under{ color: #616161; text-decoration:none; cursor:inherit;}
.credits a.no_under:hover{ color: #616161; text-decoration:none; cursor:inherit;}

.credits a.no_under_text{ cursor:text;color:#616161; text-decoration:none;}


a{
	color:#689704;
	text-decoration:none;
}

a:hover{
	color:#689704;
	text-decoration:underline;
}