/* Global Styles */

body {
	margin:0px;
	background-color: #ffffff;
	background-attachment: fixed
	}
	body {}
	
/* Text Styles */


.mosttext {font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
		}
		
.h1 {font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
		}
		
.h1colour1 {color: #003300}

.contenttext {font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
		}
		
.contenttext2 {font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
		}
		
.contentwhite{font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
		}
		
.contentgreen {font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
		}
		

.contentgrey {font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
		}

		
		
/* Text Effects */		
		
		
a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}

a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

