/* CSS Document */
body
{
	background-color: #DCDCDC;
}

body a:link
{
	color: #0066CC;
	text-decoration: none;
}

body a:visited
{
	color: #0066CC;
	text-decoration: none;
}

body a:active
{
	color: #0066CC;
	text-decoration: underline;
}

body a:hover
{
	color: #0066CC;
	text-decoration: underline;
}

p
{
	color: #111111;
	font-size: 14px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

h1
{
	color: #025B12;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
}

h2
{
	color: #025B12;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}

h3
{
	color: #003300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}

h4
{
	color: #222222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}

h5
{
	color: #4C4C4C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
}

h6
{
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}