/*   Note:  In your page html code, reference this style sheet file first and your local style sheet second.
This way, you can override this global style sheet if necessary    */



/*   GLOBAL (DEFAULT) STYLES   */

a, a:link, a:active, a:hover, a:visited  {
	color: #003366;
}

/* ------------------------- left column navigation ----------------------------*/

.nav {
	font-size: 12px; 
	font-family: arial, helvetica, sans-serif; 
	color: #333333; 
	font-weight: bold; 
	text-decoration: none;
}
.nav a, .nav a:link, .nav a:active, .nav a:visited{
	font-size: 12px; 
	font-family: arial, helvetica, sans-serif; 
	color: #333333; 
	font-weight: bold; 
	text-decoration: none;
}


.nav2, .nav2 a, .nav2 a:link, .nav2 a:active, .nav2 a:visited {
	font-size:10px;
	font-family: arial, helvetica, sans-serif; 
	color: #333333; 
	font-weight: normal; 
	text-decoration: none;
}

.nav2 a:hover {
	font-size:10px;
	font-family: arial, helvetica, sans-serif; 
	color: #333333; 
	font-weight: normal; 
	text-decoration: underline;
}

.nav3, .nav3 a, .nav3 a:link, .nav3 a:active, .nav3 a:visited {
	font-size:10px;
	font-family: arial, helvetica, sans-serif; 
	color: #000000; 
	font-weight: normal;
	text-decoration: none;
}

.nav3 a:hover {
	font-size:10px;
	font-family: arial, helvetica, sans-serif; 
	color: #CC3333; 
	font-weight: normal;
}

/* NavBar:  This style applies to text/nav in the gray bar just below the top header */
.navbar, .navbar a, .navbar a:link, .navbar a:active, .navbar a:visited {
	font-size: 11px; 
	font-family: arial, helvetica, sans-serif; 
	color: #333333; 
	font-weight: normal; 
	text-decoration: none;
}

/* ------------------- content area and right column -----------------------*/


/*   STANDARD TEXT   */


/*  Small text1 - e.g. date and update info, path, etc.  */
.small1 {
	font-family : Verdana, sans-serif;
	font-size:  10px;
	font-weight: normal;
	color: #333333;
}

/*  Footer - e.g. footer */
.footer {
	font-family : Verdana, sans-serif;
	font-size:  10px;
	font-weight: normal;
	color: #666666;
}


/*  Standard Body Text (gray or black) - e.g. Article text, generic text, not left nav links  */
.bodytext-gray {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  13px;
	font-weight: normal;
	color: #333333;
}

.bodytext-black {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  13px;
	font-weight: normal;
	color: #000000;
}


/*  Standard Body Text 2 (smaller) - e.g. right/left  links  */
.bodytext2-gray {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  11px;
	color: #333333;
	font-weight: normal;
	margin: 6 0 6 0;
}

.bodytext2-black {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  11px;
	color: #000000;
	font-weight: normal;
	margin: 6 0 6 0;
}


/*   Sub-Title Light Gray: e.g. News Article Sub-Title  */
.subtitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  15px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

/*   Sub-Title Dark Gray:  e.g. News Article Sub-Title */
.subtitle-gray {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  15px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}



/*   HEADER TEXT   */







/*-------------------------*/
/*   Header Level 1  */
.header1-black {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  28px;
	font-weight: bold;
	color: #000000;
}

.header1-gray {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  28px;
	font-weight: bold;
	color: #666666;
}

.header1-red {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  28px;
	font-weight: bold;
	color: #990000;
}

.header1-orange {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  28px;
	font-weight: bold;
	color: #ff6600;
}

.header1-blue {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  28px;
	font-weight: bold;
	color: #000066;
}


/*------------------------*/
/*   Header Level 2  */
.header2-black {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  22px;
	font-weight: bold;
	color: #000000;
}

.header2-gray {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  22px;
	font-weight: bold;
	color: #666666;
}

.header2-red {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  22px;
	font-weight: bold;
	color: #CC3333;
}

