body {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	line-height: 14px;
	color: #321B19;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p {
	margin: 0px 0px 10px 0px;
}

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


h1 	{  
		font-size: 24px; 
		font-style: normal; 
		color: #FF9D1F;
		line-height: 26px; 
		font-weight: 700; 
		text-decoration: none; 
	margin: 0px 0px 10px 0px;
		padding-bottom: 13px;
		background: url('/images/h1_bg.gif') no-repeat left bottom;
		}
		
		
h2 	{  
		font-size: 16px; 
		font-style: normal; 
		color: #FF9D1F;
		line-height: 18px; 
		font-weight: 300; 
	margin: 0px 0px 10px 0px;
		}
		
		
h3 	{  
		font-size: 16px; 
		font-style: normal; 
		color: #000;
		line-height: 18px; 
		font-weight: 300; 
		text-decoration: none; 
	margin: 0px 0px 10px 0px;
		}
		
		
h4 	{  
		font-size: 14px; 
		font-style: normal; 
		color: #FF9D1F;
		line-height: 18px; 
		font-weight: 300; 
		text-decoration: none; 
	margin: 0px 0px 10px 0px;
		}
		
h5 	{  
		font-size: 14px; 
		font-style: normal; 
		line-height: 18px; 
		font-weight: 300; 
		color: #000;
		text-decoration: none; 
	margin: 0px 0px 10px 0px;
		}

a:link
	{
		color: #AA1224;
		text-decoration: none;
	}

a:visited
	{
		color: #AA1224;
		text-decoration: none;
	}

a:hover
	{
		color: #EE8114;
		text-decoration: none;
	}
	
img {
	border: none;
	text-decoration: none;
}

.clear {
	margin: -1px;
	height: 1px;
	clear: both;
}


