
body {
	background: #FFFFFF;
	color: #000000;
	margin: 0px;
}
a, a:visited, a:active {
	color: #4C5E38;
	font-family: Times New Roman, Times, Serif;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

h1 {
	color: #0B2987;
	margin: 0 0 10px 0;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	font-family: Times New Roman, Times, Serif;
}
td {
	font-family: Times New Roman, Times, Serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

table.Head {
	border-left: #000000 solid 1px;
	border-top: #000000 solid 0px;
	border-right: #000000 solid 1px;
}
table.Body {
	border-left: #000000 solid 1px;
	border-right: #000000 solid 1px;
}
table.Foot {
	border-left: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
	border-right: #000000 solid 1px;
}
table.Foot td {
	padding: 5px;
	background-color: #46623D;
   color: #FFFFFF;
}
table.Foot td a, table.Foot td a:visited, table.Foot td a:active {
   color: #FFFFFF;
	font-weight: normal;
}
table.Foot td a:hover {
	text-decoration: none;
}


/* CALENDAR */
td.CalendarHeader {
	background-color: #4C5E38;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
td.CalendarHeader a, td.CalendarHeader a:visited, td.CalendarHeader a:active, td.CalendarHeader a:hover {
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
td.CalendarHeader2 {
	background-color: #E6E6D3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
td.CalendarEventDay {
	background-color: #D6D6C3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
td.CalendarNoEventDay {
	background-color: #E6E6D3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

/* CONTENT */
td.Content {
	color: #000000;
}

/* SELECT */
.SelectTh {
/*	background: #F8F7FC;*/
	background: #EEEBF2;
	color: #5A496D;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.SelectTh a, .SelectTh a:active, .SelectTh a:visited {
	color: #5A496D;
}
.SelectTd a, .SelectTd a:active, .SelectTd a:visited {
	color: #5A496D;
}
.SelectTd a:hover {
	text-decoration: underline;
}

/* Form */
.z-iError {
	color: #990000;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
.z-iText {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
.z-iCombo {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
.z-iLabel {
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
.z-iStatic {
	background-color: #eaedf2;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
.z-iButton {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
