/* CSS Document */

html, body, p, h1, h2, h3, h4, h5, h6, 
form, fieldset, img, table, tr, td {
	border:  				0;
	margin:  				0;
	padding: 				0;
}

body {
	background: 			#adadad url(../images/backgrnd.gif); 
}

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

h1 {
	font-family: 			Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 				21px;
	font-weight: 			normal;
	padding-bottom: 		12px;
}

h2 {
	font-size: 				16px;
	font-weight: 			bold;
	padding-top:			18px;
}

h3 {
	font-size: 				14px;
	font-weight: 			bold;
	padding-top:			18px;
}

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

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

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

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

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

/***************************************************************************************
/*  MAIN COLOURS		  																   					
/***************************************************************************************/

p {
	background: 			transparent;
	color: 					black;
}

h1, h2, h3 {
	background: 			transparent;
	color: 					#aa004d;					
}

a, a:visited {
	background:  			transparent;
	color : 					#b12eb1;						
}

a:hover {
	background: 			transparent;
	color: 					#aa004d;
}

#nav a, #nav a:visited     {
	background: 			transparent;
	color: 					#515151;					
}	

#nav a:hover, #footer a:hover {
	background:  			transparent;
	color : 					#c8005a;					
}

#topstrap p, #footer p, #footer a {
	background: 			transparent;
	color: 					#82ee00;
}

hr {
	background-color: 	green;
	color: 					green;
	border-color: 			green;  					/*Required for Firefox */ 
}

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

.black							{ color: #000000; }
.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; }
.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;   }
.mt04  						{ margin-top: 			4px;   }
.mt05  						{ margin-top: 			5px;   }
.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;  }
.mt21  						{ margin-top: 			21px;  }
.mt24  						{ margin-top: 			24px;  }
.mt30  						{ margin-top: 			30px;  }
.mt36  						{ margin-top: 			36px;  }

.mb00  						{ margin-bottom: 		0px;  }
.mb03  						{ margin-bottom: 		3px;  }
.mb05  						{ margin-bottom: 		5px;  }
.mb06  						{ margin-bottom: 		6px;  }
.mb09  						{ margin-bottom: 		9px;  }
.mb10  						{ margin-bottom: 		10px; }
.mb12  						{ margin-bottom: 		12px; }
.mb15  						{ margin-bottom: 		15px; }
.mb18  						{ margin-bottom: 		18px; }

.mr08  						{ margin-right: 		8px; }

/***************************************************************************************
/*  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; }
.pt15  						{ padding-top: 		15px; }
.pt18  						{ padding-top: 		18px; }
.pt20  						{ padding-top: 		20px; }
.pt24  						{ padding-top: 		24px; }
.pt25  						{ padding-top: 		25px; }
.pt30  						{ padding-top: 		30px; }
.pt36  						{ padding-top: 		36px; }

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

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

.w90							{ width:					90px;  }
.w150							{ width:					150px; }
.w350							{ width:					350px; }

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

.ac, #content .ac			{ text-align: 			center; }
.al, #content .al			{ text-align: 			left;   }
.ar, #content .ar			{ text-align: 			right;  }
.aj, #content .aj			{ text-align: 			justify;}

.vm, #content .vm			{ vertical-align: 	middle; }
.vt, #content .vt			{ vertical-align: 	top;    }
.vb, #content .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: 					1px solid #3e6c00;
	vertical-align: 		middle; 
}

.noborder {
	border:					0px none;
}

.thumbnail {
	margin:					5px;
}

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

.photoleftnb {
	float: 					left;
	margin-bottom:			0px;
	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%;
}

