body {
    color:black;
    background:white;
    margin:0;
    font-family: Arial,Helvetica,sans-serif;
}
td {
    line-height:1.2em;
}
table { 
	margin:0;
}

form {
	margin:0;
}
input.check {
	position:relative;
	top:-3px;
}

a:link,a:visited,a:active { 
	color:#38791e;
}
a:hover {
	color:#38791e; 
	text-decoration:underline;
}

.copyReduced {
	font-size:90%;
}
.copyReducedSite {
	font-size:90%;
	color:#c8b362;
}
.copyReducedEM {
	font-size:90%;
	font-style: italic;
}
.copySmall {
	font-size:80%;
}
.copySmallEM {
	font-size:85%;
	font-style: italic;
}
.copySmallGray {
	font-size:85%;
	color:#999999;
}
.copySmallSite {
	font-size:80%;
	color:#c8b362;
}
.copyAlert {
	font-size:80%;
	color:#ff0033;
}
.fullAlert {
	font-size:100%;
	color:#ff0033;
}
.headerText {
	font-size:115%;
	color:#38791e;
	font-weight:bold;
	margin:2px 0px 4px 0px;
}
.subheadText {
	color:#38791e;
	font-weight:bold;
}
.bodyText {
	font-size:90%;
	color:#222222;
	line-height:16px;
}
.bodyTextJustify {
	font-size:90%;
	color:#222222;
	line-height:20px;
	text-align: justify;
}
.homeTextJustify {
	font-family: "Times New Roman", Times, serif;
	font-size:110%;
	color:#222222;
	line-height:20px;
	text-align: justify;
}
.bodyImages {
	padding-top: 9px;
	padding-bottom: 4px;
}


