/*
Name: styles.css
Description:   Stylesheet for html output
*/

a.menu
{
  font-family: 'Verdana','Arial';
  font-size: 10pt;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  color: #666666;
  padding-left:70px;
}

a.submenu
{
  font-family: 'Verdana','Arial';
  font-size: 10pt;
  padding-left:80px;
  font-style: normal;
  line-height: normal;
  color: #666666;
}

a.newsLink
{
  font-family: 'Verdana','Arial';
  font-size: 8pt;
  font-style: normal;
  line-height: normal;
  color: #666666;
}

body, p, a, td, div, textarea
{
  font-family: 'Verdana','Arial';
  font-size: 10pt;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  color: #666666;
}

table.infotable
{
  width: 490px;
  border-width: 0px;
  table-layout: auto;
  border-collapse: collapse;
  border-style: solid;
}

tr.infotable
{
	background-color: #EBC94B;
}

td.formPadding
{
	padding-bottom: 10px;
}

input, text, textarea
{
	color: #000000;
	font-family: 'Verdana','Arial';
	background-color: #CCCC99;
	BORDER-RIGHT: #808080 1px solid;
	BORDER-TOP: #808080 1px solid;
	BORDER-LEFT: #808080 1px solid;
	BORDER-BOTTOM: #808080 1px solid;
}

select, option
{
	color: #000000;
	background-color: #CCCC99;
	font-family: 'Verdana','Arial';
	BORDER-RIGHT: #808080 1px solid;
	BORDER-TOP: #808080 1px solid;
	BORDER-LEFT: #808080 1px solid;
	BORDER-BOTTOM: #808080 1px solid;
}

.styles {  }
.headerSmall
  	{font-family: 'Verdana','Arial'; font-size: 14pt; font-style: normal; line-height: normal; font-weight: bold; color:#999966;}
.smallText
  	{font-family: 'Verdana','Arial'; font-size: 8pt; font-style: normal; line-height: normal; font-weight: normal; color:#666666;}
.smallestText
  	{font-family: 'Verdana','Arial'; font-size: 7pt; font-style: normal; line-height: normal; font-weight: normal; color:#666666;}  	
.underlinedText
  	{font-family: 'Verdana','Arial'; font-size: 10pt; font-style: normal; line-height: normal; font-weight: normal; color: #666666; text-decoration: underline;}
