﻿/*********************************************************/
/** Designed by CLOUD ONE DESIGN. www.cloud1design.com  **/
/*********************************************************/

h1 
{
	margin-top: 0px;
	font-size: 32px;
	line-height: 33px;
	font-weight: normal;
	color: #000;
}
h2 
{
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: normal;
}
h4 
{
	margin-bottom: 0;
	font-size: 16px;
	color: #617c3b;
	font-weight: normal;
	text-transform: uppercase;
}
ul 
{
	margin-left: 15px;
}
ul li 
{
	list-style-type: none;
	list-style-image: url(Images/arrow-ul.png);
	vertical-align: bottom;
	padding-left: 6px;
}
ul li span
{
	font-weight: bold;
}
a 
{
	color: #7a8063;
	text-decoration: underline;
}
a:hover 
{
	color: #000;
	text-decoration: underline;
}
hr 
{
	height: 2px;
	background-color: #1b3d1c;
	border: 0;
	margin: 6px 0;
}
table 
{
	padding: 0;
}
table th 
{
	text-align: left;
	background-color: #c7c9ba;
	padding: 3px 6px;
}
table td 
{
	background-color: #f0f3e0;
	padding: 3px 6px;
}