/* Styles for HOOB */

td {
	font-family:arial,helvetica,sans-serif;
	font-size:8pt;
	}
	
a {
	text-decoration:none;
	color:#666;
	font-weight:bold;
	border-bottom:1pt dotted #ccc;
	}
	
a:hover {
	color:#c00;
	border-bottom:1pt solid #c00;
	}	
	
.subhead {
	color:black;
	font-size:9pt;
	}	
	
a.subhead {
	color:black;
	}	
	
.subhead {
	font-size:13pt;
	font-weight:bold;
	}	
	
.pagehead {
	font-size:14pt;
	}	
	
/* when printing, don't print the grey backgrund color */

@media print { 
	body { 
		background-color: white; 
		} 
	}
	
/* header styles */

.header {
	border-bottom: 1pt solid #ccc;
	}

.menu td {
	border-left:1pt solid black;
	cursor:hand;
	}

.menu a {
	color:black;
	text-decoration:none;
	font-weight:normal;
	border:none;	
	}

.menu .selected {
	background-color:black;
	}
	
.menu .selected a, .menu .selected a:hover {
	color:white;
	border:none;	
	}	
	
.footer td, .footer td a, .credits td a {
	background-color:black;
	color:white;
	text-decoration:none;
	font-weight:normal;
	border:none;	
	}	
	
.footer td a:hover, .credits td a:hover {
	color:#fc0;
	border:none;	
	}				

/* header styles */
.logo a, .logo a:hover {
	border:none;
	}		

/* form styles */
	
.required {
	color:#c00;
	font-size:80%;
	}
	
.textInput {
	border:1px solid #999;
	}	
	
.imgLink {
	border:none;
	}	