@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;
}
.txtNormBold {
	font-weight: bold;
}
.txtNormSmall {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
}
.txtNormBoldDarkBlue {
	font-weight: bold;
	color: #000099;
}
.txtRed {
	color: #FF0000;
}
.txtBlue {
	color: #0000FF;
}
.txtDarkBlue {
	color: #000099;
}
.txtNormBoldRed {
	font-weight: bold;
	color: #FF0000;
}
.txtNormBoldRed150 {
	font-weight: bold;
	color: #FF0000;
	font-size: 150%;
}
a:visited {
	color: #0000FF;
}
#openList {
	line-height: 150%;
}
.calDateFormat {
	font-weight: bold;
	color: #0000FF;
}
.boxheadline {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background: #0000FF;
	vertical-align: top;
}
.moreTxt {
	font-size: 80%;
	color: #0000FF;
}
h1 {
	font-size: 135%;
	color: #000099;
	font-weight: bold;
}
h2 {
	font-size: 125%;
	color: #000099;
	font-weight: bold;
}
h3 {
	font-size: 110%;
	color: #000099;
	font-weight: bold;
}
h4 {
	font-size: 100%;
	color: #000099;
	font-weight: bold;
}
.h4_ul {
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
	color: #000099;
}
.txt80NOTE {
	font-size: 80%;
	font-weight: bold;
	font-style: italic;
}
.txtNormUnlDarkBlue {
	color: #000066;
	text-decoration: underline;
}
.txtNormBoldBlue150 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #000099;
}
