/*======================
	HEADERS
========================*/
h1
{
	color:#dd6d22;
	font-size:24px; 
	font-weight:400; 
}
h2
{
	color:#dd6d22;
	font-size:20px; 
	margin-bottom:4px;
        margin-top:6px;
	font-weight:400; 
}
h3
{

}
h4
{


}
h5
{

}
h6
{

}
/*======================
	PARAGRAPH
========================*/
p
{
	margin-bottom:10px; 
}	
/*======================
	LINKS
========================*/
a
{
	color:#6fa200; 
}
a:visited
{
	color:#be9a00; 
}
a:hover
{

}
/*======================
	ADVERTISEMENTS
========================*/
.advertisement strong, .advertisement2 strong
{
	font-size:13px;
	font-weight:bold; 
	color:#6fa200; 
}
.advertisement a, .advertisement2 a
{
	color:#616161;  
	text-decoration:none; 
}
.advertisement a:hover, .advertisement2 a:hover
{
	text-decoration:underline; 	
}
.advertisement, .advertisement2
{ 
	
	 font-size:12px;
	 margin-bottom:8px;
	 padding:6px;
}
.advertisement2
{
	border:solid 1px black; 
}
.advertisement a:hover, .advertisement2 a:hover
{
 	text-decoration:underline;
}
.advertisement2
{
	 margin: 15px auto 15px auto;
	 text-align:center;
	 width:70%;
	 padding:3px;
	 font-size:14px;
	 background:#efdda7;
}
.advertisement2 div
{
	 border:solid 1px #8fa151;
	 padding:2px;
	 margin:3px; 
}


a.button
{
	background:url(../images/btn.png) no-repeat; 
	display:block; 
	width: 305px; 
	height: 32px; 
	font-size:18px; 
	color:#330099; 
	padding:17px 5px 5px 45px; 
        text-decoration: none;

}
a.button:hover{ text-decoration:none 
}

ul
{
margin-left: 20px;
margin-top: 3px;
margin-bottom: 6px;
}

ol
{
margin-left: 20px;
margin-top: 3px;
margin-bottom: 5px;
}
