@charset "utf-8";
/* CSS Document */

.BodyText {
	font-family: Candara;
	font-size: 21px;
	color: #333333
}

a.GreenLink:link { color: #012B5D; text-decoration: none; }
a.GreenLink:visited { color: #012B5D; text-decoration: none; }
a.GreenLink:hover { color: #FFFFFF; text-decoration: none; background: #012B5D; }
a.GreenLink:active { color: #012B5D; text-decoration: none; background: #ffffff; }
