BODY.small {
	font-family: arial, san-serif; font-size: 12px;
}

TABLE.main {
	background-color: #ffffff;
}

TABLE.highlight {
	background-color: #cccccc;
}

TR.status_bar {
	color: #990000;
	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 {
	color: #990000;
	font-weight: bold;
}

TR.header {
	background-color: #1e7bae;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

TR.otherheader {
	font-weight: bold;
	color: #990000;
}

TD.groupheader {
	color: #0000ff;
}

TR.pageheader {
	font-weight: bold;
	text-decoration: underline;
}

TR.tableheader {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

TR.smallheader {
	background-color: #1e7bae;	
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

TR.emphasis {
	background-color: #cccccc;
}

TD.blue {
	color: #0000ff;
}

TD {
	font-family: arial, san-serif; font-size: 12px;
}

.info {
	font-weight: bold;
	color: #993333;
}

TD.header {
	font-family: arial, san-serif; font-size: 11px;
	font-weight: bold;
	color: #990000;
}

TD.bigheader {
	background-color: #990000;
	font-family: arial, san-serif; font-size: 12px;
	font-weight: bold;
	color:#000000;
}


.smallheader {
	font-family: arial, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}

TD.tableheader {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

TD.pageheader {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

TD.small {
	font-family: arial, san-serif; font-size: 12px;
}

TD.otherheader {
	background-color: #990000;
	font-family: arial, san-serif; font-size: 12px;
	font-weight: bold;
	color: #ffffff;	
}

TD.othersmallheader {
	background-color: #990000;
	font-family: arial, san-serif; font-size: 12px;
	font-weight: bold;
	color: #ffffff;	
}

SELECT {
	font-family: arial, san-serif; font-size: 12px;
}

INPUT {
	font-family: arial, san-serif; font-size: 12px;
}

SELECT.small 	{
	font-family: arial, san-serif; font-size: 12px;
}

TEXTAREA.small 	{
	font-family: arial, san-serif; font-size: 12px;
}

INPUT.small {
	font-family: arial, san-serif; font-size: 12px;
}

input.but, input.but_hover {
	width: 140px;
	font-family:tahoma,arial,helvetica,sans-serif; 
	font-size: 12px; 
	border: 1px solid #000000; 
	font-weight:bold;
}
input.but {
	background-color: #ffffff; 
	color: #990000;
}
input.but_hover {
	background-color: #990000;
	color: #ffffff;
}

input.but_small, input.but_small_hover {
	width: 100px;
	font-family:tahoma,arial,helvetica,sans-serif; 
	font-size: 11px; 
	border: 1px solid #000000;
	font-weight:bold;
}
input.but_small {
	background-color: #ffffff;
	color: #990000;
}
input.but_small_hover {
	background-color: #990000;
	color: #ffffff;
}

.hover {
	background-color: #990000;
	color: #ffffff;
}
.hover:hover {
	color: #ffffff;
}

span.required {
	color: #ff0000;
}
.membersonly {
	color: #ff0000;
}


a .itemsold {
	border: 1px solid black;
}
tr.odd {
	background-color: #ecf1f7;
}
tr.even {
	background-color: #f7f7ec;
}
.right {
	text-align: right;
}
.warning {
	font-family: arial, san-serif;
	font-size: 14px;
	font-weight: bold;
	color: red;
}
.page_title {
	font-size: 16px;
	font-weight: bold;
}

a img {
	border: 0;
}

.top {
	vertical-align: top;
}

.indent {
	margin-left: 25px;
}
.center {
	text-align: center;
}

.section_header {
	font-weight: bold;
	color: #000000;
}
.forumPostHeader {
	background-color:#cccccc;
	color:black;
}
.forumPostBody {
	background-color:#ebebeb;
	color:black;
}
input.forumButton {
     font-family: tahoma, arial, helvetica, sans-serif;
     font-size: 12px;
     border-width: 1px;
     border-style: solid;
     border-color: #000000;
     background-color: #cccccc;
     color: black;
     font-weight: bold;
     text-decoration: none;
}