<style type="text/css" media="print">

body {font-family: "arial",helvetica,verdana,sanserif;}
</style>


<style type="text/css">
P
{
    COLOR: black;
    FONT-FAMILY: arial,helvetica,verdana,sans-serif;
    FONT-STYLE: normal;
    FONT-SIZE: 10pt;
}

td
{
    COLOR: black;
    FONT-FAMILY: arial,helvetica,verdana,sans-serif;
    FONT-STYLE: normal;
    FONT-SIZE: 10pt;
}
ul
{
    COLOR: black;
    FONT-FAMILY: arial,helvetica,verdana,sans-serif;
    FONT-STYLE: normal;
    FONT-SIZE: 10pt;
}
ol
{
    COLOR: black;
    FONT-FAMILY: arial,helvetica,verdana,sans-serif;
    FONT-STYLE: normal;
    FONT-SIZE: 10pt;
}
.linksblack {color:#000000; text-decoration:none; FONT-STYLE: normal; FONT-SIZE: 13pt;}
.linksblue {color:#003366; text-decoration:none; FONT-STYLE: normal; FONT-SIZE: 10pt;}
.linkswhite {color:#FFFFFF; text-decoration:none; FONT-STYLE: normal; FONT-SIZE: 10pt;}
.linkswhitelittle {color:#FFFFFF; text-decoration:none; FONT-STYLE: normal; FONT-SIZE: 8pt;}
.linksred {color:#990000; text-decoration:none; FONT-STYLE: normal; FONT-SIZE: 10pt;}
.linkbred {color:#990000; text-decoration:none; FONT-STYLE: normal; FONT-SIZE: 12pt;}
.ln_red {color:#990000; text-decoration:none; font-weight:bold; FONT-STYLE: normal; FONT-SIZE: 10pt;}
.ln_green {color:#006633; text-decoration:none; font-weight:bold; FONT-STYLE: normal; FONT-SIZE: 10pt;}
.ln_orange {color:#FF9900; text-decoration:none; font-weight:bold; FONT-STYLE: normal; FONT-SIZE: 10pt;}
.ln_purple {color:#660099; text-decoration:none; font-weight:bold; FONT-STYLE: normal; FONT-SIZE: 10pt;}
.topnav {color:#FFFFFF; text-decoration:none; FONT-STYLE: normal; FONT-SIZE: 10pt;}
.linkscontent {color:#990000; text-decoration:underline; FONT-STYLE: normal; FONT-SIZE: 10pt;}
.linksmain {color:#FFFFFF; text-decoration:none; FONT-STYLE: normal; FONT-SIZE: 10pt;}
.linksmainyc {color:#FFFFFF; text-decoration:none; FONT-STYLE: normal; FONT-SIZE: 10pt;}
.linksmain:hover {color:#FFFF00; text-decoration:none; FONT-STYLE: normal; FONT-SIZE: 10pt;}
.linksmainyc:hover {color:#D4D5A5; text-decoration:none; FONT-STYLE: normal; FONT-SIZE: 10pt;}
A {color:#CC3300; text-decoration:none;}
A:hover {text-decoration:underline;}



.TextWhiteHeader {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 16px; 
font-weight: 700; 
color: #FFFFFF;
}


.TextBlack {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 13px; 
font-weight: normal; 
color: #000000;
font-style: normal;

}

.TextBlackBold {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 13px; 
font-weight: 700; 
color: #000000;
font-style: normal;
}


.TextWhite {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: 500; 
color: #FFFFFF;
}

.TextWhiteBold {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: 700; 
color: #FFFFFF;
}

.TextDarkBlue {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	font-style: normal;	
	color: #336699;
}

.TextDarkBlueBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	font-style: normal;	
	color: #336699; /
}

.TextBlue {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #000099;
}


.TextBlueBold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #000099;
}

</style>


<style type="text/css" media="aural">

a[target]:before {content:"(New Window)";}

</style>



 This script allows the selection list to jump to a page on change 
<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript">

 function dropgo(what) {
 var url = what.options[what.selectedIndex].value;
 if (url != '')
 parent.document.location.href = url;
 }
 //
</SCRIPT>
 END jumpto script 

 Date Script 
<SCRIPT LANGUAGE="JavaScript">
 Begin
var ar = new Array();
ar[0] = "Sunday";
ar[1] = "Monday";
ar[2] = "Tuesday";
ar[3] = "Wednesday";
ar[4] = "Thursday";
ar[5] = "Friday";
ar[6] = "Saturday";

var months=new Array(13);
months[1]="January";
months[2]="February";
months[3]="March";
months[4]="April";
months[5]="May";
months[6]="June";
months[7]="July";
months[8]="August";
months[9]="September";
months[10]="October";
months[11]="November";
months[12]="December";

var time=new Date();
var day=time.getDay();
var theday=ar[day]
var lmonth=months[time.getMonth() + 1];
var date=time.getDate();
var year=time.getYear();
if (year < 2000)
year = year + 1900;
// End 
</SCRIPT>
 END Date Script .TextBlackTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.TextBlackTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #000000;

}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
}
.BlueTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #003399;
}
.RedTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
}

.GrayIntro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #666666;
}

.GraySmFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
}
