/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, pre, form, 
fieldset, input, textarea, p, blockquote, th, td {
	border:  					0;
	margin:  					0;
	padding: 					0;
}

body {
	background: 				#c1d72f; 
}

body, p {	
	font-family: 				Arial, Helvetica, sans-serif;
	font-size: 					12px;
	line-height: 				17px;
}

h1 {
	font-size: 					28px;
	line-height:				36px;
	padding-top:				30px;
}

h2 {
	font-size: 					14px;
	margin:						0px;
	padding:						12px 0 4px 20px;
}

p {
	padding-top:				6px;
	padding-bottom: 			6px;
}

ul {	
	margin:						0px 0px 9px 5px;
	padding-left:				5px;
}

li {
	padding-top:				3px;
	padding-bottom:			3px;
}

table {
	border-collapse: 			collapse;
	border-spacing: 			0;
}

fieldset, img {
	border:						0;
}

address, caption, cite, code, dfn, th, var {  
	font-style:					normal;   
	font-weight:				normal;   
} 

ol, ul {  
	list-style: 				disc;
} 

caption, th {  
	text-align:					left;   
} 

q:before, q:after {  
	content:						'';   
} 

abbr, acronym { 
	border:						0;   
}  

/***************************************************************************************
/*  HYPERLINKS 																 							   
/***************************************************************************************/

a, a:active, a:visited, a:hover {
	text-decoration: 			none;
}

a, a:visited {
	color: 						#367c2b;
	font-weight:				bolder;
}

a:hover {
	color: 						#7d2b60;
}
/***************************************************************************************
/*  TEXT COLOURS		  																   					
/***************************************************************************************/

.fc-red4					{ color: #cc0000; background: Transparent; }

/***************************************************************************************
/*  FONT STYLE STYLE																	      			   
/***************************************************************************************/

.bd 					{ font-weight: 		bold;  }
.it 					{ font-style: 			italic; }
.scap					{ font-variant: 		small-caps; }
.xthru				{ text-decoration: 	line-through; }
.ul					{ text-decoration: 	underline; }

/***************************************************************************************
/*  FONT SIZE																		      				   
/***************************************************************************************/

.f09 					{ font-size: 			9px;  }
.f10 					{ font-size: 			10px; }
.f11 					{ font-size: 			11px; }

/***************************************************************************************
/*  PADDING																			 						 
/***************************************************************************************/

.pb00  				{ padding-bottom:		0px;   }

/***************************************************************************************
/*  MARGINS																			 						 
/***************************************************************************************/

.mt06  				{ margin-top: 			6px;   }
.mt12  				{ margin-top: 			12px;  }
.mt18  				{ margin-top: 			18px;  }
.mt24  				{ margin-top: 			24px;  }
.mt30  				{ margin-top: 			30px;  }
.mt36		  			{ margin-top: 			36px;  }
.mt50		  			{ margin-top: 			50px;  }

.mr08 				{ margin-right: 		08px;  }
.mr30 				{ margin-right: 		30px;  }
	
.mb24  				{ margin-bottom: 		24px; }
.mb50		  			{ margin-bottom: 		50px; }
.mb60		  			{ margin-bottom: 		60px; }
.mb100		 		{ margin-bottom: 		100px;}
.mb175		 		{ margin-bottom: 		175px;}
.mb225		 		{ margin-bottom: 		225px;}

/***************************************************************************************
	/* WIDTH																		   					      
/***************************************************************************************/

.w25					{ width:					25px;  }
.w50					{ width:					50px;  }
.w65 					{ width:					65px;  }
.w92					{ width:					92px;  }
.w95					{ width:					95px;  }
.w100					{ width:					100px; }
.w121					{ width:					121px; }
.w125					{ width:					125px; }
.w220					{ width:					220px; }
.w250					{ width:					250px; }
.w258					{ width:					258px; }

/***************************************************************************************
/*  ALIGNMENT																		     
/***************************************************************************************/

.ac					{ text-align: 			center; }
.al					{ text-align: 			left;   }
.ar					{ text-align: 			right;  }
.aj					{ text-align: 			justify;}
	
.vm					{ vertical-align: 	middle; }
.vt					{ vertical-align: 	top;    }
.vb					{ vertical-align: 	bottom; } 

.centre	{
	margin-left: 				auto;
	margin-right: 				auto;
	text-align: 				center;
}

/***************************************************************************************
/*  FLOATS																		     
/***************************************************************************************/
	
.fleft 							{ float: 				left;  }
.fright 							{ float: 				right; }

.cleft  { 
	clear: 						left;  
	height:						0%;
	visibility:					visible;
}

.cright { 
	clear: 						right; 
	height:						0%;
	visibility:					hidden;
}

.clearit { 
	clear:						both;  
	height:						0%;
	visibility:					hidden;
}

/***************************************************************************************
/*  BORDER STYLES																		     
/***************************************************************************************/

.nb {							/* no border */
	border:						0px none;
}

/***************************************************************************************
/*  IMAGES
/***************************************************************************************/

img { 
	border: 						0px none;
	vertical-align: 			middle; 
}

.photoleft {
	float: 						left;
	margin-bottom:				12px;
	margin-right:				12px;
}

.photoright {
	float: 						right;
	margin-bottom:				12px;
	margin-left:				12px;
}	

/***************************************************************************************
/*  TABLES
/***************************************************************************************/

input, option, select, textarea  { 
	vertical-align: 			middle; 
}

table td {
	vertical-align: 			top;
}

/***************************************************************************************
/*  MISCELLANEOUS
/***************************************************************************************/

hr {
	border: 						0px none; 
	height: 						1px;
	margin: 						0 auto 9px auto;
	text-align: 				center;
	width: 						60%;
}

.seologo {
	border:						0px none;
	margin:						250px auto 0px auto;
	text-align:					center;
}
