﻿BODY {
	background : #FFFFFF;
	margin : 0 0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
}

H1 {
	color: #3B4FAE;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
}

H2 {
	color: #5D6FC7;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}

h3 {
	color: #454545;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}

h4 {
	color: #1E2A63;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
}

h5 {
	color: #1E2A63;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	font-style: italic;
}

H6 {
	color: #1E2A63;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
}

CODE {
	color: #919191;
	font-family : Courier;
	font-weight : normal;
	font-size : 7pt.;
}



PRE {
	background : #FFFFFF;
	margin : 0 0;
	font-family : courier;
	font-size : 8pt;
	color : #454545;
}


B.blue {
	color: #3B4FAE;
	font-weight : bold;
}


.small {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
}


		 
 default table 
 needed this for some old CSS compatibility issues 
TABLE {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
}


 default link properties 
 old blue Link color 3B4FAE 
A:Link {
	color : #336699;
	text-decoration: underline;
}
A:Visited {
	color : #336699;
	text-decoration: underline;
}
A:Active {
	color : #336699;
	text-decoration: underline;
}
A:Hover  {
	color : #336699;
	text-decoration: underline;
}
 decoration is set to none for anchored text that should not appear underlined 
A {
	color : #336699;
	text-decoration: none;
}



 slightly gray/off-white link, underline on hover 
 used for white/gray text in blue areas 
.gray A:Link {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :8pt;
	color : #E6E6E6;
	text-decoration: None;
  }
.gray A:Visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :8pt;
	color : #E6E6E6;
	text-decoration: None;
  }
.gray A:Hover  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #E6E6E6;
	text-decoration: underline;
 }
.gray A {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :8pt;
	color : #E6E6E6;
	text-decoration: None;
  }
.gray {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #E6E6E6;
}
	
		 
 red link with underline on hover 
 used for all "more..." links 
A.more:Link {
	color : #48313D;
	text-decoration: None;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
    }
A.more:Visited {
	color : #48313D;
	text-decoration: None;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
    }
A.more:Hover  {
	color : #BF0023;
	text-decoration: underline;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	}
A.more {
	color : #48313D;
	text-decoration: none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
    }
	
 dark gray text with blue hover 
 used on sidebar for subcategory links 

.navsub A:Link {
	color : #4D4D4D;
	text-decoration: None;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
}
.navsub A:Visited {
	color : #4D4D4D;
	text-decoration: None;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
}
.navsub A:Hover  {
	color : blue;
	text-decoration: underline;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
}
.navsub A {
	color : #4D4D4D;
	text-decoration: None;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
}



 dark gray text with red hover 
 used on sidebar for main links 
A.nav:Link  {
		color : #4D4D4D;
		text-decoration: none;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 8pt;
  }
A.nav:Visited  {
		color : #4D4D4D;
		text-decoration: none;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 8pt;
  }
A.nav:Hover  { 
		color : #BF0023;
		text-decoration: underline; 
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 8pt;
		}
A.nav  {
		color : #4D4D4D;
		text-decoration: none;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 8pt;
  }



 red link with red underline on hover 
 used for Hot Topics on sidebar 
.hot A:Link {
	color : #BF0023;
	text-decoration: None;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
    }
.hot A:Visited {
	color : #BF0023;
	text-decoration: None;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
    }
.hot A:Hover  {
	color : #BF0023;
	text-decoration: underline;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	}
.hot A {
	color : #BF0023;
	text-decoration: None;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
    }

	
	
 blue link with red underline on hover 
 used for 'Download Forms' and 'Contact Us' on sidebar 
.navbot A:Hover  {
	color : #BF0023;
	text-decoration: underline;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	}	
.navbot A {
	color : blue;
	text-decoration: None;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
    }
	
	
 dark blue/red link, underline on hover 
 used on footer 
.footer A:Link {
	color : #3B4FAE;
	text-decoration: None;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
    }
.footer A:Visited {
	color : #3B4FAE;
	text-decoration: None;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
    }
.footer A:Hover  {
	color : #BF0023;
	text-decoration: underline;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	}		
.footer A {
	color : #3B4FAE;
	text-decoration: None;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
    }

	
	
 red link, underline on hover, similar to default links 
 used on menu-level pages as main category links 
A.mainCat:Link {
	color : #BF0023;
	text-decoration: none;
}
A.mainCat:Visited {
	color : #BF0023;
	text-decoration: none;
}
A.mainCat:Active {
	color : #F9D449;
	text-decoration: underline;
}
A.mainCat:Hover  {
	color : #BF0023;
	text-decoration: underline;
}
A.mainCat {
	color : #BF0023;
	text-decoration: none;
}
	
	
			
 darker gray/red link, underline on hover 
 used on menu-level pages as subcategory links 
A.subCat:Link {
	color : #737373;
	text-decoration: None;
	font-size : 8pt;
  }
A.subCat:Visited {
	color : #737373;
	text-decoration: None;
	font-size : 8pt;
  }
A.subCat:Hover  {
	color : #BF0023;
	text-decoration: underline;
	font-size : 8pt;
}		
A.subCat {
	color : #000000;
	text-decoration: none;
	font-size : 8pt;
  }

 darker gray/red link, underline on hover 
 same as subCat except 9 point instead of 8 
A.subCat9:Link {
	color : #737373;
	text-decoration: None;
	font-size : 9pt;
  }
A.subCat9:Visited {
	color : #737373;
	text-decoration: None;
	font-size : 9pt;
  }
