body {
		background-color: #FFFFFF;
	}
	
.dark_grey_bg {
		background-color: #717171;
	}

.text {
	font-family: Arial;
	font-size: 70%;
	line-height: 120%;
	text-decoration: none;
	color: #56C5F2;
	}

.text a:link {
	color: #E9DC00;
	text-decoration: none;
	}

.text a:visited {
	color: #E9DC00;
	text-decoration: none;
	}

.text a:hover {
	color: #56C5F2;
	text-decoration: none;
	}
	
.grey_text {
	font-family: Arial;
	font-size: 70%;
	line-height: 120%;
	text-decoration: none;
	color: #717171;
	}
	
.grey_text a:link {
	color: #717171;
	text-decoration: underline;
	}

.grey_text a:visited {
	color: #717171;
	text-decoration: none;
	}

.grey_text a:hover {
	color: #717171;
	text-decoration: none;
	}
	
.big_heading {
	font-family: Arial;
	font-size: 80%;
	line-height: 120%;
	text-decoration: none;
	color: #E9DC00;
	}
	
.yellow_text {
	color: #E9DC00;
	}
	
.desc_text {
	font-family: Arial;
	font-size: 70%;
	line-height: 120%;
	text-decoration: none;
	color: #56C5F2;
	padding-top: 3px;
}
	

.button {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 65%;
	background-color : #FFFFFF;
	color : #3A6EA5;
}

.formtext {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 65%;
	background-color : #FFFFFF;
	color : #3A6EA5;
}