/*** HBA style definitions ***/

body {
	background: white;
	text-decoration: none; 
	color: black; 
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;	
	}

table {
	background: white;
	text-decoration: none; 
	color: #828282; 
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;	
	}

.tableblack {
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-decoration: none; 
	color: black; 
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	}

.tabledotted {
	text-decoration: none; 
	color: white; 
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	border: 1px solid #000000;
	}

body.iframe  { color: #666666; font-weight: normal; font-size: 9pt; font-family: arial; text-decoration: none; background: white url(../mosaic/images/back.jpg) no-repeat fixed; scrollbar-3dlight-color: #FFFFFF; scrollbar-arrow-color: #000000; scrollbar-base-color: #FFFFFF; scrollbar-darkshadow-color: #FFFFFF; scrollbar-face-color: #FFFFFF; scrollbar-highlight-color: #000000; scrollbar-shadow-color: #000000; scrollbar-track-color: #FFFFFF }

.heading {
	text-decoration: none;
	color="#006dca"
	font-family: times;
	font-size: 12pt;
	font-weight: normal;
	}	


a:link {
	text-decoration: none;
	color: "#FF9900";
	font-family: arial;
	font-size: 9pt;
	font-weight: normal;
	}

a:visited {
	text-decoration: none;
	color: "#FF7500";
	font-family: arial;
	font-size: 9pt;
	font-weight: normal;
	}

a:active {
	text-decoration: none;
	color: "#FF7500";
	font-family: arial;
	font-size: 9pt;
	font-weight: normal;
	}

a:hover {
	text-decoration: none;
	color: "#33ccff";
	font-family: arial;
	font-size: 9pt;
	font-weight: normal;
	}



