body {
	margin: .2cm 1.5cm;
	background-color: #ddeeff;
	font-family: arial,helvetica,sans-serif;
	font-size: 15px;
}
.bluebody {
	background-color: #ffffff;
}
.greenbody {
	background-color: #ffffff;
}
.orangebody {
	background-color: #ffffff;
}
.yellowbody {
	background-color: #ffffff;
}
.aster {
	color: #ff0000;
	font-weight: bold;
}
.caption { 
	font-weight: bold; 
	color: #5F320B; 
}  
a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: #ffd0a3;
}
a:active {
	color: #FF0;
	text-decoration: underline;
	background-color: #005;
}
.noshow:link {
	color: #000000;
	text-decoration: none;
}
.noshow:visited {
	color: #000000;
	text-decoration: none;
}
.noshow:hover {
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}
button {
	font-size: 14px;
}

h2	{
	font-size: 18px;
	font-style: italic;
}
dt	{
	font-weight: bold;
}
dd	{
	margin-left: .25in;
}

hr {
	border: 0; 
	height: 4px; 
	color: #6be28f; 
	background-color: #6be28f; 
	margin:9px 0 0 0;
}

select,
input[type=text],
textarea {
	background-color:#ccddff;
	color: #0000bf;
	font-family:arial,helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
}

.tdradio {
	background-color: #ddeeff;
	padding: 1px 5px;
	border-style: solid;
	border-width: 2px;
	border-left-color: #838383;
	border-top-color: #838383;
	border-right-color: #e3e3e3;
	border-bottom-color: #e3e3e3;
}

.copy {
	font-size: 85%;
}
.halflinebefore {
	margin-top: 6px;
}
.justified {
	text-align: justify;
	text-justify: auto;
}