BODY, P, H1, H2, H3, TABLE, TD, TH, UL, OL, TEXTAREA, INPUT {
	font-family: verdana, helvetica, arial, sans-serif;
}

BODY {
	font-size: 80%;
	margin-top: 4px;
	margin-bottom: 0px;
	scrollbar-face-color: #cbcb98;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color: #cbcb98;
	scrollbar-darkshadow-color:#6B7A92;
	scrollbar-track-color: #eeefcf;
	scrollbar-arrow-color:#6B7A92
}

TABLE {
	font-size: 100%;
}

TABLE.frame {
	height: 100%;
}

TD.left {
	border-left-style: double;
	border-left-color: #cbcb98;
}

TD.leftTop {
	border-left-style: double;
	border-left-color: #cbcb98;
	border-top-color: #cbcb98;
	border-top-style: double;
	border-bottom-color: #cbcb98;
	border-bottom-style: inset;
	border-right-style: double;
	border-right-color: #cbcb98;
}

TD.leftBottom {
	border-bottom-color: #cbcb98;
	border-bottom-style: double;
	border-left-style: double;
	border-left-color: #cbcb98;
}

TD.right {
	border-right-style: double;
	border-right-color: #cbcb98;
	border-bottom-color: #cbcb98;
	border-bottom-style: double;
	border-left-style: dashed;
	border-left-color: #cbcb98;
	border-left-width: 1px;
	padding-left: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	text-align: justify;
}

H1 {
	font-weight: bold;
	font-family: Georgia, "Bookman Old Style", Bookman, Times, serif, "Times New Roman";
	font-size: 24px;
	color: #ae0018;
	padding-left: 3px;
	padding-top: 6px;
	text-align: left;
	cursor: crosshair;
}

.copy {
	font-size: 9px;
	font-weight: bold;
	color: #adc29e;
}

.wm {
	font-size: 9px;
	font-weight: normal;
	color: #adc29e;
}

A {
	color: black;
	text-decoration: none;
}

A:HOVER {
	background-color: #cbcb98;
}

A:HOVER.top {
	background-color: white;
}

#sidebar A {
	border-style: dashed;
	border-color: #cbcb98;
	border-width: 1px;
	text-decoration: none;
	display: block;
	color: #bb001c;
	font-weight: bold;
	margin: 7px;
	padding: 5px;
	width: 132;
	font-variant: small-caps;
}

#sidebar A:hover {
	border-style: solid;
	color: #ae0018;
	background-color: #cbcb98;
}

#sidebar A.current {
	border-style: solid;
}

UL {
	list-style-type: square;
}
