.body {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: normal; color: #000000; line-height: normal}
.a {  font-family: Arial, sans-serif; font-size: 13px; font-style: normal; line-height: normal; font-weight: bold; color: white}
a:hover {  text-decoration: none; color: #FF9900}

.navigation {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; line-height: normal; font-weight: bold; color: #000066; text-decoration: underline}
A.navigation:hover { color:#FF9900; text-decoration:none; font-weight: bold}

.head {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-style: normal; line-height: normal; font-weight: bold; color: #153976}
.crosshead {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; line-height: normal; font-weight: bold; color: #000066}
.li {  font-family: Verdana, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; line-height: normal}

/* ------- the page footers ------- */
.footer {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: italic; font-weight: normal; color: gray; line-height: normal}
A.footer {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold; color: white; text-decoration:underline; line-height: normal}
A.footer:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold; color: #FF9900; text-decoration:none; line-height: normal}

/* ------- links in the main text body ------- */
A.textlink {
font-size:13px;
color:#000066;
font-family:Arial, sans-serif;
font-weight:bold;
}
A.textlink:hover {
font-size:13px;
color:#000066;
text-decoration:none;
}

/* ------- general formatting ------- */

body {
	margin: 0;
	}

h1 {
	font: bold 20px Arial, sans-serif;
	color: black;
	text-align:center;
	margin-top: 0;
	}

h2 {
	font: bold 20px Arial, sans-serif;
	color: white;
	text-align:center;
	margin-top: 40;
	}

h3 {
	font: bold 14px Arial, sans-serif;
	color: white;
	}
	
h4 {  font-family: Arial, sans-serif; font-size: 13px; font-style: normal; font-weight: bold; color: #333333; line-height: normal; text-align:center}


p {  font-family: Arial, sans-serif; font-size: 13px; font-style: normal; font-weight: bold; color: #333333; line-height: normal; text-align:left}

/* jump ahead links at the top of a long page */
.jumpahead {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #333333; line-height: normal; text-align:center}

/* ------- jump ahead links ------- */
A.jumplink {
font-size:12px;
color:#000066;
font-family:Arial, sans-serif;
font-weight:bold;
}
A.jumplink:hover {
font-size:12px;
color:#000066;
text-decoration:none;
}

/* bulleted indent lists in the main text body */
.bodyindent {  font-family: Arial, sans-serif; font-size: 13px; font-style: normal; font-weight: bold; color: #333333; line-height: normal; text-align:left}

/* photo captions */
.caption {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold; color: black; line-height: normal; text-align:right}

/* The drop-down menu */

DIV.MenuContainer {
position:absolute;
display:none;
z-index:99;
}
DIV.MenuItems {
position:relative;
background:#FF9900;
width:260px;
top:-2px;
left:10px;
border:1pt red solid;
padding-top:1px;
cursor:hand;
}

/* The hyperlinks */
A.Menu {
color:#000066;
font-size:13px;
font-family:Arial;
font-weight:bold;
font-style:italic;
text-align:left;
padding-right:0px;
text-decoration:none;
}
A.Menu:VISITED {
color:#000066;
text-decoration:none;
}
A.Menu:LINK {
color:#000066;
text-decoration:none;
}
A.Menu:ACTIVE {
color:#CC9900;
text-decoration:none;
}
A.Menu:HOVER {
color:#CC9900;
font-weight:bold;
text-decoration:none;
}


/* The drop-down hyperlinks */
A.MenuItem {
font-size:8pt;
font-family:Arial;
color:black;
width:100%;
text-align:left;
padding-left:3px;
padding-bottom:1px;
text-decoration:none;
border:1pt #FF9900 solid;
z-index:99;
}
A.MenuItem:VISITED {
color:black;
text-decoration:none;
}
A.MenuItem:LINK {
color:black;
text-decoration:none;
}
A.MenuItem:ACTIVE {
color:gold;
text-decoration:none;
}
A.MenuItem:HOVER {
font-size:8pt;
font-family:Arial;
color:white;
background:#CC0000;
text-decoration:none;
border:1pt white outset;
/*border:1pt gray outset;*/
/*
color:red;
background:silver;
text-decoration:none;
border:1pt white outset;
*/
}


