/* 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-color: 		#afafaf;
}

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

h1 {
	font-size: 					13px;
	font-weight:				bold;
}

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

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

ul {
	margin-top:					9px;
	margin-bottom:				9px;
}

caption, th {  
	text-align:					left;   
} 

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

abbr, acronym { 
	border:						0;   
}  

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

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

a:hover {
	color:						#679898;
}

a:focus {
	outline-style: 			none;
}

/***************************************************************************************
/*  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; }
.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;   }
.mt10		  			{ margin-top: 			10px;  }
.mt12  				{ margin-top: 			12px;  }
.mt15  				{ margin-top: 			15px;  }
.mt18  				{ margin-top: 			18px;  }
.mt20		 			{ margin-top: 			20px;  }
.mt24  				{ margin-top: 			24px;  }
.mt30  				{ margin-top: 			30px;  }
.mt36		  			{ margin-top: 			36px;  }
	
.mb00  				{ margin-bottom: 		0px;  }
.mb03		  			{ margin-bottom: 		3px;  }
.mb06  				{ margin-bottom: 		6px;  }
.mb09  				{ margin-bottom: 		9px;  }
.mb12  				{ margin-bottom: 		12px; }
.mb18  				{ margin-bottom: 		18px; }
.mb20 	 			{ margin-bottom: 		20px; }
.mb24  				{ margin-bottom: 		24px; }
.mb30  				{ margin-bottom: 		30px; }

.ml25  				{ margin-left: 		25px; }

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

.pt00  				{ padding-top: 		0px;  }
.pt03		  			{ padding-top: 		3px;  }
.pt06  				{ padding-top: 		6px;  }
.pt09  				{ padding-top: 		9px;  }
.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; }
.pb18					{ padding-bottom: 	18px; }
.pb24					{ padding-bottom: 	24px; }
.pb30					{ padding-bottom: 	30px; }
.pb36					{ padding-bottom: 	36px; }

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

.h460					{ height:				460px; }
.h500					{ height:				500px; }
.h520					{ height:				520px; }
.h540					{ height:				540px; }
.h560					{ height:				560px; }
.h675					{ height:				675px; }
.h690					{ height:				690px; }
.h700					{ height:				700px; }
.h710					{ height:				710px; }
.h730					{ height:				730px; }

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

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

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

.noborder {
	border:						0px none;
}

.thumbnail {
	margin:						5px;
}

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

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

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