a {
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.Menu {  
	color: #0000CC;
	background-color: #CCFFFF;
	border: 1px solid blue;
	position: absolute; 
	z-index:1; 
	left: 100px; 
	top: 128px; 
	width: 560px;
	visibility: hidden;
}
.Menu a{
	color: blue;
	text-decoration: none;
}
.Menu a:hover{
	text-decoration: underline;
}
.Menu td{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	padding: 5px;
}
.Menu ul{
	margin-top: 0px;
}
.MenuBold {
	font-weight: bold;
}
.MenuBox {
	border-top: 1px solid blue;
	border-bottom: 1px solid blue;
}
.menuCell {
}
.nextPageLink {
	font-style: italic;
	color: red;
}
.nextPageLink a:hover{
	text-decoration: underline;
}
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14px;
	padding: 4px;
}
body.main {
	padding: 0px;
	margin: 0px;
}
.informationBox {
	background-color: #EFEFEF;
	border: 1px solid #666666;
	font-size: 12px;
}
.informationBox img{
	border: 0;
}
.informationBox a:hover{
	text-decoration: underline;
}
.informationBox th{
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}
.informationBox li{
	margin-top: 5px;
}
.informationBox ol{
	margin-top: 10px;
}
.informationBox ul{
	margin-top: 10px;
}
.topMenu {
	font-size: 12px;
	font-weight: bold;
}
.topMenu a{
	text-decoration: none;
}
.topMenu a:hover{
	text-decoration: underline;
}
#HPIFrame {
    width: 100%; 
	height: 98%; 
	scrolling: auto;
}
.captions{
	font-size: 12px;
	font-style: italic;
}
.picture-border{
	border: 2px solid #0000FF;
	border-top-width: 4px;
	border-left-width: 4px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #000066;
	text-align: center;
}
h4 {
	font-size: 16px;
	text-align: center;
}
ul {
	text-align: left;
}
img {
	border: 1px solid black;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.sectionHeading1 {
	font-weight: bold;
}
.sectionHeading2 {
	font-weight: bold;
	font-style: italic;
}
.underlined {
	text-decoration: underline;
}
#homepageFooter {
	color: white;
	font-size: 12px;
	font-weight: normal;
	text-alignment: center;
	background-color: gray;
	padding: 5;
}
#homepageFooter a{
	color: #FFFFCC;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	background-color: gray;
}
#homepageFooter a:hover{
	color: red;
}
/* double definiton of cursor is due to IE/Netscape incompatibility.  IE uses "hand"
while Netscape follows the CSS standard and uses "pointer".  This approach assumes IE
will ignore the first line and use the second line instead.
*/
.pointer{
	cursor: pointer;
	cursor: hand;
}