body
{
  background-color: #b0a098;
	margin: 0px 10px 10px 10px;
	padding: 0px;
}

a:link 
{ 
	font-family: helvetica, arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #2030b0;
}

a:visited 
{ 
	font-family: helvetica, arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #2030b0;
}

a:hover 
{ 
	font-family: helvetica, arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #4488ff;	
}

a:active 
{ 
	font-family: helvetica, arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #2030b0;
}

.text
{
  font-family: helvetica, Arial, Sans-Serif;
  font-size: 9pt;
  font-weight: normal;
  color: #333333;
}

.smalltext
{
  font-family: helvetica, Arial, Sans-Serif;
  font-size: 8pt;
  font-weight: normal;
  color: #333333;
}

.lighttext
{
  font-family: helvetica, Arial, Sans-Serif;
  font-size: 8pt;
  font-weight: normal;
  color: #998877;
}

.bigtitle
{
  font-family: helvetica, Arial, Sans-Serif;
  font-size: 16pt;
  font-weight: bold;
  color: #ffffff;
}

.bigtext
{
  font-family: helvetica, Arial, Sans-Serif;
  font-size: 12pt;
  font-weight: normal;
  color: #333333;
}

.verybigtext
{
  font-family: helvetica, Arial, Sans-Serif;
  font-size: 14pt;
  font-weight: normal;
  color: #333333;
}

.subtitle
{
  font-family: helvetica, Arial, Sans-Serif;
  font-size: 11pt;
  font-weight: bold;
  color: #304080;
}

.bigsubtitle
{
  font-family: helvetica, Arial, Sans-Serif;
  font-size: 14pt;
  font-weight: bold;
  color: #a6a4a0;
}

.label
{
  font-family: helvetica, Arial, Sans-Serif;
  font-size: 9pt;
  font-weight: bold;
  color: #333333;
}

.error
{
  font-family: helvetica, Arial, Sans-Serif;
  font-size: 9pt;
  font-weight: normal;
  color: red;
}

.bigerror
{
  font-family: helvetica, Arial, Sans-Serif;
  font-size: 12pt;
  font-weight: bold;
  color: red;
}

.textbox
{
  font-family: helvetica, Arial, Sans-Serif;
  font-size: 9pt;
  font-weight: normal;
  color: #333333;
  border: solid 1px #333333;
}

.bigtextbox
{
  font-family: helvetica, Arial, Sans-Serif;
  font-size: 11pt;
  font-weight: bold;
  color: #333333;
  border: solid 2px #333333;
  padding: 4px;
}
.textbox-readonly
{
  font-family: helvetica, Arial, Sans-Serif;
  font-size: 9pt;
  font-weight: normal;
  color: #999999;
  border: solid 1px #999999;
  background-color: #f0f0f0;
}

.admin_form_one
{
  font-family: helvetica, Arial, Sans-Serif;
  font-size: 9pt;
  font-weight: normal;
  color: #333333;
  background-color: #e6e4e0;
}

.admin_form_two
{
  font-family: helvetica, Arial, Sans-Serif;
  font-size: 9pt;
  font-weight: normal;
  color: #333333;
  background-color: #f8f6f2;
}

.web_form_one
{
  font-family: helvetica, Arial, Sans-Serif;
  font-size: 9pt;
  font-weight: normal;
  color: #333333;
  background-color: #e6e4e0;
}

.web_form_two
{
  font-family: helvetica, Arial, Sans-Serif;
  font-size: 9pt;
  font-weight: normal;
  color: #333333;
  background-color: #f8f6f2;
}

.web_form_header
{
  font-family: helvetica, Arial, Sans-Serif;
  font-size: 9pt;
  font-weight: bold;
  color: #333333;
  background-color: #c9c6c0;
}

.button
{
  font-family: helvetica, Arial, Sans-Serif;
  font-size: 9pt;
  font-weight: bold;
  color: white;
  background-color: #c9c6c0;
  border: solid 1 #000000;
}
  