
/*----------------------------------------- */
/* Default 
------------------------------------------- */
body 
{
    
    background-repeat :no-repeat;
	background-color:#cccccc;
  
    color: #000000;
    font: normal 12px/1.8em Arial, Helvetica, sans-serif;
}
p {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
h1 
{
	font-size:25px;
}
h1 span 
{
	margin:0px;
	padding:0px;
	display:none;
}
h2 
{
	margin:0px 0px 0px 0px;
	font-size:22px;
}
h2 span 
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:Arial;
	font-size:34px;
	color:#ffffff;
	font-weight:bold;
}
h3 
{
	margin:0px 0px 8px 0px;
	padding:0px 0px 0px 0px;
	font-family:Arial;
	font-size:20px;
	color:#5a2e11;
	font-weight:bold;
	line-height:23px;
}
h3 span 
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
h4
{
	margin:0px 0px 0px 0px;
	padding:4px 0px 0px 0px;
	font-family:Arial;
	font-size:18px;
	color:#a53e18;
	font-weight:normal;
	float:left;
}
h4 span 
{
	color:#C00A28;
}
h5 
{
	margin:0px;
	padding:10px 0px 0px 0px;
	font-family:Arial;
	font-size:18px;
	color:#027ab2;
	font-weight:normal;
}
h5 span
{
	margin:0px;
	padding:10px 0px 0px 0px;
	font-family:Arial;
	font-size:14px;
	color:#6f6f6f;
	font-weight:normal;
}
a
{
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
}
a:hover
{
	font-weight:900;
	text-decoration:underline;
}
*
{
	margin:0px;
	padding:0px;
}
/*------------------- Common <<-------------------------*/
.hide 
{
	display:none;
}
.clear 
{
	clear:both;
}
.margin 
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
/*------------------- Layout <<-------------------------*/
.float_left
{
	float:left;
}
.float_right
{
	float:right;
}
.common_all 
{
	width:100%;
	float:left;
	/*text-align:center;*/
	padding:0px;
	margin:0px;
}
.space_10px 
{
	float:left;
	height:10px;
	width:100%;
	text-align:center;
}
.space_15px 
{
	float:left;
	height:15px;
	width:100%;
	text-align:center;
}
.space_25px 
{
	float:left;
	height:25px;
	width:100%;
	text-align:center;
}
.space_20px 
{
	float:left;
	height:20px;
	width:100%;
	text-align:center;
}
.space_100px 
{
	float:left;
	height:100px;
	width:100%;
	text-align:center;
}
.space_5px 
{
	float:left;
	height:5px;
	width:100%;
	text-align:center;
}
.space_3px 
{
	float:left;
	height:3px;
	width:100%;
	text-align:center;
}
.space_2px
{
	float:left;
	height:3px;
	width:100%;
	text-align:center;
}
