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

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

	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;

	background: #fff;
}

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

p, h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px 0px 10px 0px;
}


h1 {  
	font-size: 24px; 
	font-weight:normal;
	color: #E4801C;
}
		
		
h2 {  
	font-size: 18px; 
	font-weight:normal;
	color: #E4801C;
}
		
		
h3 {  
	font-size: 18px; 
	font-weight:normal;
	color: #E4801C;
}
		
		
h4 {  
	font-size: 16px; 
	font-weight:normal;
	color: #E4801C;
}
		
h5 {  
	font-size: 14px; 
	font-weight:normal;
	color: #E4801C;
}
		
h6 {  
	font-size: 14px; 
	font-weight:normal;
	color: #E4801C;
}

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

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

img {
	border: none;
}

ul {
	margin:0px 0px 10px 0px;
	padding:0px;
	list-style:inside;
	list-style-type:disc;
}
		
/*****************/
/* Custom Styles */
/*****************/

	#tripanel .datacell h1 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-siez:24px;
		padding:0px;
		margin:0px 0px 5px 0px;
	}
	
	#tripanel #cell1 h1, #tripanel #cell1 a, #tripanel #cell1 a:visited, #tripanel #cell1 a:hover {
		color:#791410;
	}
	
	#tripanel #cell2 h1, #tripanel #cell2 a, #tripanel #cell2 a:visited, #tripanel #cell2 a:hover {
		color:#263727;
	}
	
	#tripanel #cell3 h1, #tripanel #cell3 a, #tripanel #cell3 a:visited, #tripanel #cell3 a:hover {
		color:#CC6600;
	}
	
	#Fmenu a, #Fmenu a:visited {
		color:#333;
		text-decoration:none;
		font-size:11px;
	}
	#Fmenu a:hover {
		color:#635823;
		text-decoration:none;
		font-size:11px;
	}

	#footer a, #footer a:visited {
		color:#666;
		text-decoration:none;
		font-size:11px;
	}
	#footer a:hover {
		color:#273728;
		text-decoration:none;
		font-size:11px;
	}

	a.button_enewsletter, a.button_enewsletter:hover {
		background:url(../images/button_enewsletter.gif) top left no-repeat;
		padding:5px 0px 5px 25px;
		margin:0px;
		height:25px;
		font-size:12px;
		color:#333
	}