/*****************/
/*     Styles    */
/*****************/

body {
	margin: 0px;
	padding: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #666;

	background: #EDECE7;
}

p, ol, ul {
	margin: 0px 5px 10px 5px;
	line-height: 16px;
	
	color: #001831;
}

.nomargin {
	margin: 0px 0px 0px 0px;
}


h1 {  
		margin: 0px 5px 10px 5px;
		
		font-size: 15px; 
		font-style: normal; 
		color: #2C4438;
		line-height: 18px; 
		font-weight: 700; 
		text-decoration: none; 
}
		
		
h2 {  
		margin: 0px 5px 10px 5px;

		font-size: 16px; 
		font-style: normal; 
		color: #CC6600;
		line-height: 18px; 
		font-weight: 300; 
}
		
		
h3 {  
		margin: 0px 5px 10px 5px;

		font-size: 15px; 
		font-style: normal; 
		color: #2C4438;
		line-height: 18px; 
		font-weight: 300; 
		text-decoration: none; 
}
		
		
h4 {  
		margin: 0px 5px 10px 5px;

		font-size: 14px; 
		font-style: normal; 
		color: #CC6600;
		line-height: 18px; 
		font-weight: 300; 
		text-decoration: none; 
}
		
h5 {  
		margin: 0px 5px 10px 5px;

		font-size: 13px; 
		font-style: normal; 
		line-height: 18px; 
		font-weight: 700; 
		color: #000;
		text-decoration: none; 
}

a:link, a:visited, a:hover {
	color: #6C1F00;
	text-decoration: none;
}

a:hover	{
	color: #6C1F00;
	text-decoration: underline;
}
	
a.noborder {
	border-bottom: none;
	text-decoration: none;
}

img {
	border: none;
}
.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}