.welcomeBox
{
  padding: 5px;
  font: 10pt Verdana;
  color:#333333;
}

.FeatureBox
{
  padding: 0px;
  font: 10pt Verdana;
  color:#333333;
}

a:hover
{
  background-color: yellow;
}

a:link 
{
  color: DarkGreen;
}

a:visited 
{
  color: Green;
}

h1
{
	color: darkblue;
	font-family: Verdana;
	font-size:large
}

h2
{
	color: darkgreen;
	font-family: Verdana;
	font-size:medium
}

h3
{
	color: darkgreen;
	font-family: Verdana;
	font-size:small
}

h4
{
	color: darkgreen;
	font-family: Verdana;
	font-size:smaller
}

.TabDefault 
{
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 9pt;
  background-color: #eeeeee;
}

.TabSelected
{
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 10pt;
  font-weight: bold;
  background-color: #ffffff;
  border-bottom: 0px none #ffffff;
}

.formBox
{
  width: 100%;
  border: 1px solid green;
  background-color: lightyellow;
  padding: 10px;
  font-face: 10pt Arial;
}

.formHeading
{
  font: bold 12pt Arial; 
  color: darkgreen;
}

.instructions
{
	font-size: 8pt;
	font-style: italic;
	font-family: Verdana, Arial, Sans-Serif;
}

.noteheader
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana, Arial, Sans-Serif;
}

.note
{
	font-size: 9pt;
	font-family: Verdana, Arial, Sans-Serif;
}

.entryprompt
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
}

.entry
{
	font-size: 9pt;
	font-family: Verdana, Arial, Sans-Serif;
}

.footnote
{
	font-style: italic;
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
}

.message
{
	font-size: 9pt;
	font-family: Verdana, Arial, Sans-Serif;
}
.errormessage
{
	color: #dd0000;
	font-size: 9pt;
	font-family: Verdana, Arial, Sans-Serif;
}
