BODY,FORM,SELECT,TD,TH
{
	color: #333333; 
	font-style: normal; 
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

B, EM, STRONG { color: #339933; }

A:link { color: #003366; }
A:visited {	color: #003366; }
A:hover { color: #333333; }

.title {
	color: #ffffff;
	font-weight: bold;
	background: #7590ae;
}

/*** User-Defined Elements ***/
/* admin tables */
.tbl {
	background: #eeeeee; 
	border-left: 1px dashed #999999;
	border-top: 1px solid #999999;
}
.tbl TD { 
		border-right: 1px dashed #999999;
		border-bottom: 1px solid #cccccc;
}
.tbl TH {
	color: #ffffff;
	font-weight: bold;
	background: #7590ae;
	text-align: left;
	border-right: 1px dashed #999999;
	border-bottom: 1px solid #cccccc;
}

.row_even {
	background: #f0f0f0;
}
.row_odd {
	background: #ffffff;
}

.row_parent { font-size: 11px; }
.row_parent B { color: #ffffff; }
.row_parent A { color: #ffffff; }
.row_parent A:hover { color: #cccccc; }
.row_parent A:visited { color: #ffffff; }

.row_child { font-size: 11px; }
.row_child B { color: #ffffff; }
.row_child A { color: #ffffff; }
.row_child A:hover { color: #cccccc; }
.row_child A:visited { color: #ffffff; }

.footnote 
{
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; 
	font-size: 11px; 
	color: #333333; 
}

PRE { font-size: 12px; }

.errormsg
{
	font-weight: bold;
	color: #ee0000;
}



