BODY {
	background-color: #EAEFF9;
	color: #52666D;
	font-family: Arial, Trebuchet MS, Verdanda, Tahoma, Helvetica, sans-serif;
	margin-left: 2%;
	margin-right: 2%;
}

A:LINK {
	color: Blue;
	text-decoration: underline;
}

A:VISITED {
	color: Purple;
	text-decoration: underline;
}

A:HOVER {
	background-color: Yellow;
	color: Blue;
	text-decoration: underline;
}

H1 {
	color: #52666D;
	font-family: Arial, Trebuchet MS, Verdanda, Tahoma, Helvetica, sans-serif;
	font-size: xx-large;
}

H2 {
	color: #52666D;
	font-family: Arial, Trebuchet MS, Verdanda, Tahoma, Helvetica, sans-serif;
	font-size: x-large;
}

H3 {
	color: #52666D;
	font-family: Arial, Trebuchet MS, Verdanda, Tahoma, Helvetica, sans-serif;
	font-size: large;
}

H4 {
	color: #52666D;
	font-family: Arial, Trebuchet MS, Verdanda, Tahoma, Helvetica, sans-serif;
	font-size: medium;
}

H5 {
	color: #52666D;
	font-family: Arial, Trebuchet MS, Verdanda, Tahoma, Helvetica, sans-serif;
	font-size: small;
}

H6 {
	color: #52666D;
	font-family: Arial, Trebuchet MS, Verdanda, Tahoma, Helvetica, sans-serif;
	font-size: x-small;
}

.H7 {
	color: #52666D;
	font-family: Arial, Trebuchet MS, Verdanda, Tahoma, Helvetica, sans-serif;
	font-size: xx-small;
}

.NAV {
	color: #52666D;
	font-family: Arial, Trebuchet MS, Verdanda, Tahoma, Helvetica, sans-serif;
	font-size: smaller;
}

.NORMAL_GREEN_BACKGROUND {
	font-family: Arial, Trebuchet MS, Verdanda, Tahoma, Helvetica, sans-serif;
	background-color: #C3F9C8;
}

.Bold_Text {
	color: #52666D;
	font-family: Arial, Trebuchet MS, Verdanda, Tahoma, Helvetica, sans-serif;	
   font-weight: bold;
	font-size: medium;
}

.NAV_GREEN_BACKGROUND {
	color: #52666D;
	font-family: Arial, Trebuchet MS, Verdanda, Tahoma, Helvetica, sans-serif;
	font-size: smaller;
	background-color: #C3F9C8;
}

