body {
	background-color: #FEF8D4;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
body.popup {
	background-color: #B0B0D0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:7px;
	margin-top: 10px;
}
a.header:link {
	color: #000000;
	text-decoration: none;
}
a.header:visited {
	color:#000000;
	text-decoration: none;
}
a.header:hover {
	color: #FFC64B;
	text-decoration: underline;
}
a.footer:link {
	color: #ffffff;
	text-decoration: none;
}
a.footer:visited {
	color:#ffffff;
	text-decoration: none;
}
a.footer:hover {
	color: #FFC64B;
	text-decoration: underline;
}
a.stealth:link {
	text-decoration : none;
	color: #000000;
}
a.stealth:visited {
	text-decoration : none;
	color: #466379;
}
a.stealth:hover {
	color: #466379;
	text-decoration : none;
}
a:link {
	color: #000000;
}
a:visited {
	color: #466379;
}
a:hover {
	color:#466379;
	text-decoration:none;
}
td.headerDescription {
	font-size: 10px;
	color: #505050;
}
td.headerLinks {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

table.top {
	background-color: #A0A0A0;
}
tr.topHeader {
	background-color: #B0B0E0;
}
td.topHeaderTitle {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
td.topHeaderItems {
	color: #000000;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	white-space: nowrap;
}
tr.topSubMenu {
	background-color: #F0F0F0;
}
td.topSubMenuTitle {
	color: #000000;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
}
td.topSubMenuItems {
	font-size: 12px;
	padding-right: 10px;
}

table.widget {
	background-color: #A0A0A0;
	margin-bottom: 0px;
	margin-top: 0px;
}
tr.widgetHeader {
	background-color: #FEF8D4;
}
td.widgetHeaderTitle {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	background-color: #000000;
}
td.widgetData {
	background-color: #FCF5C1;
	font-size: 11px;
	line-height: 16px;
}
td.widgetDataLight {
	background-color: #FFFFFF;
	font-size: 11px;
	line-height: 16px;
}

table.footer {
	background-color: #A0A0A0;
}
tr.footer {
	background-color: #000000;
}
td.footerDescription {
	color: #ffffff;
	font-size: 11px;
}
td.footerItems {
	font-size: 11px;
	color: #ffffff;
	white-space: nowrap;
}

table.tabular{
	background-color: #A0A0A0;
}
tr.tabularHeader {
	background-color: #D0D0B0;
	font-weight: bold;
	font-size: 12px;
}
tr.tabularLabel {
	background-color: #E0E0E0;
	font-weight: normal;
	font-size: 11px;
}
td.tabularLabel {
	background-color: #E0E0E0;
	font-weight: normal;
	font-size: 12px;
}
tr.tabularSectionLabel {
	background-color: #E0E0E0;	
	color: #606060;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	line-height: 19px;
}
tr.tabularEven {
	background-color:#F0F0F0;	
	font-size: 12px;
}
tr.tabularOdd {
	background-color:#FFFFFF;	
	font-size: 12px;
}
tr.tabular {
	background-color:#FFFFFF;	
	font-size: 12px;
}
td.tabularData {
	font-size: 12px;
}
table.detail {
	background-color: #A0A0A0;
}
tr.detailHeader {
	background-color: #FFD070;
}
td.detailHeaderTitle {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
td.detailHeaderItems {
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	white-space: nowrap;
}
td.detailLabel {
	background-color: #E0E0E0;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	white-space : nowrap;
}
td.detailData {
	background-color: #FAFAFA;
	font-size: 12px;
}
table.subDetail {
	background-color: #A0A0A0;
}
tr.subDetailHeader {
	background-color: #D0E0D0;
}
td.subDetailHeaderTitle {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
td.subDetailHeaderItems {
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	white-space: nowrap;
}
td.subDetailLabel {
	background-color: #E0E0E0;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	white-space : nowrap;
}
td.subDetailData {
	background-color: #FAFAFA;
	font-size: 12px;
}
table.form {
	background-color: #A0A0A0;
}
td.formHeader {
	background-color: #B0D0B0;
	font-weight: bold;
	font-size: 12px;
}
td.formLabel {
	background-color: #E0E0E0;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	white-space: nowrap;
	line-height: 19px;
}
td.formSectionLabel {
	background-color: #E0E0E0;	
	color: #606060;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	line-height: 19px;
}
td.formData {
	background-color: #FAFAFA;
	font-size: 12px;
	line-height: 18px;
}
td.formNoPad {
	background-color: #FAFAFA;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
td.formFooter {
	background-color: #E0E0F0;
	font-weight: bold;
	font-size:12px;
}
td.calendarDay {
	font-size: 11px;
}
td.calendarEvent {
	font-size: 11px;
}
td.calendarWeek {
	font-size: 11px;
	font-weight: bold;
}
td.calendarLegend {
	font-size: 11px;
}
div.page {
	font-size:7px;
	text-align: left;
	padding-left: 0px;
	width: 640px;
}
.button {
	background-color: #E0E0FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td.highlight {
	background-color: #FFFFB0;
	font-size: 12px;
}
.highlightColor {
	background-color: #FFFFB0;
}
table.divider {
	background-color: #F0F0F0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
font.large {
	font-size: 14px;
}
font.medium {
	font-size: 12px;
}
font.small {
	font-size: 11px;
}
font.verysmall {
	font-size: 5px;
}
font.contentHeader {
	font-size: 12px;
	font-weight: bold;
}
select {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
select.small {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
input {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
input.text {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
input.date {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 75px;
}
input.time {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 65px;
}
input.numeric {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	width: 35px;
}
input.numericLarge {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

/* begin tab menu stuff */
a.tabMenuOff:link {
	color: #000000;
	text-decoration: none;
}
a.tabMenuOff:visited {
	color: #000000;
	text-decoration: none;
}
a.tabMenuOff:hover {
	color: #000000;
}
a.tabMenuOn:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.tabMenuOn:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.tabMenuOn:hover {
}
td.tabMenuOn {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
}
td.tabMenuOff {
	background-color: #FFC64B;
	color: #000000;
	font-size: 12px;
}
td.tabMenuTop {
	background-color: #000000;
}
td.crumb {
	font-size:12px;
	background-color: #F0F0F0;
}


/* Hiermenus styling */
.hmMenus {
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica,sans-serif;	
	color: #000000;
}
.hmItems {
	background-color: #F5F5F5;
}
.hmItemsOver {
	color: #FF0000;
	background-color: #FFFFFF;
}
.hmItemsSelected {
	color: #FF0000;
	background-color: #FFFFFF;
}