A.subCat9:Hover  {
	color : #BF0023;
	text-decoration: underline;
	font-size : 9pt;
}		
A.subCat9 {
	color : #000000;
	text-decoration: none;
	font-size : 9pt;
  }




 used on menu-level pages as subcategory descriptions 
.subText {
	color : #000000;
	text-decoration: none;
	font-size : 8pt;
	font-style : normal;
}
 blue text - like an H2 
 used on menu-level pages as headings that are not links 
.headerNoLink {
	color: #5D6FC7;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
  }




 light gray text with white hover 
 used on front page as main headings 
A.mainNav:Link  {
		color : #336699;
		text-decoration: none;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 9pt;
		font-weight : bold;
  }
A.mainNav:Visited  {
		color : #336699;
		text-decoration: none;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 9pt;
		font-weight : bold;
  }
A.mainNav:Hover  { 
		color : #3385D1;
		text-decoration: underline; 
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 9pt;
		font-weight : bold;
		}
A.mainNav  {
		color : #336699;
		text-decoration: none;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 9pt;
		font-weight : bolder;
; font-style: normal  }





  
 light gray text with white hover 
 used on front page as main headings 
A.mainFront:Link  {
		color : #FFFFFF;
		text-decoration: none;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 9pt;
		font-weight : bold;
  }
A.mainFront:Visited  {
		color : #FFFFFF;
		text-decoration: none;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 9pt;
		font-weight : bold;
  }
A.mainFront:Hover  { 
		color : #FFFFFF;
		text-decoration: underline; 
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 9pt;
		font-weight : bold;
		}
A.mainFront  {
		color : #FFFFFF;
		text-decoration: none;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 9pt;
		font-weight : bolder;
; font-style: normal  }

 for table layouts 
 creates gray TD underline and dark gray link with red hover 
.subLinesNav A:Link {
	color : #4D4D4D;
	text-decoration: none;
	font-size : 9pt;
}
.subLinesNav A:Visited {
	color : #4D4D4D;
	text-decoration: none;
	font-size : 9pt;
}
.subLinesNav A:Hover  { 
		color : #336699;

		text-decoration: none; 
		font-size : 9pt;
}
.subLinesNav A {
	color : #4D4D4D;
	text-decoration: none;
	font-size : 9pt;
}



 for table layouts 
 creates gray TD underline and dark gray link with red hover 
.subLines A:Link {
	color : #4D4D4D;
	text-decoration: none;
	font-size : 9pt;
}
.subLines A:Visited {
	color : #4D4D4D;
	text-decoration: none;
	font-size : 9pt;
}
.subLines A:Hover  { 
		color : #BF0023;
		text-decoration: none; 
		font-size : 9pt;
}
.subLines A {
	color : #4D4D4D;
	text-decoration: none;
	font-size : 9pt;
}
.subLines {
	border-bottom-width : 1px;
	border-top-width : 0px;
	border-right-width : 0px;
	border-left-width : 0px;
	border-color : ##C6C1DA;
	border-style : solid;
}	

 for table layouts 
 creates gray TD underline and dark gray link with red hover 
.subLines2 A:Link {
	color : #336699;
	text-decoration: none;
	font-size : 8pt;
}
.subLines2 A:Visited {
	color : #336699;
	text-decoration: none;
	font-size : 8pt;
}
.subLines2 A:Hover  { 
		color : #3385D1;
		text-decoration: underline; 
		font-size : 8pt;
}
.subLines2 A {
	color : #336699;
	text-decoration: none;
	font-size : 8pt;
}
.subLines2 {
	border-bottom-width : 1px;
	border-top-width : 0px;
	border-right-width : 0px;
	border-left-width : 0px;
	border-color : #C6C8D3;
	border-style : solid;
}	



 dark gray link with no hover differences 
 used on front page for Information For section 
.infoBorder A:Link {
	color : #1E2A63;
	text-decoration: None;
	font-size : 8pt;
   }
.infoBorder A:Visited {
	color : #1E2A63;
	text-decoration: None;
	font-size : 8pt;
   }
.infoBorder A:Hover  {
	color : #BF0023;
	text-decoration: None;
	font-size : 8pt;
	}
.infoBorder A{
	color : #1E2A63;
	text-decoration: None;
	font-size : 8pt;
   }
.infoBorder TD {
	border-bottom-width : 1px;
	border-top-width : 0px;
	border-right-width : 0px;
	border-left-width : 0px;
	border-color :  #960019;
	border-style : solid;
}
.infoBorder {
	border-bottom-width : 0px;
	border-top-width : 1px;
	border-right-width : 1px;
	border-left-width : 1px;
	border-color :  #960019;
	border-style : solid;
}

ol li {  font-family: Arial, Helvetica, sans-serif; font-size: 13px}

.content {  font-family: Arial, Helvetica, sans-serif; font-size: 13px}

.IndexHeading {
    font-size : 30 px;
	font-weight : bold;
	}

.standard {  
     font-family : Arial, Helvetica, sans-serif; 
	 font-size : 16px;
}

.date {
     font-size : 12px;
	 }
	 
.titles {
     font-size : 16px;
	 }
	 
.listHeading {
     font-size : 14px;
	 text-decoration : none;
	 }
	 
.Heading {
    font-size : 18px;
	font-weight : bold;
	}
    
.BlueBox {
    font-size : 18px;
	color : #FFFFFF;
	}

.LittleBlueBox {
    font-size : 14px;
	color : #FFFFFF;
	font-weight : bold;
	}