body {
	
	margin: 0;
	
	
		}

/* Opera */	
html, body {  	margin: 0;
				padding: 0;
			}
			

/*//////////// HEADINGS ///////////////*/			
h1 {
	font-size:12px;
	font-weight: bold;	
	}
	
h2 {
	font-size:11px;
	font-weight: bold;
	}		
	

/*////////// PARAGRAPH //////////////*/
p {
	line-height: 1.3;
	text-align: justify;
	}

/*///////////// MAIN BODY TEXT //////////*/
.bodytext {
	text-indent: 10px;
	} 
	
	

/*////////////// LISTS //////////*/
ul {
	list-style-type: none;
	padding-left: 5px;
	padding-right: none;
	}	

	

/*////////// HORIZONTAL RULE ////////////*/
hr {
	border: none;
	background-color:#999999;
	color:#999999;
	height: 1px;
	width: 80%;
	}



.imgBorder {	border: 1px solid #EFEFEF;
	
			}
			


/*///////////// LINKS /////////////////*/

a:link {	text-decoration: none;
			color: #6A5ACD;
			background-color: transparent;
			
			}
			
a:hover { 	text-decoration: none;
			color: #006600;
			background-color: transparent;			
			
			}
			
a:active { 	text-decoration: none;
			color: #CCCCCC;
			background-color: transparent;	
			
			}
			
a:visited { text-decoration: none;
			color: #990000;
			background-color: transparent;
			
			}
			
			
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	color: #003500;		
		
		}
		
.contentWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.3em;
	font-style: normal;
	color: #ffffff;		
		
		}
		

.contentBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #003500;		
		
		}
		
		
.contentSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	color: #003500;		
		
		}
		
.prices {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform:uppercase;
	color: #003500;		
		
		}
		
.subHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: bold;
	text-transform:uppercase;
	color: #ffffff;	
	
		
		}

					
				.border {
	border-top: none #1C4F3A;
	border-right: 1px solid #1C4F3A;
	border-bottom: none #1C4F3A;
	border-left: 1px solid #1C4F3A;
}



				.border1 {
	border: 1px solid #003300;	
}
