body {
	scrollbar-base-color: #e3e3e3;
	scrollbar-arrow-color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
}
textarea, select, .bginput {
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: normal;
}
.submitBox {
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000000;
	background-color: #e3e3e3;
	font-weight: normal;
}
td {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
}
.copyright {
	font-family: Verdana,Tahoma,Arial,Helvetica;
	font-size: 9px;
	color: #000000;
}
h1 {
	font-family: sans-serif,Arial,Tahoma,Verdana,Helvetica;
	font-size: 20px;
	color: #333333;
}
.title1 {
	font-family: sans-serif,Arial,Tahoma,Verdana,Helvetica;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.tableH1 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

.table_right_outer {
	BORDER-RIGHT: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	BORDER-LEFT: #999999 1px solid; 
	BORDER-BOTTOM: #999999 1px solid;
}
.table_right_inner {
	background-color: #e3e3e3;
}
.table_right_inner_text {
	color: #666666;
	font-weight: bold;
}
.table_right_outer_light {
	BORDER-RIGHT: #666666 1px solid; 
	BORDER-TOP: #666666 1px solid; 
	BORDER-LEFT: #666666 1px solid; 
	BORDER-BOTTOM: #666666 1px solid;
}
.table_right_inner_light {
	background-color: #FFFFFF;
}
.table_right_inner_light_text {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
}
.table_right_hr {
	WIDTH: 100%; 
	BACKGROUND-COLOR: #cccccc;
}

.changeUp {
	color: #008000;
}
.changeDown {
	color: #FF0000;
}

.errormessage {
	font-size: 11px;
	color: #FF0000;
}
.successmessage {
	font-size: 11px;
	color: #008000;
}
.subtlemessage {
	color: #CCCCCC;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #003399;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	color: #7DA8FF;
	font-weight: normal;
}
a.cat_link_active:link, a.cat_link_active:visited, a.cat_link_active:active {
	text-decoration: none;
	color: #FAC17C;
	font-weight: bold;
}
a.cat_link_active:hover {
	text-decoration: underline;
	color: #FAC17C;
	font-weight: bold;
}