﻿
body {
  margin: 0;
  padding: 0;

  background: url(/images/background.gif) repeat-y top center;

}

#footer {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.HEADER_FONT {
 font-size:22px;
 font-weight:bold;
}
A:visited { 
	color: #3D5908; 
}


/*
added by mknebel 2008-02-22 from CODEGENERATOR
*/
.PAGE_HEADER 
{
	font-family:Tahoma, Arial;
	font-size:12px;
	font-weight:bold;
}
.HTML_TABLE
{
	padding:0;
	
}
.HTML_TABLE_TH
{
	border-right: none;
	border-top: lightgrey thin solid;
	font-weight: bold;
	font-size: 12px;
	border-left: darkgray thin solid;
	border-bottom: darkgray thin solid;
	font-family: Tahoma, Arial;
	padding:2px;
}
.HTML_TABLE_TD
{
	border-right: none;
	border-top: none;
	font-weight: normal;
	font-size: 12px;
	border-left: lightgrey thin solid;
	border-bottom: darkgray thin solid;
	font-family: Tahoma, Arial;
}
.PAGE_TITLE
{
	font-weight:bold;
	font-family:Tahoma,Arial;
	font-size:14px;
}
INPUT
{
	border-right: gray thin solid;
	border-top: gray thin solid;
	font-size: 10px;
	border-left: gray thin solid;
	border-bottom: gray thin solid;
	font-family: Tahoma,Arial;
}

SELECT
{
	border-right: gray thin solid;
	border-top: gray thin solid;
	font-size: 10px;
	border-left: gray thin solid;
	border-bottom: gray thin solid;
	font-family: Tahoma,Arial;
}
			
			