/* Text */
td {
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #333333; 
	} 
ul {
list-style: square outside
}

.body {
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #333333; 
} 

.small {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
color: #000000
}


.heading {
font-family: Arial, Helvetica, sans-serif; 
font-size: 13pt; 
font-weight: bold; 
color: #000066
} 

.headingGreen {
font-family: Arial, Helvetica, sans-serif; 
font-size: 13pt; 
font-weight: bold; 
color: #006633
} 

.heading-italic {
font-family: "Times New Roman", Times, serif; 
font-size: 18pt;
font-style: italic; 
font-weight: bold; 
color: #006633
} 


.heading2 {
font-family: Arial, Helvetica, sans-serif; 
font-size: 11pt; 
font-weight: bold; 
color: #000066
} 

.heading3 {
font-family: "Times New Roman", Times, serif; 
font-size: 18px; 
font-style: italic; 
font-weight: bold; 
color: #006633
} 

.subheading {
font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt; 
font-weight: bold; 
color: #006633
}
.subheading-black {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #000066}
.body-small {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000}
.heading-green {  font-family: Arial, Helvetica, sans-serif; font-size: 13pt; font-weight: bold; color: #006633}

/* Form Elements */
.FormField
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	border-left: 1px outset #999999;
	border-bottom:1px outset #999999;
	background-color:  #ffffff;
	margin-top:5px;
	padding: 1px;
}
.FormButton 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	border-bottom:0px solid #FFFFFF;
	background-color: #000066; 
	margin-top:5px;
	padding: 1px
	}

/* Links */
A.home2:link {
text-decoration: none; 
color: #006633
} 

A.home2:visited {
text-decoration: none; 
color: #006633
} 
A.home2:hover {
text-decoration: underline; 
color: #CC9933
} 

A.home:link {
text-decoration: none; 
color: #CC6600
} 

A.home:visited {
text-decoration: none; 
color: #CC6600
} 
A.home:hover {
text-decoration: underline; 
color: #CC9900
} 

A:link {
text-decoration: underline; 
color: #0033CC
} 

A:visited {
text-decoration: underline; 
color: #0033CC
} 
A:hover {
text-decoration: none; 
color: #CC9900
} 

.heading2green {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #006633}
