

a {
  color: #4f81bd;
  font-weight: bold;
  text-decoration: underline;
}

a:hover {
  color: #FF6633;
  text-decoration: none;
}

body 
{
	font-size: 8pt;
  color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 140%;
  margin-top: 6px;
}

h2 {
  font-size: 120%;
}

h4 {
  font-size: 100%;
}

.h3_header {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#0054a6;
	margin-bottom: 0px;
	margin-top: 15px;
	text-transform: capitalize;
	font-weight: bold;
}

input, textarea 
{
  border-color: #ffeecc;
  border-width: 2px;
  padding: 2px;
  color : black;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input.button {
  background-color: #6E705C;
  border-style: solid;
  border-color: #D0DFD7 #83AAB1 Silver #BFCFD5;
  border-width: 2px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  font-weight: bold;
  padding: 0px;
  width: 5em;
}
table
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 7pt;
}
#small
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 7pt;
}

a.help
{
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}

a.help:hover {
  color: #FF6633;
  text-decoration: none;
}

a.help:visited 
{
  color: #ffffff;
}

.search
{
	/*background-color: #FF9933;*/
	color: Black;
}

.help
{
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 		 font-size: 7pt;
		 color: #ffffff;
		 
}

.small
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 7pt;
}

textarea 
{
  scrollbar-base-color: #6E705C;
}

td 
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

th 
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
}

ul 
{
  list-style-type: square;
}

.errorMsg 
{
  color: #c00000;
  font-weight: bold;
}

.highlight 
{
  color: #778C99;
  font-style: italic;
  font-weight: bold;
}

SELECT
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : black;
	font : bold;
}
.normal { color : Black;  }
.highlight2 { background : #FCB096;color : Black;}

.bullet1{list-style-type : square;}
.bullet2{list-style-type : disc;
}