.header2-orange {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  22px;
	font-weight: bold;
	color: #ff6600;
}

.header2-blue {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  22px;
	font-weight: bold;
	color: #000066;
}

/*---------------------------------*/
/*   Header Level 3  */

/* If Header3 or Header4 are linked, they appear as same color with underline text decoration */

.header3-black, a.header3-black, a.header3-black:link, a.header3-black:visited, a.header3-black:active, a.header3-black:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  16px;
	font-weight: bold;
	color: #000000;
}

.header3-gray, a.header3-gray, a.header3-gray:link, a.header3-gray:visited, a.header3-gray:active, a.header3-gray:hover  {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  16px;
	font-weight: bold;
	color: #666666;
}
a.header3-red, a.header3-red:link, a.header3-red:visited, a.header3-red:active, a.header3-red:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  16px;
	font-weight: bold;
	color: #990000;
}

.header3-orange, a.header3-orange, a.header3-orange:link, a.header3-orange:visited, a.header3-orange:active, a.header3-orange:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  16px;
	font-weight: bold;
	color: #ff6600;
}
a.header3-blue, a.header3-blue:link, a.header3-blue:visited, a.header3-blue:active, a.header3-blue:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  16px;
	font-weight: bold;
	color: #000066;
}


/*-------------------------*/
/*   News Headline 4   */

/* If Header3 or Header4 are linked, they appear as same color with underline text decoration */

.header4-black, a.header4-black, a.header4-black:link, a.header4-black:visited, a.header4-black:active, a.header4-black:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  13px;
	font-weight: bold;
	color: #000000;
}

.header4-gray, a.header4-gray, a.header4-gray:link, a.header4-gray:visited, a.header4-gray:active, a.header4-gray:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  13px;
	font-weight: bold;
	color: #666666;
}
a.header4-red, a.header4-red:link, a.header4-red:visited, a.header4-red:active, a.header4-red:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  13px;
	font-weight: bold;
	color: #990000;
}

.header4-orange, a.header4-orange, a.header4-orange:link, a.header4-orange:visited, a.header4-orange:active, a.header4-orange:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  13px;
	font-weight: bold;
	color: #ff6600;
}
a.header4-blue, a.header4-blue:link, a.header4-blue:visited, a.header4-blue:active, a.header4-blue:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size:  13px;
	font-weight: bold;
	color: #000066;
}
.navbarCopy { font-size: 11px; font-family: arial, helvetica, sans-serif; color: #333333; font-weight: normal; }


.header3-blue { 
	font-family : Arial, Helvetica, sans-serif;
	font-size:  16px;
	font-weight: bold;
	color: #000066;
 } 

.header4-blue { 
	font-family : Arial, Helvetica, sans-serif;
	font-size:  13px;
	font-weight: bold;
	color: #000066;
 } .headerlarge-blue { font-family : Arial, Helvetica, sans-serif; font-size: 38px; font-weight: bold; color: #0066cc; }
.subtitle-white { font-family : Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #FFFFFF; text-decoration: none; }
.nav a:hover  { 
	font-size: 12px; 
	font-family: arial, helvetica, sans-serif; 
	color: #000099; 
	font-weight: bold; 
	text-decoration: none;
 } 

.header4-red { 
	font-family : Arial, Helvetica, sans-serif;
	font-size:  13px;
	font-weight: bold;
	color: #CC3333;
 } .tablehead {  font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #FFFFFF; background-color: #000066}
.tablehead2red { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; background-color: #CC3333 }
.tablehead2blue { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; background-color: #000066; text-align: center}


.header3-red { 
	font-family : Arial, Helvetica, sans-serif;
	font-size:  16px;
	font-weight: bold;
	color: #cc3333;
 } .businesscard { font-family : Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #000000; }
.tablehead2black { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; background-color: #000000}
.header4-white, a.header4-white, a.header4-white:link, a.header4-white:visited, a.header4-white:active, a.header4-white:hover {

	font-family : Arial, Helvetica, sans-serif;
	font-size:  13px;
	font-weight: bold;
	color: #FFFFFF;
}
