<!--
body
{
	font-size: 10pt;
	color:#205736;
	font-family: Times New Roman,Times New Roman,Verdana,Arial;
	background-color: #205736;
	background-image: url('images/dgren024.jpg');
	background-attachment: fixed;
	margin: 0px;
}

table
{
	font-size: 10pt;
}

td
{
	font-family: Times New Roman,Times New Roman,Verdana,Arial;
	font-size: 10pt;
}

a
{
	font-size: 10pt;
	font-family:Times New Roman,Verdana,Arial;
	font-weight: bold;
}

a:link
{
	font-size: 10pt;
	font-family:Times New Roman,Verdana,Arial;
	font-weight: bold;
	color: green;
}

a:visited
{
	font-size: 10pt;
	font-family:Times New Roman,Verdana,Arial;
	font-weight: bold;
	color: green;
}

a:hover
{
	font-size: 10pt;
	font-family:Times New Roman,Verdana,Arial;
	font-weight: bold;
	color: red;
}

a:active
{
	font-size: 10pt;
	font-family:Times New Roman,Verdana,Arial;
	font-weight: bold;
	color: blue;
}


a.navLink, a:visited.navLink
{
	color: green;
	background-color: #F9FFFC;
	font-size: 8pt;
	font-weight: bold;
	font-family:Times New Roman,Verdana,Arial;
	text-decoration: underline;
	text-align: center;
	border-right: ;
	border-left: 1px solid #205736;
	width: 14.2%;
    height:15;	
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:hover.navLink
{
	color: blue;
	background-color: #FEF1CE;
	font-size: 8pt;
	font-weight: bold;
	font-family:Times New Roman,Verdana,Arial;
	text-decoration: underline;
	text-align: center;
	border-right: ;
	border-left: 1px solid #205736;
	width: 14.2%;
    height:15;	
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:active.navLink
{
	color: red;
	background-color: #FEF1CE;
	font-size: 8pt;
	font-weight: bold;
	font-family:Times New Roman,Verdana,Arial;
	text-decoration: underline;
	text-align: center;
	border-right: ;
	border-left: 1px solid #205736;
	width: 14.2%;
    height:15;	
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.heading
{
	padding-left: 3px;
	margin: 0px;
	font-size: 11pt;
	color: #205736;
	width: 100%;
	font-weight: bold;
	font-family:Times New Roman,Verdana,Arial;
	border: 1px solid green;
	background-color: #FFFAEA;
	}

.headingInfo
{
	padding: 3px;
	margin: 0px;
	border-right: 1px solid green;
	border-left: 1px solid green;
	border-bottom: 1px solid green;
	background-color: #FFFDF5;
}

.headingForLinks
{
	padding-left: 3px;
	margin: 0px;
	font-size: 11pt;
	color: #121EB8;
	width: 100%;
	font-weight: bold;
	font-family:Times New Roman,Verdana,Arial;
	border: 1px solid blue;
	background-color: #EEEEFF;
	}

.headingInfoForLinks
{
	padding: 3px;
	margin: 0px;
	width: ;
	border-right: 1px solid blue;
	border-left: 1px solid blue;
	border-bottom: 1px solid blue;
	background-color: #FAFAFE
}

.copyright
{
	font-size: 10pt;
	font-family:Times New Roman,Verdana,Arial;
	border-right: ;
	border-left: ;
	border-top: 1px solid green;
	border-bottom: 1px solid green;
	background-color: #FFF9C0;
	width: 776px;
	height: 10px;
}

.specialLetters
{
	border:4px solid #205736; font-size: 12pt;
	color: #205736;
	font-weight: bold;
	text-align: center;
	margin-right: 3px;
	width: 27px;
	height: 27px
	
}

a.questionMark
{
	border:4px solid #205736; 
	background-color: yellow;
	text-decoration: none;
	font-size: 12pt;
	color: #205736;
	font-weight: bold;
	text-align: center;
	margin-right: 3px;
	width: 27px;
	height: 27px
	
}

a:link.questionMark, a:visited.questionMark, a:active.questionMark
{
	border:4px solid #205736; 
	background-color: yellow;
	text-decoration: none;
	font-size: 12pt;
	color: #205736;
	font-weight: bold;
	text-align: center;
	margin-right: 3px;
	width: 27px;
	height: 27px
	
}

a:hover.questionMark
{
	border:4px solid #205736; 
	background-color: white;
	text-decoration: none;
	font-size: 12pt;
	color: #205736;
	font-weight: bold;
	text-align: center;
	margin-right: 3px;
	width: 27px;
	height: 27px
	
}

.linksBorder
{
	border-top: 1px solid #205736;
	border-bottom: 1px solid #205736;
}

.tablePadding
{
	padding: 8px;
	background-color: #F0E6C8;
}

.formHeader
{
	background-color: #D8FFD8;
	font-size: 10pt;
}

.formBody
{
	background-color: #F8FFF8;
	padding-left: 15px;
}
-->