/* CSS Document */
body {
	margin: 0;
	padding: 0;
	color: #505050;
	font-family:Arial, sans-serif;
	font-size:70%;
	line-height: 1.5;
	text-align: center;
	background: #FFFFFF url(../comon_images/bg_loop.gif) repeat-y center;
}
body,div,pre,p,blockquote,form,fieldset,input,textarea,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object,img {
	margin: 0; 
	padding: 0; 
	vertical-align: baseline; 
} 
h1,h2,h3,h4,h5,h6 { line-height:1.6;
	font-style: normal; 
	font-weight: normal; 
	 }
table {border-spacing:0;} 
* html table {border-collapse:collapse;} 
*:first-child+html table {border-collapse:collapse;} 
caption,th {text-align:left; font-weight:normal;} 
table,th,td,img {border:0;} 

p,li,dt,dl { line-height:1.6; }
p { margin:0 0 1em 0; }
ul li { list-style-type:none; }
a img { border:0; }
a:link {
	color:#7d5a32;
	text-decoration: underline;
}
a:visited {
	color:#7d5a32;
}
a:hover {
	color: #cd8700;
	text-decoration:none;
	}

/*a:active {
   color: #cd8700;
}*/
blockquote{
   margin-left:1em;
   padding-left:1em;
   border-left:2px solid #CCC;
   color:#CCC;
}
pre{
   width:100%;
   padding:1em 0;
   overflow:auto;
   border-top:1px dotted #333;
   border-bottom:1px dotted #333;
}
table{
	width:100%;
	border-spacing:2px;
}
table th, table td{ padding:0.3em 0.75em }
address {
	font-style: normal;
}

/* CSS
-----------------------------------*/
.hidden {
   display: none;
   visibility: hidden;
}
.textright {
	text-align:right;
}
.textcenter
 {
	text-align: center;
}
.alignright {
   float: right;
}
.alignleft {
   float: left;
}
.clear {
   clear: both;
}

/* Clearfix
-----------------------------------*/
.clearfix:after {
content:".";
height:0px;
display:block;
clear:both;
visibility:hidden;
}
.clearfix {
overflow: hidden;
}

