<!--

body, p, table, tr, th, td, input, select, textarea, h1, h2, h3, ul, li {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 11px;
 color:#000000;
}

.errmsg{
	font-weight: bold;
	font-style: italic;
	font-color: red;
}

strong, b {
 font-weight: bold;
}

a:visited {
 COLOR: #505050; 
 TEXT-DECORATION: underline;
}

a:hover, a:visited:hover {
 COLOR: #ff8000;
} 

a {
 text-decoration: underline;
 COLOR: #2F2F86;
}

a.toplink, a.toplink:visited {
  text-decoration:none;
}

a.toplink:hover, a.toplink:visited:hover {
  text-decoration:underline;
}


h1 { 
  FONT-SIZE: 18px;
  FONT-STYLE: normal;
  FONT-WEIGHT: bold;
  color:#404040;
}

h2 {
  FONT-SIZE: 14px;
  FONT-STYLE: normal;
  FONT-WEIGHT: bold;
  color:#000000;
}

/*Print Styles*/

@media print {

.donotprint {display: none}

body {
  background-color:#ffffff;
}

}
-->
