
body {
	background: #cbbfa7;
	margin: 0px;
}
a, a:visited, a:active {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #5E5F5F;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

h1 {
	color: #8C8371;
	margin: 0 0 10px 0;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #6D5839;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #6D5839;
}
td.LabelPadding {
	padding: 15 5 0 3;
}
td.LeftSideBarItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 0 5 0;
}
td.LeftSideBarItem a, td.LeftSideBarItem a:visited, td.LeftSideBarItem a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
td.LeftSideBarItem a:hover {
	color: #CB6B38;
	font-weight: bold;
	text-decoration: underline;
}

td.Footer a, td.Footer a:visited, td.Footer a:active {
	color: #6D5839;
	text-decoration: none;
}
td.Footer a:hover {
	color: #6D5839;
	text-decoration: underline;
}

/* Calendar */
td.CalendarHeader {
	background-color: #951F29;
	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-weight: bold;
	text-decoration: none;
}
td.CalendarHeader2 {
	background-color: #DFD7B8;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
td.CalendarEventDay {
	background-color: #B39029;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
td.CalendarNoEventDay {
	background-color: #F3EAD5;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}


/* NoPadCell */
td.NoPad {
	border: 1px solid #BDBDBE;
}
td.NoPadCellBottom {
	border-bottom: 1px solid #BDBDBE;
}
td.NoPadCellTopBottom {
	border-top: 1px solid #BDBDBE;
	border-bottom: 1px solid #BDBDBE;
}
td.NoPadCellNoLeft {
	border-top: 1px solid #BDBDBE;
	border-bottom: 1px solid #BDBDBE;
	border-right: 1px solid #BDBDBE;
}

.ImageFrame {
	border:#634F51 5px solid;
}
/* Form */
.z-iError {
	color: #990000;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.z-iText {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.z-iCombo {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.z-iLabel {
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.z-iStatic {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.z-iRequired {
	color: #990000;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.z-iButton {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

@media print {
	.NoPrint {
		display: none;
	}
	.PrintOnlyBlock {
		display: block;
	}
	.PrintOnlyInline {
		display: inline;
	}
}
