body, div, table, tr, th, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
hr {
        color: #000000;
}
h2 {
	font-size: 10pt;
        text-align: center;
	color: #943d43;
}

a {
        background-color: #1472a3;
	color: #df2809;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #ecedee;
        background-color: #1982b2;
}

.buttonlink a {
        background-color: #1982b2;
	color: #df2809;
	font-weight: bold;
	text-decoration: none;
	font-size: 11pt;
}
.buttonlink a:hover {
	text-decoration: underline;
	color: #ecedee;
}

input, select, textarea {
	margin: 2px;
        background-color: #b7b3d8;
        color: #1b0c81;
}
.pageHeader {
	color: #ffffff;
	text-decoration: none;
}
.pageHeader {
	background-color: #ffffff;
	border-bottom: 0px solid 1b0c81;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
.topMenu a{
        color: #ffffff
}

.topMenu {
        color: #ffffff;
	font-weight: bold;
	background-color: #1b0c81;
	border-bottom: 3px inset b7b3d8;
	padding: 3px;
	margin: 0px 0px 10px 0px;
	text-align: right;
}
.leftMenu {
	background-color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	border: 0px solid b7b3d8;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	width: 150px;
}
.leftMenu a {
        color: #1b0c81;
	background-color: #ffffff;
	font-size: 9pt;
	text-decoration: none;
}
.leftMenu a:hover {
	text-decoration: underline;
}

.pageContent {
	margin: 0px 10px 0px 10px;
	vertical-align: top;
}
.pageFooter a {
        color: #ffffff;
	font-weight: bold;
}


.pageFooter {
	background-color: #1b0c81;
	border-bottom: 3px solid b7b3d8;
	padding: 5px;
	margin: 0px 0px 20px 0px;
	text-align: center;
        color: #ffffff;
}
.selectedListHeader {
	color: #336699;
	background-color: #b7b3d8;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #cccccc;
	text-align: center;
	font-size: 10pt;
	padding: 0px;
}
.selectedListHeader a {
	font-weight: bold;
	font-size: 9pt;
        color: #ffffff;
}
.unselectedListHeader a {
	font-weight: bold;
	font-size: 9pt;
        color: #1b0c81;
}
.unselectedListHeader {
	color: #000000;
	background-color: #b7b3d8;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #cccccc;
	text-align: center;
	font-size: 10pt;
	padding: 0px;
}
.blankListHeader {
	background-color: #b7b3d8;
	border: 1px solid b7b3d8;
	padding: 0px;
}
.listItem, .listItem_white, .listItem_green, .listItem_yellow, .listItem_red {
	text-align: right;
	border-bottom: 1px solid b7b3d8;
	padding: 0px;
}
.listItem, .listItemwhite {
	background-color: #f6f6f6;
}
.listItemgreen {
	background-color: #91d591;
}
.listItemyellow {
	background-color: yellow;
}
.listItemred {
	background-color: #fa8888;
}
.error {
	color: #ff0000;
}
.formLabel {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}
.formTable table {
	background-color: lightgrey;
	border: 1px solid lightgrey;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.formTable td {
	background-color: lightgrey;
	border: 1px solid lightgrey;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}

