BODY, TD, TH, INPUT, TEXTAREA, SELECT, DIV {
	font-family: Courier New, Courier, serif;
	font-size: 12px;
}

BODY {
	margin: 0px;
}

FORM {
	margin: 0px;
}

A, A:Visited, A:Active {
	font-family: Courier New, Courier, serif;
	color: #996600;
	text-decoration: none;
}

A:Hover, A:Visited:Hover, A:Active:Hover {
	text-decoration: underline;
}

/* sections */

TABLE.section TR.header TD {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	font-size: 14px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

TABLE.section TR.header TD A,  TABLE.section TR.header TD A:Visited, TABLE.section TR.header TD A:Active{
	color: white;
	text-decoration: underline;
}

TABLE.section  TD.content {
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
}

/*form options*/
/*Form tables*/
TABLE.form TD.name {
	font-weight:bold;
	text-align:right;
}

TABLE.form TD.name, TABLE.form TD.element, TABLE.form TD.help {
	vertical-align:top;
}

TABLE.form TD.action {
	padding-top:20px;
}

TABLE.form IMG.TooltipSource {
	vertical-align:top;
}

SPAN.required {color:red;}

TABLE.form { }
TABLE.form TD.name {padding: 5px; text-align: right; font-weight: bold; white-space:nowrap;}
TABLE.form TD.element {	padding: 5px;}
TABLE.form .action {padding: 5px; background-color: #EEEEEE;}
TABLE.h_form TD.name {padding-left: 5px; padding-right: 5px; text-align: center; vertical-align: middle; font-weight: bold;}
TABLE.h_form TD.element {padding-left: 5px; padding-right: 5px; vertical-align: middle;}
TABLE.h_form .action {padding-left: 10px;}
TABLE.form TD.name, TABLE.form TD.element, TABLE.form TD.help {	vertical-align:top;}

.normal {
	color:black;
	font-size: 10px;
	font-weight: normal;
}

/* news */
DIV.news {
	border-bottom: 1px dotted #999999;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

DIV.news DIV.date {
	font-weight: bold;
}

DIV.news DIV.summary {
	font-size: 11px;
	color: #666666;
}

DIV.news DIV.date A, DIV.news DIV.date A:Active {
	color: black;
}

DIV.news DIV.date A:Visited {
	color: #333333;
}

/* profiles */
TABLE.profile TD.tag {
	font-weight: bold;
	whitespace: no-wrap;
	text-align: right;
}

TABLE.profile TD.tag2 {
	font-weight: bold;
	font-size: 11px;
	text-align: right;
}

TABLE.profile TD.value2 {
	font-size: 11px;
}

/* forums */
TABLE.forums TR.category TD {
	background-color: #D7DBBE;
	font-weight: bold;
}

DIV.forum_title {
	background-color: #D7DBBE;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 5px;
}
