.thead {
	font-family: Helvetica,arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: none;
}

.smallhead {
	font-family: Helvetica,arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: none;
}

.tsmall {
	font-family: Helvetica,arial,sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
}

table.formtable {
	border-collapse: collapse;
	border-spacing: 0px;
}

tr.formtable {
}

td.formtable {
	font-family: Helvetica,arial,sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-transform: none;
	background-color: transparent;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	border-top-color: #65373C;
	border-right-color: #65373C;
	border-bottom-color: #65373C;
	border-left-color: #65373C;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

td.formtable.even {
	background-color: #EEE3DA;
}

td.formtable.odd {
	background-color: #E0C3A4;
}

td.formtable.mouseeven {
	background-color: #EEE3DA;
}

td.formtable.mouseodd {
	background-color: #E0C3A4;
}

td.formtable.mouseeven:hover {
	background-color: #DDDDDD;
}

td.formtable.mouseodd:hover {
	background-color: #DDDDDD;
}

td.formtable.selected {
	background-color: #785F6B;
}

th.formtable {
	font-family: Helvetica,arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #707070;
	text-decoration: none;
	text-transform: none;
	background-color: transparent;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	border-top-color: #65373C;
	border-right-color: #65373C;
	border-bottom-color: #65373C;
	border-left-color: #65373C;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

th.formtable.even {
	background-color: #EEE3DA;
}

th.formtable.odd {
	background-color: #E0C3A4;
}

th.formtable.mouseeven {
	background-color: #EEE3DA;
}

th.formtable.mouseodd {
	background-color: #E0C3A4;
}

th.formtable.mouseeven:hover {
	background-color: #DDDDDD;
}

th.formtable.mouseodd:hover {
	background-color: #DDDDDD;
}

.form {
}

.form.red {
	background-color: #FFC0CB;
}

.form.error {
	color: #FF0000;
	font-weight: bold;
	font-size: 13px;
	font-family: Helvetica,arial,sans-serif;
}

div.picker {
	cursor: pointer;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	border-top-color: #65373C;
	border-right-color: #65373C;
	border-bottom-color: #65373C;
	border-left-color: #65373C;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #EEE3DA;
}

div.picker.even {
	background-color: #EEE3DA;
}

div.picker.odd {
	background-color: #E0C3A4;
}

div.picker.even:hover {
	background-color: #DDDDDD;
}

div.picker.odd:hover {
	background-color: #DDDDDD;
}

div.picker.selected {
	background-color: #65373C;
}

table.pagepicker {
	border-spacing: 2px;
	font-size: 13px;
	font-family: Helvetica,arial,sans-serif;
}

td.pagepicker {
	background-color: #EEE3DA;
	font-size: 13px;
	font-family: Helvetica,arial,sans-serif;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 20px;
}

td.pagepicker.blank {
	background-color: transparent;
	font-size: 13px;
	font-family: Helvetica,arial,sans-serif;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 20px;
}

td.pagepicker.current {
	background-color: #65373C;
}

a.pagepicker {
	font-weight: bold;
	text-decoration: none;
	color: #707070;
}

a.pagepicker.current {
	color: #707070;
}

a.sidemenu_link {
	color: #65373C;
	font-family: Helvetica,arial,sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

a.sidemenu_link:visited {
	color: #65373C;
	font-weight: normal;
	text-decoration: none;
}

a.sidemenu_link:hover {
	color: #707070;
	font-weight: normal;
	text-decoration: none;
}

a.sidemenu_link:active {
	color: #65373C;
	font-weight: normal;
	text-decoration: none;
}

div.sidemenu_item {
	color: #65373C;
	background-color: #EEE3DA;
	width: 100%;
	text-align: left;
	cursor: pointer;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

div.sidemenu_item:hover {
	color: #707070;
	background-color: #DDDDDD;
}

div.sidemenu_head {
	font-family: Helvetica,arial,sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #707070;
	background-color: #EEE3DA;
	width: 100%;
	text-align: left;
	cursor: pointer;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

div.sidemenu_group {
	margin-bottom: 8px;
}

div.sidemenu_container {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a.topmenu_link {
	color: #65373C;
	font-family: Helvetica,arial,sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

a.topmenu_link:visited {
	color: #65373C;
	font-weight: normal;
	text-decoration: none;
}

a.topmenu_link:hover {
	color: #707070;
	font-weight: normal;
	text-decoration: none;
}

a.topmenu_link:active {
	color: #65373C;
	font-weight: normal;
	text-decoration: none;
}

a.topmenu_single {
	color: #65373C;
	font-family: Helvetica,arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

a.topmenu_single:visited {
	color: #65373C;
	font-weight: bold;
	text-decoration: none;
}

a.topmenu_single:hover {
	color: #707070;
	font-weight: bold;
	text-decoration: none;
}

a.topmenu_single:active {
	color: #65373C;
	font-weight: bold;
	text-decoration: none;
}

div.topmenu_item {
	color: #65373C;
	background-color: #EEE3DA;
	text-align: left;
	cursor: pointer;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

div.topmenu_item:hover {
	color: #707070;
	background-color: #DDDDDD;
}

div.topmenu_single {
	background-color: #EEE3DA;
	text-align: left;
	cursor: pointer;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

div.topmenu_single:hover {
	background-color: #DDDDDD;
}

div.topmenu_head {
	font-family: Helvetica,arial,sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #707070;
	background-color: #E0C3A4;
	text-align: left;
	cursor: pointer;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

div.topmenu_dropdown {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div.topmenu_group {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 120px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div.topmenu_container {
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.dsuggest {
	font-family: Helvetica,arial,sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #707070;
	text-align: left;
}

.dsuggestselectout {
	background-color: #FFFFFF;
	border-top-color: #65373C;
	border-right-color: #65373C;
	border-bottom-color: #65373C;
	border-left-color: #65373C;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.dsuggestselect {
	background-color: #DDDDDD;
	border-top-color: #808080;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #808080;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

a {
	color: #000000!important;
	font-family: Helvetica,arial,sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #000000!important;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #65373C;
	font-weight: normal;
	text-decoration: none;
}

a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

button {
	color: #707070;
	font-family: Helvetica,arial,sans-serif;
	font-size: 13px;
}

button.bsmall {
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

button:hover {
	color: #707070;
}

input {
	font-size: 13px;
	font-family: Helvetica,arial,sans-serif;
	color: #707070;
	background-color: transparent;
}

textarea {
	font-size: 13px;
	font-family: Helvetica,arial,sans-serif;
	color: #707070;
	background-color: #FFFFFF;
}

select {
	font-size: 13px;
	font-family: Helvetica,arial,sans-serif;
	color: #707070;
	background-color: #FFFFFF;
}

