TABLE.main {
	background-color: #ffffff;
}

TABLE.highlight {
	background-color: #cccccc;
}

TR.status_bar {
	font-weight: bold;
}

TR.status_bar TD a:link, TR.status_bar TD a:visited, TR.status_bar TD a:hover, TR.status_bar TD a:active {
	font-weight: bold;
}

TR.header {
	background-color: #cad1cb;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

TR.otherheader {
	background-color: #cad1cb;
	font-weight: bold;
	color:#000000;
}

TD.groupheader {
	color: #0000ff;
}

TR.pageheader {
	font-weight: bold;
	text-decoration: underline;
}

TR.tableheader {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

TR.smallheader {
	background-color: #cad1cb;	
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

TR.emphasis {
	background-color: #cccccc;
}

TD.blue {
	color: #0000ff;
}

td.info{font-size: 12px; font-weight: bold; color: #993333;}
td.smallinfo{font-size: 10px; font-weight: bold; color: #993333;}

TD.header {
	background-color: #cad1cb;	
	font-size: 10px;
	font-weight: bold;
	color:#000000;
}

TD.bigheader {
	background-color: #6f8170;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
}


TD.smallheader {
	background-color: #cad1cb;
	font-size: 10px;
	font-weight: bold;
	color:#000000;	
}

TD.warning {
	font-size: 12px;
	font-weight: bold;
	color: red;
}

TD.tableheader {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

TD.pageheader {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

TD.small {
	font-size: 10px;
}

TD.otherheader {
	background-color: #6f8170;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;	
}

TD.othersmallheader {
	background-color: #6f8170;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;	
}

SELECT {
	font-size: 12px;
}

INPUT {
	font-size: 12px;
}

SELECT.small 	{
	font-size: 10px;
}

TEXTAREA.small 	{
	font-size: 10px;
}

INPUT.small {
	font-size: 10px;
}

input.but, input.but_hover {
	width: 140px;
	font-size: 12px; 
	border: 1px solid #000000; 
	font-weight:bold;
}
input.but {
	background-color: #ffffff; 
	color: #6f8170;
}
input.but_hover {
	background-color: #6f8170;
	color: #ffffff;
}

input.but_small, input.but_small_hover {
	width: 100px;
	font-size: 10px; 
	border: 1px solid #000000;
	font-weight:bold;
}
input.but_small {
	background-color: #ffffff;
	color: #6f8170;
}
input.but_small_hover {
	background-color: #6f8170;
	color: #ffffff;
}

.hover {
	background-color: #6f8170;
	color: #ffffff;
}
.hover:hover {
	color: #ffffff;
}

span.required {
	color: #ff0000;
}
.membersonly {
	color: #ff0000;
}

input.but_small_long, input.but_small_long_hover {
	width: 170px;
	font-size: 10px; 
	border: 1px solid #000000;
	font-weight:bold;
}
input.but_small_long {
	background-color: #ffffff;
	color: #6f8170;
}
input.but_small_long_hover {
	background-color: #6f8170;
	color: #ffffff;
}

input.but_big, input.but_big_hover {
	width: 160px;
	font-size: 12px; 
	border: 1px solid #000000; 
	font-weight:bold;
}
input.but_big {
	background-color: #ffffff; 
	color: #6f8170;
}
input.but_big_hover {
	background-color: #6f8170;
	color: #ffffff;
}