body  {
	font-family : arial,sans-serif;
	font-size : 12pt;
	margin : 0px;
}

a {
	font-weight : 600;
}

b a {
	font-weight : 800;
}

a:hover  {
	color : #339933;
}

.td  {
	color : #006600;
	font-family : arial,sans-serif;
	font-size : 12pt;
}

.header,h1  {
	padding : 2px;
	font-family : arial,sans-serif;
	font-size : 24pt;
	font-weight : 700;
}

.header2,h2  {
	font-family : arial,sans-serif;
	font-size : 14pt;
	font-weight : bold;
}

.header3,h3  {
	font-family : arial,sans-serif;
	font-size : 13pt;
	font-weight : bold;
}

.newheader  {
	font-family : arial,sans-serif;
	font-size : 13pt;
	font-weight : 700;
	color : #006600;
}

.content  {
	color : #006600;
	font-family : arial,sans-serif;
	font-size : 12pt;
	/* padding : 5px; */
}

.RaisedCell {
	background-color : #99cc99;
	border-top : 1px solid #ccffcc;
	border-left : 1px solid #ccffcc;
	border-bottom : 1px solid #669966;
	border-right : 1px solid #669966;
}

.LoweredCell {
	background-color : #ffffff;
	border-top : 1px solid #669966;
	border-left : 1px solid #669966;
	border-bottom : 1px solid #ccffcc;
	border-right : 1px solid #ccffcc;
}

.newcontent  {
	font-family : arial,sans-serif;
	font-size : 10pt;
	color : #006600;
	font-style : italic;
}

/*
.titlebar {
    background-color : #006600;
	border-top : 1px solid #339933;
	border-bottom : 1px solid #003300;
}
*/

.menu  {
	color : #339933;
/*
	border-top : 1px solid #66cc66;
	border-bottom : 2px solid #006600;
*/
	font-family : arial,sans-serif;
	font-size : 11pt;
}

.menu a  {
	color : #006600;
	text-decoration : none;
}

.menu a:hover  {
	color : #003300;
	text-decoration : none;
}

.menu2  {
	color : #669966;
	font-family : arial,sans-serif;
	font-size : 9pt;
	/* hide the sub-navigation menu from browsers which use the DHTML menus */
	display : none;
}

.menu2 a  {
	color : #339933;
	text-decoration : none;
}

.menu2 a:hover  {
	color : #006600;
	text-decoration : none;
}

.submenu {
	background-color : #000000;
	border-top : 1px solid #99cc99;
	border-left : 1px solid #99cc99;
	border-bottom : 1px solid #006600;
	border-right : 1px solid #006600;
}

.author  {
	color : #003300;
	font-family : sans-serif;
	font-size : 10pt;
    font-weight : normal;
}

.author a  {
	color : #006600;
}

.author a:hover  {
	color : #003300;
}

input, textarea {
	font-family : arial, sans-serif;
	color : #006600;
	background-color : #f0fff0;
}

input.text  {
	font-family : arial, sans-serif;
	color : #000000;
	font-size : 12pt;
	font-weight : bold;
	background-color : #ffffff;
}

input.button {
	font-family : arial, sans-serif;
	color : #000000;
	font-size : 9pt;
	font-weight : bold;
	background : #99cc99;
	cursor : hand;
}

.radio {
	cursor : hand;
}

.errors {
  color: #cc0000;
}