
body {
	background-color: #fbe4c4;
	margin: 0px;
	font-family: sans-serif;
	color: #000000
}

a {
	color: #000000;
	text-decoration: none
}

a:link {
	color: #000000;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

a:active {
	color: #64292A;
	text-decoration: underline
}

th {
	background-color: #64292A;
	color: #ffffff;
	text-align: left;
	font-size: 12pt;
	font-family: serif;
	font-weight: bold;
	text-transform: lowercase;
	padding-left: 4px
}

td {
	color: #000000;
	font-size: 10pt
}

label {
	color: #64292A
}

.formButton {
	font-family: sans-serif;
	background-color: #64292A;
	color: #ffffff;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color: #ffe2b4
}

.tablePanel {
	background-color: #fbe4c4
}

.Body_Text {
	font-weight: normal
}
.BodyTextItalics {
	font-style: italic;
	color: #777777
}
.BodyTextBold {
	font-weight: bold;
	font-style: normal
}

.SmallText {
	font-weight: normal;
	font-size: 8pt
}
a.SmallText :visited { color: #0042ee }


a.Navs:link { font-weight: bold; color: #64292A; text-decoration: none; height: 10px; width: 100%; } 

a.Navs:active { font-weight: bold; color: #64292A; text-decoration: none; height: 10px; width: 100%; } 

a.Navs {
	font-weight: bold;
	text-decoration: none;
	height: 10px;
	width: 100%;
	color: #64292A;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px
} 

a.Navs:visited { font-weight: bold; color: #64292A; text-decoration: none; height: 10px; width: 100%; } 

a.Navs:hover { font-weight: bold; color: #FFFFFF; text-decoration: none; height: 10px; width: 100%; background-color: #64292A}

.NavsOn {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 10px;
	width: 100%;
	background-color: #64292A;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px
}
.LargeTextPurple {
	font-weight: bold;
	color: #fbe4c4
}

.LargeText {
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none
}

A.LargeText:Visited {
	font-weight: bold;
	
}

a.LargeText:Link {
	font-weight: bold;
	
}
a.LargeText:active {
	font-weight: bold;
	
}
a.LargeText:hover {
	font-weight: bold;
	;
	text-decoration: underline
}
.NormalText {
	;
	font-size: 9pt
}
.LargeTextWhite {
	font-weight: bold;
	color: #FFFFFF
}
a.LargeTextWhite:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none
}
a.LargeTextWhite:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline
}
a.LargeTextWhite:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none
}
a.LargeTextWhite:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline
}

/* CALENDAR */
.calBody {
	background-color: #fff7e5
}

.calHeader {
	background-color: #64292A;
	color: #fff7e5;
	font-weight: bold;
	text-align: center;
	border-style: none;
	font-size: x-small
}

.clicked {
	background-color: #fbe4c4;
	color: #64292A;
	cursor: pointer;
	font-size: x-small
}

.unclicked {
	color: #64292A;
	cursor: pointer;
	font-size: x-small
}

.disabled {
	background-color: #DDDDDD;
	color: #fff7e5;
	cursor: default;
	font-size: x-small
}
