/* CSS Document */

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

body {
	background: 				#00a6cc; 
}

body, p {	
	color:						white;
	font-family: 				Arial, Helvetica, sans-serif;
	font-size: 					12px;
	line-height: 				18px;
	text-align: 				left;
}

h1 {
	color: 						white;
	font-size: 					16px;
	line-height:				24px;
	padding-top:				35px;
	text-transform:			uppercase;
}

h2 {
	font-size: 					13px;
	font-weight: 				bold;
	line-height:				20px;
	padding-top:				15px;
}

h3 {
	font-size: 					13px;
	font-weight: 				bold;
	line-height:				18px;
	margin: 						0px;
	padding-top:				12px;
	padding-bottom:			0px;
}

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

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

img, td {
	border:						0;
}

ul {
	margin-top:					9px;
	margin-bottom:				9px;
	margin-left:				18px;
	padding-left:				18px;
}

ol, ul {  
	list-style: 				square outside;   
} 

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

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

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

.bg-blue							{ background: #007a9b none; }

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

.bd					{ font-weight: 		bold;  }
.it 					{ font-style: 			italic; }
.ul					{ text-decoration: 	underline; }

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

.f09 					{ font-size: 			9px;  }
.f10 					{ font-size: 			10px; }
.f11 					{ font-size: 			11px; }
.f12	 				{ font-size: 			12px; }
.f13 					{ font-size: 			13px; }
.f14 					{ font-size: 			14px; }
.f15 					{ font-size: 			15px; }
.f16 					{ font-size: 			16px; }
.f18 					{ font-size: 			18px; }

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

.mt00  				{ margin-top: 			0px;   }
.mt03  				{ margin-top: 			3px;   }
.mt06  				{ margin-top: 			6px;   }
.mt09  				{ margin-top: 			9px;   }
.mt12  				{ margin-top: 			12px;  }
.mt18  				{ margin-top: 			18px;  }
.mt24  				{ margin-top: 			24px;  }
.mt30  				{ margin-top: 			30px;  }
.mt36		  			{ margin-top: 			36px;  }
.mt65		  			{ margin-top: 			65px;  }
.mt355		  		{ margin-top: 			355px; }
.mt410		  		{ margin-top: 			410px; }
	
.mb00  				{ margin-bottom: 		0px;  }
.mb03		  			{ margin-bottom: 		3px;  }
.mb06  				{ margin-bottom: 		6px;  }
.mb30  				{ margin-bottom: 		30px; }

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

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

.pb00					{ padding-bottom: 	0px;  }
.pb03					{ padding-bottom: 	3px;  }
.pb06					{ padding-bottom: 	6px;  }
.pb09					{ padding-bottom: 	9px;  }
.pb12					{ padding-bottom: 	12px; }

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

.w60					{ width:					60px;  }
.w120					{ width:					120px; }
.w145					{ width:					145px; }
.w175					{ width:					175px; }

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

.nw					{ white-space: 		nowrap; }

.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;
	padding:						0px;
	vertical-align: 			middle; 
}

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

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


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