body {
	background-color: #ffffff;
	background: #ffffff;
	margin: 0;
}

td, .text {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #333333;
	line-height:normal;
}

.content {
	line-height: 17px;
}

.debug, .bigcomment {
	padding-left: 10px;
	color: #b00002;
	font-family : "Small Fonts";
	font-size: 8px;
}

.tiny {
	color: #000000;
	font-family : "Verdana";
	font-size: 9px;
}

code {
	color: #000000;
	background-color:#ffff00;
	font-family : "Verdana";
	font-size: 14px;
}

.footer {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #063C8D;
}
.default, .edit_required, .edit_default {
	font-family : Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #666666;

}



.txtbold {
	font-weight: bold;
}

.txtregular {

}

.box_regular {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #063C8D;
}

.box_title {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #ffffff;
}




a:link.a_subnav, a:visited.a_subnav, a:active.a_subnav {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #888787;
	text-decoration: none;
}
a:link.a_subnav_active, a:visited.a_subnav_active, a:active.a_subnav_active, a:hover.a_subnav_active, a:hover.a_subnav {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #C20606;
	text-decoration: none;
}

.comment {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #666666;
	padding-top:20px;
	line-height: 6px;
}

.subnav {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 2px;
}

.inputbutton, .dropform, select {
	font-family : Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
}

.textform_small {
	font-family : Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	border: solid 1px #C20606;
	height: 16px;
	width: 130px;
	padding: 1px;
}

.textform, textarea {
	font-family : Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	border: solid 1px #C20606;
	height: 20px;
	width: 190px;
	padding: 3px;
}

.search_text {
	font-family : Verdana, Arial, Helvetica;
	font-size: 10px;
	padding-top: 4px;
	padding-left: 3px;
}


.textform_gray {
	font-family : Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	border: solid 1px #737272;
	height: 20px;
	width: 90px;
	padding: 3px;
}


.textform_disabled {
	font-family : Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	border: solid 0px #ffffff;
	height: 16px;
	width: 190px;
	padding: 2px;
}

textarea {
	font-family : Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	border: solid 1px #C20606;
	height: 150px;
	width: 320px;
	padding: 3px;
}

.bbfield {
	font-family : Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	border: solid 1px #C20606;
	height: 50px;
	width: 320px;
	padding: 3px;
}

.tablecontent {
	border-bottom: 1px solid #C7C4C4; 
}

.tableheader {
	font-weight: bold;	
	border-bottom: 1px solid #333333; 
}

a:link, a:visited, a:active, a:hover {
	font-family : Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #C20606;
	text-decoration: underline;
}

.bbbutton {
	font-family : Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	height: 18px;
}

.title {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}

.red_title {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #C20606;
	font-weight: bold;
}

.print_title {
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.bb_red {
/* for bbcodes -> class="bb_red", value is 'red' */
	color: #C20606;
}

.bb_red_low {
	color: #C20606;
	position:relative;
	top: -5px;
}
span.headline {
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #C20606;
	position:relative;
	top: -5px;
}


.bb_gray {
/* for bbcodes -> class="bb_gray", value is 'gray' or DEFAULT */
	color: #333333;
}

.bbcode {
	color: #C20606;
  font-size: 14px;
}

#button {
	width:290px;
	border:0px solid;
	vertical-align:middle;
	text-align:center;
	padding:5px;
	background-color:#CC0000;
	}
a.button:link,a.button:active,a.button:hover,a.button:visited {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}

.centerdiv {
	text-align:center;
	display:block;
}
