a:link,
a:visited,
a:active { text-decoration: none; color: #0000FF; }
a:hover { text-decoration: underline; color: #FF6666; }

body { font-family: Tahoma, Verdana, Arial; font-size: 11px; }
.tab_text { font-size: 12px; }
.large { font-size: 13px; font-weight: bold; }
.grey { color: #3E3E3E; }
.error_message { color: #FF0000; }
.brown { color: #800000; }
.brown_bold { font-weight: bold; color: #800000; }
.blue { color: #000080; }

input { font-family: Tahoma, Arial; font-size: 11px; }
select { font-size: 11px; }
form { display: inline; margin: 0px; padding: 0px; }

H1 { font-size: 15px; margin: 0px; }
H2 { font-size: 13px; margin: 0px; }

td { font-family: Tahoma, Verdana, Arial; font-size: 11px; }

table.main
{ border: 1px solid #cccccc; width: 750; padding: 2px; background: transparent url(images/background.jpg); }

table.menubar
{
	border: 1px solid #cccccc;
	width: 750;
	background: transparent url(images/bar_background.gif);
}

table.config1
{ border: 1px solid #cccccc; width: 100%; padding: 2px; }

table.config2 /*same as config1 but with no width */
{ border: 1px solid #cccccc; padding: 2px; }

table.basic /*used by top menu */
{ border: 0px; width: 100%; padding: 0px; }


td.config1 /* Standard heading in first row of table */
{
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #eeeeee;
	background: transparent url(images/bar_background.gif);
	text-align: center;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #005B00;
}

td.config2  /* Standard data displayed in row */
{ width: 100%; padding: 5px; }

td.config3  /* Standard data displayed in row with background image*/
{
	width: 100%;
	background-color: #eeeeee;
	background: transparent url(images/help_box_bg.gif);
	padding: 5px;
}

td.config4 /* Standard heading in first row of table - no width */
{
	border-bottom: 1px solid #cccccc;
	background-color: #eeeeee;
	background: transparent url(images/bar_background.gif);
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #005B00;
}

td.news { border-bottom: 1px solid #cccccc; }

