<style>
	body		{font: 13px Arial,Helvetica; color: #000000}
	td			{font: 13px Arial,Helvetica; color: #006600}
	tdblack     {font: 13px Arial,Helvetica; color: #000000}
	input		{font: 13px Courier New,Arial,Helvetica; color: #800000; background-color : #F0F0F0;}
	select	    {font: 12px Courier New,Arial,Helvetica; color: #800000; background-color : #F0F0F0;}
	textarea	{font: 12px Courier,Arial,Helvetica; color: #002E00}

.td0 {font-size: 8px;}
.td1 {font-size:10px;}
.td2 {font-size:13px;}
.td3 {font-size:16px;}
.td4 {font-size:18px;}

A:link    {text-decoration:underline; color:#006600;font-weight:}
A:visited {text-decoration:underline; color:#006600;font-weight:}
A:active  {text-decoration:underline; color:#006600;font-weight:normal}
A:hover   {text-decoration:none; color:#B50000;}

A.browse:link    {text-decoration:underline; color:#006600;font-weight:bold}
A.browse:visited {text-decoration:underline; color:#006600;font-weight:bold}
A.browse:active  {text-decoration:underline; color:#006600;font-weight:bold}
A.browse:hover   {text-decoration:underline; color:#CC0000;}

.button {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-size        : 11px;
  font-weight      : normal;
  background-color : #DDDDDD;
  color            : #800000;
  border           : 1px solid #B50000;
  cursor:hand;
}
.inputbox {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-size        : 12px;
  font-weight      : normal;
  background-color : #F0F0F0;
  color            : #800000;
  border           : 1px solid #008080;
}
table.moduletable
#leftcol table,
#rightcol table {
	width:100%;
	float:left;
	clear:left;
background-color:#D0d0d0;	
}
.mainlevel  {
	display:block;
	height:25px;
	line-height:25px;
	padding-left:15px;
	background:transparent url(images/bg_mainlevel.gif) repeat-x center top;
	font-weight:bold;
	text-decoration:none;
}
/** generic menu item link **/
a.mainlevel:link,
a.mainlevel:active,
a.mainlevel:visited,
a.sublevel:link,
a.sublevel:active,
a.sublevel:visited {
	color:#006600;
	text-decoration:none;
	font-size:11px;
	line-height: 28px;
}

/** generic menu item link on mouseover **/
a.mainlevel:hover,
#leftcol a.mainlevel:hover {
	background-color:#484848;
	color:#B50000!important;
	text-decoration:none!important;
}
form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}
</style>