body, td, p, div, span, input, select
{
    font-family: verdana,arial,helvetica,'sans serif';
    font-size: 11px;
    color: #333333;
	line-height:16px;
}
a
{ 
	font-size: 11px;
    font-weight: bold;
	color: #142347;
}
a:hover
{
	color: #336699;
    font-weight: bold;
    text-decoration: none;
}
.nav
{ 
	font-size: 10px;
	color: #142347;
	text-decoration: none;
	line-height:12px;
}
.nav a
{ 
	font-size: 10px;
	color: #142347;
	text-decoration: none;
}
.nav a:hover
{ 
	font-size: 10px;
	color: #142347;
	text-decoration: underline;
}
.head
{
    font-size: 18px;
    font-weight: bold;
    color: #142347;
}
.subhead
{
    font-size: 14px;
    font-weight: bold;
    color: #142347;
}

.subheadblue
{
    font-size: 14px;
    font-weight: bold;
    color: #333399;
}

.subheadform
{
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.subheadformblue
{
    font-size: 12px;
    font-weight: bold;
    color: #1511B8;
}

.quote
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
}

.footer
{
    font-size: 9px;
	line-height : 14px;
    color: #999999;
    font-weight: normal;
	text-decoration:none;
}

.footer a
{
    font-size: 9px;
	line-height : 14px;
    color: #999999;
    font-weight: normal;
	text-decoration:underline;
}

.footer a:hover
{
    font-size: 9px;
	line-height : 14px;
    color: #336699;
    font-weight: normal;
	text-decoration:underline;
}

ul
{
	font-size: 11px;
	list-style-image: url(images/bullet2.gif);
	line-height : 16px;
}

.blue
{
	font-size: 11px;
	color:#1511B8
}

.errortxt
{
    font-family: verdana,arial,helvetica,'sans serif';
    font-size: 11px;
    color: #FF0000;
}
label 
{
    cursor:hand;
}
.formheader
{
    color: #333399;
    font-weight: bold;
}
.small
{
    font-family: verdana,arial,helvetica,'sans serif';
    font-size: 9px;
    color: #333333;
	line-height:12px;
    font-weight: normal;
	text-decoration:none;
}
.small a
{
    font-family: verdana,arial,helvetica,'sans serif';
    font-size: 9px;
    color: #333333;
	line-height:12px;
    font-weight: normal;
	text-decoration:underline;
}
.small a:hover
{
    font-family: verdana,arial,helvetica,'sans serif';
    font-size: 9px;
    color: #333333;
	line-height:12px;
    font-weight: normal;
	text-decoration:underline;
}

.FreezePaneOff {
  visibility: hidden;
  display: none;
  position: absolute;
  top: -100px;
  left: -100px;
}

.FreezePaneOn {
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: visible;
  display: block;
  width: 100%;
  height: 3700px;
  background-color: #666;
  z-index: 999;
  filter:alpha(opacity=85);
  -moz-opacity:0.85;
  padding-top: 20%;
}

.InnerFreezePane {
  text-align: center;
  width: 66%;
  background-color: #333333;
  color: White;
  font-size: large;
  border: solid 1px #111;
  padding: 9px;
}
