html, body {
  height:100%;
  /* 
     this is needed for FireFox to expand the root table vertically:
     all nested tags around and including that table need a height setting of 100%.
     these tags are:  html > body > div > table
     the first two are set here, the last two in the html code (template's index.php).
  */
  }
body, p, td, th, tt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #015A9C;
	line-height: 18px;
	margin: 0px;
/*	SCROLLBAR-FACE-COLOR: #9CD6E1;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #015A9C;
	SCROLLBAR-3DLIGHT-COLOR: #015A9C;
	SCROLLBAR-ARROW-COLOR: #015A9C;
	SCROLLBAR-TRACK-COLOR: #D4EDF1;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
*/
  }

body {
	background-color: #8cb2da;
}

p.bt {
	padding-bottom: 4px;
}

p.bt_indent {
	padding-bottom: 4px;
	padding-left: 16px;
}

p.caption {
	font-style: italic; 
	font-size: 10px;
	padding-bottom: 2px;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #015A9C;
	line-height: 18px;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 4px;
	padding-left: 16px;
	font-weight:bold;
	background-image: url(../img/BulletSqr_Orange_12x12.gif);
	background-repeat:no-repeat;	
	background-position: 0px 15px;
}

a:link, a:visited {
	font-size: 12px;
	color: #015a9c;
	text-decoration: none;
	border: none;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
  }
a:hover {
	color:#015A9C;
	background-color: #DCE7F3;
	border: 1px solid #FF9900;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
  }
a:active {
  color:#ffffff;
  background-color: #015A9C; 
  }
  
hr {
	height: 1px;
	border: 0;
	color: #015A9C;
	background-color: #015A9C;
	text-align: left;
	margin-left: 0;
	margin-right: 15px;
}

.headline1 {
	font-family: AvantGarde, Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #015A9C;
	text-decoration: none;
	padding-bottom: 12px;
	padding-top: 14px;
	line-height: normal;
}

.headline2 {
	font-family: AvantGarde, Arial, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #015A9C;
	text-decoration: none;
	padding-bottom: 12px;
	padding-top: 6px;
	line-height: normal;
}

.topline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #015A9C;
	text-decoration: none;
	padding-bottom: 6px;
	line-height: 18px;
}

a.Stil2, a.Stil2:link, a.Stil2:visited {
	font-size:12px;
	font-weight: bold;
	color:#015A9C;
}

a.Stil2:active {
  color:#ffffff;
  background-color: #015A9C; 
}

a.Stil2:hover {
	background-color: #DCE7F3;
	border: 1px solid #FF9900;
}

.Stil2 {
	font-size:12px;
	font-weight:bold;
}

a.bt_link, a.bt_link:link, a.bt_link:visited {
	font-size:12px;
	color:#015A9C;
	padding:0px;
}

a.bt_link:active {
  color:#ffffff;
  background-color: #015A9C; 
}

a.bt_link:hover {
	color: #FF9900;
	padding:0px;
	border: none;
}

.bt_link {
	font-size:12px;
	font-weight:bold;
	padding:0px;
}

.actMenu {
	font-size: 12px;
	color: #015a9c;
	background-color: #DCE7F3;
	border: 1px solid #015A9C;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
}
.subhead2 {

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #015A9C;
	line-height: 18px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 4px;
	padding-left: 16px;
	font-weight:bold;
	background-image: url(../img/BulletSqr_Orange_10x10.gif);
	background-repeat:no-repeat;	
	background-position: 0px 14px;
}

td.whity {
	font-size:14px;
	color:#FFFFFF;
	padding-left:10px;
}

a.whity {
	font-size:14px;
	font-weight: bold;
	color:#99CCFF;
	text-decoration:none
}

a.whity:hover {
	color:#FFCC00;
	text-decoration:underline;
	background-color: transparent;
	border:none;
	padding-left: 4px;
	padding-right: 4px;
}
