/* CSS Document */

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

body {
	background: 				#1f4947; 
}

body, p {	
	font-family: 				Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 					11px;
	line-height: 				18px;
}

h1 {
	padding-top:				36px;
	padding-bottom:			6px;
	text-align:					left;
}

h2 {
	font-size: 					12px;
	line-height:				24px;
	padding-top:				12px;
	text-align:					left;
}

h3 {
	font-size: 					14px;
	font-weight: 				bold;
	line-height:				20px;
	padding-top:				18px;
	text-align: 				left;
}

p {
	padding-top:				6px;
	padding-bottom: 			6px;
	text-align: 				justify;
}

ul {
	text-align:					left;
	margin:						9px 0px 9px 15px;
}

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: 				square;   
} 

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;
}

#content a, #content a:visited {
	color: 						#3f9091;
}

#content a:hover {
	color: 						#913f66;
}

/***************************************************************************************
/*  TEXT COLOURS		  																   					
/***************************************************************************************/

/* Shades of Grey */
.fc-black						{ color: #000000; background: Transparent none; }
.fc-grey1						{ color: #1a1a1a; background: Transparent; }
.fc-grey2						{ color: #333333; background: Transparent; }
.fc-grey3						{ color: #4c4c4c; background: Transparent; }
.fc-grey4						{ color: #666666; background: Transparent; }
.fc-grey5						{ color: #808080; background: Transparent; }
.fc-grey6						{ color: #999999; background: Transparent; }
.fc-grey7						{ color: #b2b2b2; background: Transparent; }
.fc-grey8						{ color: #cccccc; background: Transparent; }
.fc-grey9						{ color: #e6e6e6; background: Transparent; }
.fc-white						{ color: #ffffff; background: Transparent; }

/* Red */
.fc-red1							{ color: #330000; background: Transparent; }
.fc-red2							{ color: #660000; background: Transparent; }
.fc-red3							{ color: #990000; background: Transparent; }
.fc-red4							{ color: #cc0000; background: Transparent; }
.fc-red5							{ color: #ff0000; background: Transparent; }
.fc-red6							{ color: #ff3333; background: Transparent; }
.fc-red7							{ color: #ff6666; background: Transparent; }
.fc-red8							{ color: #ff9999; background: Transparent; }
.fc-red9							{ color: #ffcccc; background: Transparent; }

/* Red-Blue */
.fc-redblue01					{ color: #330066; background: Transparent; }
.fc-redblue02					{ color: #330099; background: Transparent; }
.fc-redblue03					{ color: #3300cc; background: Transparent; }
.fc-redblue04					{ color: #3300ff; background: Transparent; }
.fc-redblue05					{ color: #660099; background: Transparent; }
.fc-redblue06					{ color: #6600cc; background: Transparent; }
.fc-redblue07					{ color: #6600ff; background: Transparent; }
.fc-redblue08					{ color: #9900cc; background: Transparent; }
.fc-redblue09					{ color: #9900ff; background: Transparent; }
.fc-redblue10					{ color: #cc00ff; background: Transparent; }
.fc-redblue11					{ color: #660033; background: Transparent; }
.fc-redblue12					{ color: #990033; background: Transparent; }
.fc-redblue13					{ color: #990066; background: Transparent; }
.fc-redblue14					{ color: #cc0033; background: Transparent; }
.fc-redblue15					{ color: #cc0066; background: Transparent; }
.fc-redblue16					{ color: #cc0099; background: Transparent; }
.fc-redblue17					{ color: #ff0033; background: Transparent; }
.fc-redblue18					{ color: #ff0066; background: Transparent; }
.fc-redblue19					{ color: #ff0099; background: Transparent; }
.fc-redblue20					{ color: #ff00cc; background: Transparent; }

/* Red-Green */
.fc-redgreen01					{ color: #336600; background: Transparent; }
.fc-redgreen02					{ color: #339900; background: Transparent; }
.fc-redgreen03					{ color: #33cc00; background: Transparent; }
.fc-redgreen04					{ color: #33ff00; background: Transparent; }
.fc-redgreen05					{ color: #669900; background: Transparent; }
.fc-redgreen06					{ color: #66cc00; background: Transparent; }
.fc-redgreen07					{ color: #66ff00; background: Transparent; }
.fc-redgreen08					{ color: #99cc00; background: Transparent; }
.fc-redgreen09					{ color: #99ff00; background: Transparent; }
.fc-redgreen10					{ color: #ccff00; background: Transparent; }
.fc-redgreen11					{ color: #663300; background: Transparent; }
.fc-redgreen12					{ color: #993300; background: Transparent; }
.fc-redgreen13					{ color: #996600; background: Transparent; }
.fc-redgreen14					{ color: #cc3300; background: Transparent; }
.fc-redgreen15					{ color: #cc6600; background: Transparent; }
.fc-redgreen16					{ color: #cc9900; background: Transparent; }
.fc-redgreen17					{ color: #ff3300; background: Transparent; }
.fc-redgreen18					{ color: #ff6600; background: Transparent; }
.fc-redgreen19					{ color: #ff9900; background: Transparent; }
.fc-redgreen20					{ color: #ffcc00; background: Transparent; }

/* Greens */
.fc-green1						{ color: #003300; background: Transparent; }
.fc-green2						{ color: #006600; background: Transparent; }
.fc-green3						{ color: #009900; background: Transparent; }
.fc-green4						{ color: #00cc00; background: Transparent; }
.fc-green5						{ color: #00ff00; background: Transparent; }
.fc-green6						{ color: #33ff33; background: Transparent; }
.fc-green7						{ color: #66ff66; background: Transparent; }
.fc-green8						{ color: #99ff99; background: Transparent; }
.fc-green9						{ color: #ccffcc; background: Transparent; }

/* Green-Cyan */
.fc-greencyan1					{ color: #003333; background: Transparent; }
.fc-greencyan2					{ color: #006666; background: Transparent; }
.fc-greencyan3					{ color: #009999; background: Transparent; }
.fc-greencyan4					{ color: #00cccc; background: Transparent; }
.fc-greencyan5					{ color: #33ffff; background: Transparent; }
.fc-greencyan6					{ color: #66ffff; background: Transparent; }
.fc-greencyan7					{ color: #99ffff; background: Transparent; }
.fc-greencyan8					{ color: #ceffff; background: Transparent; }

/* Green-Blue */
.fc-greenblue01				{ color: #003366; background: Transparent; }
.fc-greenblue02				{ color: #003399; background: Transparent; }
.fc-greenblue03				{ color: #0033cc; background: Transparent; }
.fc-greenblue04				{ color: #0033ff; background: Transparent; }
.fc-greenblue05				{ color: #006699; background: Transparent; }
.fc-greenblue06				{ color: #0066cc; background: Transparent; }
.fc-greenblue07				{ color: #0066ff; background: Transparent; }
.fc-greenblue08				{ color: #0099cc; background: Transparent; }
.fc-greenblue09				{ color: #0099ff; background: Transparent; }
.fc-greenblue10				{ color: #00ccff; background: Transparent; }
.fc-greenblue11				{ color: #00cc99; background: Transparent; }
.fc-greenblue12				{ color: #006633; background: Transparent; }
.fc-greenblue13				{ color: #009933; background: Transparent; }
.fc-greenblue14				{ color: #009966; background: Transparent; }
.fc-greenblue15				{ color: #00cc66; background: Transparent; }
.fc-greenblue16				{ color: #00cc33; background: Transparent; }
.fc-greenblue17				{ color: #00ff33; background: Transparent; }
.fc-greenblue18				{ color: #00ff66; background: Transparent; }
.fc-greenblue19				{ color: #00ff99; background: Transparent; }
.fc-greenblue20				{ color: #00ffcc; background: Transparent; }

/* Blues */
.fc-blue1						{ color: #000033; background: Transparent; }
.fc-blue2						{ color: #000066; background: Transparent; }
.fc-blue3						{ color: #000099; background: Transparent; }
.fc-blue4						{ color: #0000cc; background: Transparent; }
.fc-blue5						{ color: #0000ff; background: Transparent; }
.fc-blue6						{ color: #3333ff; background: Transparent; }
.fc-blue7						{ color: #6666ff; background: Transparent; }
.fc-blue8						{ color: #9999ff; background: Transparent; }
.fc-blue9						{ color: #ccccff; background: Transparent; }

/* Magenta */
.fc-magenta1					{ color: #330033; background: Transparent; }
.fc-magenta2					{ color: #660066; background: Transparent; }
.fc-magenta3					{ color: #990099; background: Transparent; }
.fc-magenta4					{ color: #cc00cc; background: Transparent; }
.fc-magenta5					{ color: #ff33ff; background: Transparent; }
.fc-magenta6					{ color: #ff66ff; background: Transparent; }
.fc-magenta7					{ color: #ff99ff; background: Transparent; }
.fc-magenta8					{ color: #ffccff; background: Transparent; }

/* Brown-Yellow */
.fc-brownyell1					{ color: #333300; background: Transparent; }
.fc-brownyell2					{ color: #666600; background: Transparent; }
.fc-brownyell3					{ color: #999900; background: Transparent; }
.fc-brownyell4					{ color: #cccc00; background: Transparent; }
.fc-brownyell5					{ color: #ffff33; background: Transparent; }
.fc-brownyell6					{ color: #ffff66; background: Transparent; }
.fc-brownyell7					{ color: #ffff99; background: Transparent; }
.fc-brownyell8					{ color: #ffffcc; background: Transparent; }

/***************************************************************************************
/*  BACKGROUND COLORS																	      		   
/***************************************************************************************/

.bg-white 						{ background: #ffffff none; }
.bg-grey1 						{ background: #fafafa none; }
.bg-grey2 						{ background: #f4f4f4 none; }
.bg-grey3 						{ background: #efefef none; }
.bg-grey4 						{ background: #eaeaea none; }
.bg-grey5 						{ background: #e4e4e4 none; }
.bg-grey6 						{ background: #dfdfdf none; }
.bg-grey7 						{ background: #d4d4d4 none; }
.bg-grey8 						{ background: #bfbfbf none; }
.bg-grey9 						{ background: #aaaaaa none; }
.bg-black						{ background: #000000 none; }

.bg-red1							{ background: #fff4f4 none; }
.bg-red2							{ background: #ffeaea none; }
.bg-red3							{ background: #ffdfdf none; }
.bg-red4							{ background: #ffd4d4 none; }

.bg-blue1						{ background: #f4faff none; }
.bg-blue2						{ background: #eaf5ff none; }
.bg-blue3						{ background: #dff0ff none; }
.bg-blue4						{ background: #d4ebff none; }

.bg-green1						{ background: #f4fff4 none; }
.bg-green2						{ background: #eaffea none; }
.bg-green3						{ background: #dfffdf none; }
.bg-green4						{ background: #d4ffd5 none; }

.bg-yellow1						{ background: #fffff4 none; }
.bg-yellow2						{ background: #ffffea none; }
.bg-yellow3						{ background: #ffffdf none; }
.bg-yellow4						{ background: #ffffd4 none; }

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

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

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

#content .f06 					{ font-size: 			6px;  }
#content .f07	 				{ font-size: 			7px;  }
#content .f08 					{ font-size: 			8px;  }
#content .f09 					{ font-size: 			9px;  }
#content .f10 					{ font-size: 			10px; }
#content .f11 					{ font-size: 			11px; }
#content .f12	 				{ font-size: 			12px; }
#content .f13 					{ font-size: 			13px; }
#content .f14 					{ font-size: 			14px; }
#content .f15 					{ font-size: 			15px; }
#content .f16 					{ font-size: 			16px; }
#content .f18 					{ font-size: 			18px; }

/***************************************************************************************
/*  LINE HEIGHT																					         
/***************************************************************************************/

#content .lh10 				{ line-height: 		10px; }
#content .lh11 				{ line-height: 		11px; }
#content .lh12 				{ line-height: 		12px; }
#content .lh13		 			{ line-height: 		13px; }
#content .lh14 				{ line-height: 		14px; }
#content .lh15 				{ line-height: 		15px; }
#content .lh16 				{ line-height: 		16px; }
#content .lh17		 			{ line-height: 		17px; }
#content .lh18 				{ line-height: 		18px; }
#content .lh19 				{ line-height: 		19px; }
#content .lh20 				{ line-height: 		20px; }
#content .lh21		 			{ line-height: 		21px; }
#content .lh22 				{ line-height: 		22px; }
#content .lh23  				{ line-height: 		23px; }
#content .lh24 				{ line-height: 		24px; }
#content .lh25		 			{ line-height: 		25px; }

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

#content .mt00  				{ margin-top: 			0px;   }
#content .mt03  				{ margin-top: 			3px;   }
#content .mt04		  			{ margin-top: 			4px;   }
#content .mt05  				{ margin-top: 			5px;   }
#content .mt06  				{ margin-top: 			6px;   }
#content .mt09  				{ margin-top: 			9px;   }
#content .mt10		  			{ margin-top: 			10px;  }
#content .mt12  				{ margin-top: 			12px;  }
#content .mt15  				{ margin-top: 			15px;  }
#content .mt18  				{ margin-top: 			18px;  }
#content .mt20		 			{ margin-top: 			20px;  }
#content .mt21  				{ margin-top: 			21px;  }
#content .mt24  				{ margin-top: 			24px;  }
#content .mt30  				{ margin-top: 			30px;  }
#content .mt36		  			{ margin-top: 			36px;  }
#content .mt50  				{ margin-top: 			50px;  }
#content .mt100 				{ margin-top: 			100px; }
#content .mt150 				{ margin-top: 			150px; }
#content .mt200	 			{ margin-top: 			200px; }
	
#content .mb00  				{ margin-bottom: 		0px;  }
#content .mb03		  			{ margin-bottom: 		3px;  }
#content .mb05  				{ margin-bottom: 		5px;  }
#content .mb06  				{ margin-bottom: 		6px;  }
#content .mb09  				{ margin-bottom: 		9px;  }
#content .mb10		  			{ margin-bottom: 		10px; }
#content .mb12  				{ margin-bottom: 		12px; }
#content .mb15  				{ margin-bottom: 		15px; }
#content .mb18  				{ margin-bottom: 		18px; }
#content .mb20 	 			{ margin-bottom: 		20px; }
#content .mb24  				{ margin-bottom: 		24px; }
#content .mb30  				{ margin-bottom: 		30px; }
#content .mb36  				{ margin-bottom: 		36px; }
#content .mb50		  			{ margin-bottom: 		50px; }

#content .ml10  				{ margin-left: 		10px; }
#content .ml15		  			{ margin-left: 		15px; }
#content .ml20  				{ margin-left: 		20px; }
#content .ml25  				{ margin-left: 		25px; }
#content .ml30  				{ margin-left: 		30px; }
#content .ml35		  			{ margin-left: 		35px; }
#content .ml40  				{ margin-left: 		40px; }
#content .ml45  				{ margin-left: 		45px; }
#content .ml50  				{ margin-left: 		50px; }
#content .ml150	  			{ margin-left: 		150px;}
#content .ml200  				{ margin-left: 		200px;}
#content .ml250  				{ margin-left: 		250px;}
#content .ml300  				{ margin-left: 		300px;}
#content .ml350	  			{ margin-left: 		350px;}

#content .mr05  				{ margin-right: 		5px;  }
#content .mr10  				{ margin-right: 		10px; }
#content .mr15  				{ margin-right: 		15px; }
#content .mr20		  			{ margin-right: 		20px; }
#content .mr25  				{ margin-right: 		25px; }
#content .mr28  				{ margin-right: 		28px; }
#content .mr30  				{ margin-right: 		30px; }
#content .mr155	  			{ margin-right: 		155px;}

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

#content .pd03  				{ padding: 				3px;  }
#content .pd04  				{ padding: 				4px;  }
#content .pd05  				{ padding: 				5px;  }
#content .pd10  				{ padding: 				10px; }
#content .pd15  				{ padding: 				15px; }
#content .pd20		  			{ padding: 				20px; }

#content .pt00  				{ padding-top: 		0px;  }
#content .pt01  				{ padding-top: 		1px;  }
#content .pt02  				{ padding-top: 		2px;  }
#content .pt03		  			{ padding-top: 		3px;  }
#content .pt04  				{ padding-top: 		4px;  }
#content .pt05  				{ padding-top: 		5px;  }
#content .pt06  				{ padding-top: 		6px;  }
#content .pt07		  			{ padding-top: 		7px;  }
#content .pt08  				{ padding-top: 		8px;  }
#content .pt09  				{ padding-top: 		9px;  }
#content .pt10  				{ padding-top: 		10px; }
#content .pt12		  			{ padding-top: 		12px; }
#content .pt15  				{ padding-top: 		15px; }
#content .pt18  				{ padding-top: 		18px; }
#content .pt20  				{ padding-top: 		20px; }
#content .pt24					{ padding-top: 		24px; }
#content .pt25					{ padding-top: 		25px; }
#content .pt30					{ padding-top: 		30px; }
#content .pt36					{ padding-top: 		36px; }

#content .pb00					{ padding-bottom: 	0px;  }
#content .pb01					{ padding-bottom: 	1px;  }
#content .pb02					{ padding-bottom: 	2px;  }
#content .pb03					{ padding-bottom: 	3px;  }
#content .pb04					{ padding-bottom: 	4px;  }
#content .pb05					{ padding-bottom: 	5px;  }
#content .pb06					{ padding-bottom: 	6px;  }
#content .pb07					{ padding-bottom: 	7px;  }
#content .pb08					{ padding-bottom: 	8px;  }
#content .pb09					{ padding-bottom: 	9px;  }
#content .pb10					{ padding-bottom: 	10px; }
#content .pb12					{ padding-bottom: 	12px; }
#content .pb15					{ padding-bottom: 	15px; }
#content .pb18					{ padding-bottom: 	18px; }
#content .pb20					{ padding-bottom: 	20px; }
#content .pb24					{ padding-bottom: 	24px; }
#content .pb25					{ padding-bottom: 	25px; }
#content .pb30					{ padding-bottom: 	30px; }
#content .pb36					{ padding-bottom: 	36px; }

#content .pl03		 			{ padding-left: 		3px;  }
#content .pl05 				{ padding-left: 		5px;  }
#content .pl10 				{ padding-left: 		10px; }
#content .pl15 				{ padding-left: 		15px; }
#content .pl20 				{ padding-left: 		20px; }
#content .pl25		 			{ padding-left: 		25px; }

#content .pr03 	 			{ padding-right: 		3px;  }
#content .pr05	  				{ padding-right: 		5px;  }
#content .pr10  				{ padding-right: 		10px; }
#content .pr15  				{ padding-right: 		15px; }
#content .pr20  				{ padding-right: 		20px; }
#content .pr25 	 			{ padding-right: 		25px; }
#content .pr155  				{ padding-right: 		155px;}

/***************************************************************************************
/*  HEIGHT																		   					      
/***************************************************************************************/

#content .h10					{ height:				10px; }
#content .h15					{ height:				15px; }
#content .h20					{ height:				20px; }
#content .h25					{ height:				25px; }
#content .h30					{ height:				30px; }

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

#content .w20p					{ width:					20%;  }
#content .w25p					{ width:					25%;  }
#content .w30p					{ width:					30%;  }
#content .w35p					{ width:					35%;  }
#content .w40p					{ width:					40%;  }
#content .w45p					{ width:					45%;  }
#content .w50p					{ width:					50%;  }
#content .w55p					{ width:					55%;  }
#content .w60p					{ width:					60%;  }
#content .w65p					{ width:					65%;  }
#content .w70p					{ width:					70%;  }
#content .w75p					{ width:					75%;  }
#content .w80p					{ width:					80%;  }
#content .w85p					{ width:					85%;  }
#content .w90p					{ width:					90%;  }
#content .w95p					{ width:					95%;  }
#content .w100p				{ width:					100%; }

#content .w10					{ width:					10px;  }
#content .w15					{ width:					15px;  }
#content .w20					{ width:					20px;  }
#content .w25					{ width:					25px;  }
#content .w30					{ width:					30px;  }
#content .w35					{ width:					35px;  }
#content .w40					{ width:					40px;  }
#content .w45					{ width:					45px;  }
#content .w50					{ width:					50px;  }
#content .w60					{ width:					60px;  }
#content .w70					{ width:					70px;  }
#content .w80					{ width:					80px;  }
#content .w90					{ width:					90px;  }
#content .w100					{ width:					100px; }
#content .w125					{ width:					125px; }
#content .w150					{ width:					150px; }
#content .w175					{ width:					175px; }
#content .w200					{ width:					200px; }
#content .w225					{ width:					225px; }
#content .w250					{ width:					250px; }
#content .w300					{ width:					300px; }
#content .w310					{ width:					310px; }
#content .w350					{ width:					350px; }
#content .w400					{ width:					400px; }
#content .w450					{ width:					450px; }
#content .w475					{ width:					475px; }
#content .w500					{ width:					500px; }
#content .w600					{ width:					600px; }
#content .w700					{ width:					700px; }

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

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

#content .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;
}

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

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

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

p.seologo img {
	border:						0px none;
	margin:						20px;
	vertical-align: 			middle;
}
