body {
	font-family:Arial;
	font-size:11;
	color:#FFFFFF;
	scrollbar-face-color:#000000;
	scrollbar-shadow-color:#808080;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#808080;
	scrollbar-darkshadow-color:#808080;
	scrollbar-track-color:#808080;
	scrollbar-arrow-color:white;
}

td {
	font-size:12;
}
a:{text-decoration:underline;color:white}
a:link {text-decoration:underline;color:white}
a:visited {color:white;text-decoration:underline}
a:hover {color:white;text-decoration:none}

a.gray:{text-decoration:none;color:gray}
a.gray:link {text-decoration:none;color:gray}
a.gray:visited {color:gray;text-decoration:none}
a.gray:hover {color:white;text-decoration:none}

a.black:{text-decoration:underline;color:black}
a.black:link {text-decoration:underline;color:black}
a.black:visited {color:black;text-decoration:underline}
a.black:hover {color:black;text-decoration:none}

all.clsMenuItemNS{font: bold x-small Verdana; color: white; text-decoration: none;}
.clsMenuItemIE{text-decoration: none; font: bold xx-small Verdana; color: white; cursor: hand;}

h1 {
	font-family:Arial; 
	font-style:normal; 
	font-weight:100; 
	font-size:13; 
	color:#D49455; 
	margin-top:0;
	margin-bottom:2
}

input, select {
	font-size:11;
	color:white;
	background-color:black;
	border:solid gray;
	border-width:1;
}
hr {
	color:gray;
	height:1
}
textarea {
	font-size:14;
	font-family:Arial;
	color:white;
	background-color:black;
	border:solid gray;
	border-width:1;
}
.rteImage {
	background: #D3D3D3;
	border: 1px solid #D3D3D3;
	cursor: pointer;
	cursor: hand;
}

.rteImageRaised, .rteImage:hover {
	background: #D3D3D3;
	border: 1px outset;
	cursor: pointer;
	cursor: hand;
}

.rteImageLowered, .rteImage:active {
	background: #D3D3D3;
	border: 1px inset;
	cursor: pointer;
	cursor: hand;
}

.rteVertSep {
	margin: 0 4px 0 4px;
}

.rteBack {
	background: #D3D3D3;
	border: 1px outset;
	letter-spacing: 0;
	padding: 2px;
}

.rteBack tbody tr td, .rteBack tr td {
	background: #D3D3D3;
	padding: 0;
}

.rteDiv {
	display: block;
	position: relative;
}
