BODY.RegularPage {
	background: white;
	color: #000000;
	margin: 0px;
}

TABLE.NavMenu {
	border: solid black 1px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
TD.NavItem {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background: url(images/nav-background.jpg) repeat-x;
	color: white;
	border: solid black 1px;
	margin: 0px;
	padding: 4px;
	vertical-align: middle;
	height: 32px;
}
DIV.NavItem {
	font-family: Arial;
	font-size: 9pt;
	padding: 0.25em 0em;
}
A.NavItem:link, A.NavItem:visited {
	text-decoration: none;
	color: white;
}
A.NavItem:active, A.NavItem:hover {
	text-decoration: underline;
	color: #FFBFDF;
}

DIV.NavSubMenu {
	background: #006600;
	border: 3px inset #006600;
	padding: 0.25em;
}
DIV.NavSubItem {
	font-family: Verdana;
	font-size: 9pt;
	padding: 0.25em 0em;
}
A.NavSubItem:link, A.NavSubItem:visited {
	text-decoration: none;
	color: white;
}
A.NavSubItem:active, A.NavSubItem:hover {
	text-decoration: underline;
	color: #FFDFDF;
}

TD.InfoArea {
	vertical-align: top;
	margin: 0px;
	border: 0px;
	padding: 5px;
	width: 180px;
}
TD.ContentArea {
	vertical-align: top;
	margin: 0px;
	border: 0px;
	padding: 1em;
}

TD.InfoHeader {
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: white;
	vertical-align: middle;
	text-align: center;
	padding: 0em 0.5em;
}
TD.InfoItem {
	font-family: Verdana, sans-serif;
	text-align: left;
	padding: 0.1em 0.75em;
}
TD.InfoFooter {
	vertical-align: middle;
	text-align: center;
}

DIV.PanelMenu {
	text-align: left;
}
DIV.PanelItem {
	font-family: Arial;
	font-size: 9pt;
	padding: 0.25em 0em;
}
A.PanelItem:link, A.PanelItem:visited {
	text-decoration: none;
	color: black;
}
A.PanelItem:active, A.PanelItem:hover {
	text-decoration: underline;
	color: #FF1010;
}

DIV.PanelSubMenu {
	background: #006600;
	border: 3px inset #006600;
	padding: 0.25em;
	width: 180px;
}
DIV.PanelSubItem {
	font-family: Verdana;
	font-size: 9pt;
	padding: 0.25em 0em;
}
A.PanelSubItem:link, A.PanelSubItem:visited {
	text-decoration: none;
	color: white;
}
A.PanelSubItem:active, A.PanelSubItem:hover {
	text-decoration: underline;
	color: #FFDFDF;
}

TD.FormLabel {
	font-family: Verdana;
	vertical-align: top;
	padding: 0.2em;
}
TD.FormField {
	font-family: Verdana;
	padding: 0.1em;
}
TD.FormSubmit {
	font-family: Verdana;
	text-align: right;
}

TD.DisplayLabel {
	font-family: Verdana;
	vertical-align: top;
	padding: 0.2em;
}
TD.DisplayField {
	font-family: Verdana;
	padding: 0.1em;
}
TD.DisplayNavigation {
	font-family: Arial;
	font-size: small;
}

DIV.SearchDocument {
	font-family: Verdana;
	font-weight: bold;
	font-size: medium;
}
DIV.SearchLink {
	font-family: Arial;
	font-size: x-small;
}
A.SearchLink {
	color: silver;
	text-decoration: none;
}
DIV.SearchSummary {
	font-family: Arial;
	font-size: small;
	padding: 0.1em 3em;
}
FONT.SearchHighlight {
	background-color: yellow;
}
