@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}
	
a img{
	border:none;
	}
	
h1{
	font-size:12px;
	}
	
/* pre done classes */

.m_auto{
	margin:auto;
	}

.main_text1{
	font-family: arial;
	font-size: 11px;
	line-height: 21px;
	color: #333;
	text-align: left;
	text-decoration: none;
}
.main_text2{
	font-family: arial;
	font-size: 11px;
	line-height: 21px;
	color: #333;
	text-align: right;
	text-decoration: none;
}


#menu a{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#384015;
	background:#B5C95B;	
	text-decoration:none;
	text-align:center;
	display:block;
	padding:5px;
	}
	
#menu a:hover{	
	color:#fff;
	background:#333;
	}
	
.box{
	background:url(images/images/basic_02.gif) no-repeat top center;
	font-family: arial;
	font-size: 11px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	}