@charset "utf-8";
/* CSS Document */
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}
p {
	color: #454545;
}
td {
	color: #454545;
}
ul li {
	color: #454545;
}
.act_headline {
	font-size: 175%;
	font-weight: bold;
	color: #009;
	line-height: 200%;
}
.txtNormBold {
	font-weight: bold;
}
.txtNormSmall {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
}
.txtTiny {
	font-size: 9px;
	font-family: Tahoma, Geneva, sans-serif;
}

.txtNormBoldDarkBlue {
	font-weight: bold;
	color: #000099;
}
.txtRed {
	color: #FF0000;
}
.txtBlue {
	color: #0000FF;
}
.txtWhite {
	color: #FFFFFF;
}
.txtDarkBlue {
	color: #000099;
}
.txtNormBoldRed {
	font-weight: bold;
	color: #FF0000;
}
.txtNormBoldRed150 {
	font-weight: bold;
	color: #FF0000;
	font-size: 150%;
}
a:link {
	color: #009;
}
a:visited {
	color: #009;
}
#openList {
	line-height: 150%;
}
.calDateFormat {
	font-weight: bold;
	color: #0000FF;
}
.boxheadline {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background: #009;
	vertical-align: top;
}
.boxheadlineLEFT { 
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	background: #009;
	vertical-align: top;
}
.boxheadlineGrey {
	text-align: left;
/*	font-weight: bold; */
	color: #333;
	background: #CCCCCC;
	vertical-align: top;
}
.moreTxt {
	font-size: 80%;
	color: #009;
}
h1 {
	font-size: 135%;
	color: #009;
	font-weight: bold;
}
h2 {
	font-size: 125%;
	color: #009;
	font-weight: bold;
}
h3 {
	font-size: 110%;
	color: #009;
	font-weight: bold;
	line-height: 200%;
}
h4 {
	font-size: 100%;
	color: #009;
	font-weight: bold;
}
.h4_ul {
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
	color: #009;
}
.txt80NOTE {
	font-size: 80%;
	font-weight: bold;
	font-style: italic;
}
.txtNormUnlDarkBlue {
	color: #009;
	text-decoration: underline;
}
.txtNormBoldBlue150 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #009;
}
img {
	border-style:none;
}
.txt_box {
/*	color: #F06; */
	font-weight: bold;
/*	padding: 0 5px; */
	border: 1px solid #F06;	
}
.act_coord {
	width: 320px;
	border: 1px solid #999;	
	margin: 0px 20px 10px 0;
	float: left;
}
.fl_left {
	width: 120px;
	float: left;
}
.act_arrows {
	width: 240px;
	font-size: 75%;
	font-weight:bold;
	text-align:right;
	margin: 10px 20px 10px 0;
	float: right;
}
.act_arrows a:link {
	text-decoration: none;
}
