@charset "utf-8";
/* CSS definition file containing sitestyle stylesheets for screen display */

body, table, td { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10pt; }

#pageTitle { font-size:12pt; font-weight:bold; font-style:italic; color:#44611e; margin-bottom:20px; }

#ftrTxt {
	font-size:8pt;
	margin-left: 175px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
}

a:link, a:visited { text-decoration:underline; color:#652d91; font-weight:bold; }
a:active, a:hover { text-decoration:none; color:#44611e; font-weight:bold; }

#sectTitle {
	font-size:11px;
	line-height:15px;
	font-weight:bold;
	color:#ffffff;
	padding-bottom:1px;
	background-color:#44611e;
	border-bottom:2px solid #000000;
} #sectTitleAlt {
	font-size:11px;
	line-height:15px;
	font-weight:bold;
	color:#ffffff;
	padding-bottom:1px;
	background-color:#7a0704;
	border-bottom:2px solid #000000;
} #listTitle {
	font-weight:bold;
	background-color:#efe5df;
} #listTitleAlt {
	font-weight:bold;
	background-color:#dfe0ef;
} #listEntry {
	padding-bottom:10px;
	border-top:1px dotted #aeaeae;
	border-left:1px dotted #efe5df;
	border-right:1px dotted #efe5df;
	border-bottom:1px dotted #aeaeae;
}

#formBtm {
	border-top:2px solid #44611e;
	border-bottom:2px solid #44611e;
} #textbox {
	background-color:#ffffff;
	border:1px solid #cccccc;
} #fieldon {
	background-color:#efe5df;
	border:1px solid #502473;
} #fieldoff {
	background-color:#ffffff;
	border:1px solid #cccccc;
} #button {
	font-weight:bold;
}