/*  Just the usual class descriptions. Some of these are unused.  */
/* p {
	margin-top: 5
	margin-bottom: 5px;
}*/
.textLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #003399;
	text-decoration: underline;
}
.textLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #666;
	text-decoration: underline;
}
.textLinkBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}
.textLinkBold:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	color: #666;
	text-decoration: underline;
}
.textLinkImitator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
}
.body1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 10px;
}
.body1bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 10px;
}
.smallbody1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 14px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #0000a0;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 10px;
}
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	/*line-height: 14px;*/
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 15px;
}
.head1black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 5px;
}
.head2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
.head2black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
.legaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
.legaltextbold {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	color: #A9AE9A;
	text-decoration: none;
}

.legaltextbold:hover {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
.sidebar1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 14px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 10px;
}

/*  ID descriptions  */



/*  NEW Replace the whole sidebar section NEW */
#sidebar {
	margin: 10px;
	padding: 10px;
	border-top: 1px #666 solid;
	border-bottom: 1px #666 solid;
	background: #E7E8D7;
}
#sidebar2 {
	margin: 10px;
	padding: 10px;
	background: #ffffff;
}

/*  These control navigational styles/behaviors  */
	
#globalnav { 
	margin: 0px 0px;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	text-decoration : none;
	letter-spacing: .1em;
	color: #FFF;
	border-top : 1px #FFF solid;
	background : #827E6E;
}
#topnav { 
	margin: 0px 0px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	text-decoration : none;
	color: #FFF;
	background: transparent;
	width: auto;
}

#topnav a:link {
	color : #FFF;
	text-decoration : none;
}
#topnav a:visited {
	color : #FFF;
	text-decoration : none;
}	
#topnav a:hover {
	color : #000;
	text-decoration : none;
}	
#topnav a:active {
	color : #FFF;
	text-decoration : none;
}
	
#topnav1 { 
	margin: 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration : none;
	color: #FFF;
	background: transparent;
}
#topnav1 a:link {
	color : #FFF;
	text-decoration : none;
}
#topnav1 a:hover {
	color : #000;
	text-decoration : none;
}	
#topnav1 a:active {
	color : #FFF;
	text-decoration : none;
}
#topnav1 a:visited {
	color : #FFF;
	text-decoration : none;
}
.datetext {
	margin: 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration : none;
	color: #FFF;
	background: transparent;
	letter-spacing: .1em;
}
#pagenav { 
	margin: 0px 0px;
	padding: 9px, 0px, 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	text-decoration : none;
	letter-spacing: .1em;
	color: #666;
	background: #FFF;
	width: auto;
}
#pagenav a:visited {
	color : #999;
	text-decoration : none;
	}	
#pagenav a:link {
	color : #999;
	text-decoration : none;
	}
#pagenav a:hover {
	color : #333;
	text-decoration : none;
	}	
#pagenav a:active {
	color : #999;
	text-decoration : none;
	}
#sectionnav { 
	margin: 0px 0px;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	text-decoration : none;
	letter-spacing: .1em;
	color: #666;
	border-top: 1px #666 solid;
	background: #FFF;
}

/*   Main Navigation  */
ul.rollmenu {
	width: 168px;
	list-style-type: none;
	margin: 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	text-decoration : none;
	letter-spacing: .1em;
	color: #FFF;
	border: 0;
	background : #827E6E;
	}
ul.rollmenu li {
	font-weight: normal;
	border-top: 1px #FFF solid;
    margin: 0;
	padding: 0px;
	}
ul.rollmenu li.selected {
	width: 168px;
	font-weight: normal;
   	text-decoration: none;
   	color: #FFF;
   	background-color: #333;
	}	
ul.rollmenu a {
	width: 168px;
	font-weight: normal;
   	text-decoration: none;
   	color: #FFF;
   	background-color: #827E6E;
   	display: block;
   	margin: 0 0 0 -10px;
	padding: 5px;
	}
ul.rollmenu a:hover {
	color: #FFF;
    background-color: #333;
	} 
ul.rollmenu a.selectedlink {
	width: 168px;
	font-weight: normal;
   	text-decoration: none;
   	color: #FFF;
   	background-color: #333;
	display: block;
   	margin: 0 0 0 -10px;
	padding: 5px;
	}	

/* Products Menu */
ul.pagemenu {
	width: 168px;
	list-style-type: none;
	margin: 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	text-decoration : none;
	letter-spacing: .1em;
	color: #333;
	border: 0;
	background-color: #ffffff;
	padding-top: 0px;
	}
ul.pagemenu li {
	font-weight: normal;
	border-top: 1px #333 solid;
    margin: 0;
	padding-top: 0px;
	}
ul.pagemenu ul {
	list-style-type: none;
    margin: 0px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
    }
ul.pagemenu a {
	width: 168px;
	font-weight: normal;
   	text-decoration: none;
   	color: #333;
   	display: block;
	margin: 0 0 0 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding: 5px;
	}
ul.pagemenu a:hover {
	color: #333;
    background-color: #CCC;
	} 

	
