table {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}

IMG {
 border-color : black;
 border-width : 0px;
}

/* normal: most regular body text */
.normal {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

/* smfieldname: small text used in conjunction with .fieldname style text */
.smfieldname {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: white;
}

/* fieldname: regular text within column or row title sections */
.fieldname {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: white;
}

/* header: heading text */
.header {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 20px;
	color: #5C4033;
}

/* whiteheader: heading text used on dark backgrounds (usually fieldnameback) */
.whiteheader {
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
}

/* subhead: subheading text */
.subhead {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
}

/* body: describes page background color and all non-table text not governed by any other style */
BODY {
	background-color : #FFFFFF;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}

TR {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* link: normal links*/
A:LINK {
	color : #545454;
}

/* link: active: links in use */
A:ACTIVE {
	color : #404040;
}

/* visited: previously visited links */
A:VISITED {
	color: #545454;
}

A:HOVER {
	color: #000000;
}

a.nodecoration:link, a.nodecoration:visited, a.nodecoration:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a.nodecoration:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

a.leftmenu:link, a.leftmenu:visited, a.leftmenu:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF8C00;
	text-decoration: none;
}

a.leftmenu:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	text-decoration: none;
}

/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: tan;
	border-right: 1px solid #777; 
	border-bottom: 1px solid #777;
}

/* databack: background color for data areas */
.databack {
	background-color: #e0d4bb;
	border-right: 1px solid #bbb; 
	border-bottom: 1px solid #bbb;
}

/* comment: background color for comments */
.comment {
	background-color: WHITESMOKE;
	border-right: 1px solid #bbb; 
	border-bottom: 1px solid #bbb;
}



/* Added in 3.0.4 */
UL {
  margin-left: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 1em;
}




