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

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	color: #860038;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
	color: #860038;
}
.address_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	color: #2E1E1E;	
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	color: #444444;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	color: #444444;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	color: #006699;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	color: #444444;
	text-decoration: none;
}
a.mercer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 15pt;
	color: #2E1E1E;
	text-decoration: none;
}
a.mercer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 15pt;
	color: #2E1E1E;
	text-decoration: none;
}
a.mercer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 15pt;
	color: #860038;
	text-decoration: none;
}
a.mercer:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 15pt;
	color: #2E1E1E;
	text-decoration: none;	
}
.background {
	background-image: url(images/windyridge_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: none;
}
.box_green {
	background-image: url(images/box_green.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;	
}
