a{
	color : #249ae5;
	text-decoration : none;
}

a:link{
	color : #249ae5;
}

a:visited{
	/* border:none -- breaks NS 4.x */
	color : #249AE5;
}

a:hover{
	/* border:none -- breaks NS 4.x */
	color : #B00000;
}

a:active{
	/* border:none -- breaks NS 4.x */
	color : #FA990A;
}

a.sub{
	color : #249AE5;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
}

a:link.sub{
	color : #249AE5;
}

a:visited.sub{
	/* border:none -- breaks NS 4.x */
	color : #249AE5;
}

a:hover.sub{
	/* border:none -- breaks NS 4.x */
	color : #FA990A;
}

a:active.sub{
	/* border:none -- breaks NS 4.x */
	color : #FA990A;
}

body {
    background-image : url(images/background.png);
    background-color : #E6E7E8;
    background-repeat : repeat-x;
}

h1{
	color : #000050;
	font : 20pt Trebuchet MS,sans-serif;
	margin-bottom : 3px;
	margin-top : 3px;
}

h2{
	font-size:15.0pt;
	font-family:Verdana;
    color:#999999;
	margin-bottom : 0px;
	border-bottom-color : #203857;
	border-bottom-style : solid;
	border-bottom-width : thin;
	padding-left : 10px;
	font-style : italic;
	font-weight : normal;
}

h3{
	color : #860037;
	font : 12pt Arial,Helvetica,sans-serif;
	margin-bottom : 0px;
	text-transform : none;
	font-weight : bold;
}

h4{
	color : #860037;
	font : bold 10pt Georgia,"Times New Roman", Times, serif;	
	margin-bottom : 10px;
	margin-top : 0px;
	padding-top : 0px;
	padding-bottom : 1px;
	padding-left : 15px;
}

h5{
	color : #003D6D;
	font : 10pt Arial,Helvetica,sans-serif;
	margin-bottom : 0px;
}

p,td, th{
	color : #000050;
	font : 10pt Arial,Helvetica,sans-serif;
}

ul{
	color : #B00000;
	list-style-type : disc;
	border : 0;
	padding-left : 10px;
}

span.sub{
	color : #FA990A;
	font-size : 10pt;
	font-weight : bold;
}

.floatleft{
	background : #FFFFFF;
	float : left;
	margin : 0 10px 10px 0;
}

.floatright{
	background : #e0e0e0;
	float : right;
	margin : 10px 8px 10px 8px;
	width : 165px;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 13px;
}

#navcontainer{
	height : 29px;
	margin : 0px 0 0 30px;
	padding : 0 0 0 0;
}

#navcontainer a:active{
	background : #ECECE2;
	color : #B00000;
}

#navcontainer li#active a{
	background : #ECECE2;
	color : #B00000;
}

#navcontainer ul{
	border : 0;
	list-style-type : none;
	margin : 0;
	padding : 0;
	text-align : center;
}

#navcontainer ul li{
	display : block;
	float : left;
	margin : 0;
	padding : 0;
	text-align : center;
}

#navcontainer ul li a{
	background : #d0d0d0;
	border-right : none;
	color : #249AE5;
	display : block;
	font : bold 13px Arial,Helvetica,sans-serif;
	height : 16px;
	padding-bottom : 5px;
	padding-top : 8px;
	text-decoration : none;
	width : 100px;
}

#navcontainer ul li a:hover{
	background : #ECECE2;
	color : #B00000;
}

.disclaimer {
 font-family: "Arial", "Helvetica", sans-serif; 
font-size: 11px; 
color: #000050; 
line-height: 13px;
 text-align: center;
  }

  .disclaimer2 {
 font-family: "Arial", "Helvetica", sans-serif; 
font-size: 12px; 
color: #000050; 
line-height: 13px;
 text-align: inherit;
  }