/* CSS Document */

body {
	background-color: #f1f1f1;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.greenborder {
	border:#b9d4ca 2px solid;
}

.header {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #ff3333;
}
	
.bodyboldcopy {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
}

.bodycopy {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
}

A.bodynav {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}
A.bodynav:active {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}
A.bodynav:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #ff3333;
	text-decoration: underline;
}

.footercopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

A.footernav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
A.footernav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
A.footernav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff3333;
	text-decoration: underline;
}

