BODY, TEXTAREA {
	margin: 0px; 
	background-color: #253546; 
	scrollbar-base-COLOR: #253546; 
	scrollbar-arrow-COLOR: #c5c5c5; 
	scrollbar-face-color: #39495A; 
	scrollbar-highlight-color: #636D7B; 
}
BODY, P, TABLE, TR, TH, TD, OL, UL, LI {
	color: #C6C6C6; 
	font-size: 8pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
INPUT, SELECT, OPTION {
	color: #000000;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
TEXTAREA {
	background-color: #39495A; 
	color: #C6C6C6;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
A:link, A:visited, A:active {
	color: #FFFFFF; 
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
A:hover {
	color: #FFFFFF;
	text-decoration: underline; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
.header {
	background-image: url("../../images/templates/default/header_tile.gif"); 
}
.title {
	font-size: 14pt; 
	font-weight: bold; 
}
.heading {
	font-size: 10pt; 
	font-weight: bold; 
}
.backpath { 
	background-color: #071728; 
	font-size: 8pt; 
}
.copyright {
	font-size: 8pt; 
}
.darkcell {
	background-color: #071728; 
	font-weight: bold; 
}
.lightcell {
	background-color: #39495A; 
}
.selectedcell {
	background-color: #253546; 
}
.footerhr {
	color: #39495A; 
}
.hidden {
	position: absolute; 
	visibility: hidden; 
	width: 0px; 
	height: 0px; 
}