/*GENERAL NOTE ABOUT APPLYING CLASSES TO LINKS - don't try to do it alltogether. Highlight the text first and apply the class. Then leave it and come back to apply the link. For IMAGE LINKS set the border to zero in the property inspector.
*/

/*This is the main box to contain all content.Setting the margin to auto centres it in the browser.*/

#maincontent {
	background-color:#FFFFFF;
	margin:auto;
	width:800px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color: #333333;}
	

.style1 {font-family:Georgia, "Times New Roman", Times, serif;font-size:20px;
	font-weight:normal;line-height:1.2em;padding-left:50px;}
	
.style2 {font-family:Georgia, "Times New Roman", Times, serif;font-size:20px;
	font-weight:normal;line-height:1.2em;padding-left:20px;}
	
.style3 {font-family: Arial, Helvetica, sans-serif;font-style:italic;
	font-weight:bold;font-size:12px;}
	
.style4 {font-family:Georgia, "Times New Roman", Times, serif;font-size:18px;
	font-weight:normal;line-height:1.2em; color:#CC0000;}
	
.style5 {font-family: Geneva, Arial, Helvetica, sans-serif;font-size:18px;
	font-weight:normal;line-height:1.2em;}
	
.style6 {font-family: Arial, Helvetica, sans-serif;font-style:italic;
	font-weight:bold;font-size:12px; color:#CC0000;}
	
.style7 {font-family: Geneva, Arial, Helvetica, sans-serif;font-size:14px;
	font-weight:normal;line-height:1.2em;color:#996600;}
	
.style8 {font-size:11px;font-weight:normal;line-height:1.2em}

