/* CSS Document */

p {
	font-family: Arial, "Helvetica", sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: black;
	font-weight: normal;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: bold;
	line-height: 28px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #003300;
	text-decoration: none;
	text-align: center;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: bold;
	line-height: 24px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #000099;
	text-decoration: none;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: bold;
	line-height: 18px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #993333;
	text-decoration: none;
	text-align: center;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: bold;
	line-height: 18px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #000099;
	text-decoration: none;
	text-align: center;
}

.graytextsmallLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}	
.graytextsmallLink:hover {
	text-decoration: underline;
	color: #666666;
}