
/*  595959 medium grey */
p { 
font-family: geneva, verdana, arial,  sans-serif; 
font-size: 11px; 
line-height: 16px;
color: #464646;  /* grey text color*/
}

p.story { 
font-family: geneva, verdana, arial,  sans-serif; 
font-size: 10px; 
line-height: 16px;
color: #464646;  /*grey text color*/
}

/*  464646 is a medium grey for the text of the documents and tables,  001544 is the dark blue for the background color */
body { 
font-family: geneva, verdana, arial,  sans-serif; 
font-size: 11px; 
background-color: #1B60A3;
margin-top: 20px; margin-right: 0px; margin-bottom: 20 px; margin-left: 0px;
line-height: 16px;
color: #464646;  /*medium grey text color*/
}


table {
font-family: geneva, verdana, arial,  sans-serif;
font-size: 11px;
color: #000000; /*black text color*/
}

th {
font-family: geneva, verdana, arial,  sans-serif; 
font-size: 11px;
color: #000000;  /*black text color*/
}

tr {
font-family:  geneva, verdana, arial,  sans-serif;
font-size: 11px;
color: #464646;  /*medium grey text color*/
}

td {
font-family:  geneva, verdana, arial,  sans-serif; 
font-size: 11px;
line-height: 15px;
color: #464646;  /*medium grey text color*/
}



ol { 
font-family: geneva, verdana, arial,  sans-serif; 
 font-size: 11px; 
line-height: 15px;
padding-left: 20px;
padding-top: 5px;
color: #464646;  /*medium grey text color*/
 }

ul { 
font-family: geneva, verdana, arial,  sans-serif;  font-size: 11px; 
line-height: 15px;
list-style-type: disc;
padding-left: 20px;
padding-top: 5px;
color: #464646; /*medium grey text color*/
 }

li { 
 font-family: geneva, verdana, arial,  sans-serif;  font-size: 11px; 
 line-height: 15px;
 padding-left: 0px;
 padding-top: 5px;
 color: #464646; /*medium grey text color*/
 }


A.navlinkfont {text-decoration: none;
font-family:  Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 10px;
color:#0049D6;}


.header-small {font-family: geneva, verdana, arial,  sans-serif;  
 font-weight: bold; 
font-size: 12px; 
color: #1B60A3;   /*blue text color*/
line-height: 14px;
}




.header-top {font-family: geneva, verdana, arial,  sans-serif;  
 font-weight: bold; 
font-size: 15px;
text-align: center; 
color: #9d0038;   /*blue text color*/
line-height: 16px;
}


/*  this is the footer holding the links to the site - this goes across the bottom of the page, text color is white */
.footer { 
 font-family: geneva, verdana, arial, sans-serif; 
 font-weight: normal;
 font-size: 10px; 	 
 text-decoration: normal;
 color: #FFFFFF; /*white text color*/
 text-align: left;
 }

/*text for the menu  links in the left panel*/
.navbar { 
font-family:  geneva, verdana, arial, sans-serif; 
font: normal; 
font-size: 13px;
color: #FFFFFF;    /*white text color*/
text-decoration: bold;
line-height: 17px;
}

/*this is for the links color  in the body of the document*/
.mainlinks {
font-family:  geneva, verdana, arial, sans-serif;
font: normal;
font-size: 11px;
color: #4666A1;
text-decoration: none;
line-height: 15px;
}

/* this stops the links from being underlined by putting the text decoration as none*/
a	{ 
text-decoration: none; 
 }


/*this is for the links mouseover color in the body of the document*/
A.mainlinks:hover {
color:#00ff00;  
text-decoration: bold;
border-bottom: 1px dotted #00FF00;  
}
 

/*this is for the links mouseover color for the footer across the bottom of the pages*/
A.footer:hover {
color:#00ff00;   
	border-bottom: 1px dotted #FFFFFF;  
}


/* this is the mouseover link color for the buttons / links in the left panel, color is dark blue, the dotted underline border is white */
a.navbar:hover {
color:#00ff00;     /*green*/
	border-bottom: 1px dotted #FFFFFF;    /*white  color*/
}




/* this is the disclaimer info at bottom of pages */
.closing {
font-family: geneva, verdana, arial, sans-serif; 
font-weight: normal;
font-size: 9px; 	 
text-decoration: none;
color: #9D0038;
text-align: left;
line-height: 12px;
}
