/*
---------------------------------
//General
---------------------------------
*/

body 
{
	text-align: center;
	font: 12px Arial, sans-serif;
	line-height: 15px;
	background:url('../images/bg.png') repeat-x;
}

a {color:#739d30; text-decoration:none; }

a:hover { color:#8cb54a;text-decoration:none; }

p { line-height:22px; margin-bottom: 25px; color:#828282; }

h1{
	color:#739d30;
	margin-top:5px;
	font-size:25px;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	margin-bottom:20px;
	line-height:30px;
	font-weight:lighter;
}

h2{
	color:#739d30;
	margin-top:10px;
	font-size:25px;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	margin-bottom:20px;
}

h3{
	color:#739d30;
	font-size:22px;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
}

h4{
	color:#739d30;
	margin-top:10px;
	font-size:18px;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	margin-bottom:20px;
}

h5{
	color:#739d30;
	margin-top:10px;
	font-size:16px;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	margin-bottom:20px;
}

h6{
	color:#fafff2;
	padding-top:35px;
        padding-left:10px;
	font-size:30px;
	font-family:'FuturaLTLightRegular';
       
}


dl { margin-left:20px; margin-bottom:20px;}

dt { font-weight:bold; color:#333333;}

dl { color:#828282; }

ul { 
	list-style:circle; 
	margin-left:50px; 
	list-style-position:inside; 
	margin-bottom: 20px;
	color:#828282;
}

ol { 
	list-style: decimal; 
	margin-left:50px; 
	list-style-position:inside; 
	margin-bottom:20px;
	color:#828282;
}

legend {
	color:#739d30;
	padding:0px 10px 0px 10px;
	margin-bottom: 10px;
	margin-top:20px;
	font-size:14px;
	margin-left:-26px;
}



blockquote {
	margin-left:20px;
	border-left:4px solid #739d30; 
	margin-bottom: 20px;
	color:#666666;
	line-height:20px;
	padding-left:5px;
	font-style:italic;
}

pre {
	margin-left: 50px;
	background-color:#f1f1f1;
	border-top:1px solid #cccccc;
	padding:10px;
	margin-bottom:20px;
	color:#333333;
}

hr {
	color:#e1e1e1;
	margin: 10px 0px 10px 0px;
}

table {margin-bottom: 20px;}

tr{}

th { 
	padding: 5px 10px 5px 10px; 
	text-align:left; 
	border:1px solid #cccccc; 

}

td{
	padding:5px 10px 5px 10px;
	text-align:left;
	border: 1px solid #cccccc;
	background:#f9f9f9;
}

/* COMMEN USED CLASSES */

.more {text-align: right; font-weight:bolder;}

.ar {text-align:right;}

.al {text-align:left;}

.ac {text-align:center;}

.fl {float:left;}

.fr {float:right;}

.clear {clear: both;}

.italic {font-style:italic;}

.bold {font-weight:bold;}

.lighter {font-weight:lighter;}

.underline {text-decoration:underline;}

.no_underline {text-decoration:none;}

.clear_margin {margin:0px;}

.hide {display:none;}

.read_more {
	background:url('../images/read_more.png') 0px 0px no-repeat;
	width:110px;
	height:31px;
	float:left;
}
.read_more:hover {
	background:url('../images/read_more.png') 0px -31px no-repeat;
}
