a {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#0064B1;
	font-size:90%;
}

a:hover {
	text-decoration:underline;
	color:#242424;
	font-size:90%;
}

p {
	color:#242424;
	font-size:90%;
	

}

.white-text {
	color:#ffffff;
	font-size:90%;

}

.blue-text {
	color:#01A1B1;
	font-size:90%;

}

.small-grey-text{
	color:#242424;
	font-size:75%;
	

}

.white-links {
	color:#ffffff;
	font-size:90%;

}

.white-links:hover {
	color:#ffffff;
	font-size:90%;
	text-decoration:underline;
}

.green-links {
	color:#62AA5A;
	font-size:90%;

}

.green-links:hover {
	color:#62AA5A;
	font-size:90%;
	text-decoration:underline;
}


h1 {
	color:#01A1B1;
	font-size:150%;
	font-weight:100;

}

h2 {
	color:#353535;
	font-size:130%;
	font-weight:100;

}

h3 {
	color:#8A63AB;
	font-size:130%;
	font-weight:100;

}

h4 {
	color:#62AA5A;
	font-size:130%;
	font-weight:100;

}

h5 {
	color:#01A1B1;
	font-size:120%;

}

h6 {
	color:#595959;
	font-size:110%;
	font-weight:100;


}