body {
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	background-color: #FFFFF4;
}

html {
	height: 100.1%
}

#Overall {
	border: 1px solid #085AA8;
}
	
html { height: 100.1%; }

A:link {
	color: #075AA8;
	text-decoration: underline;
}

A:visited {
	color: #075AA8;
	text-decoration: underline;
}

A:active {
	color: #075AA8;
	text-decoration: underline;
}

A:hover {
	color: #cc0000;
	text-decoration: underline;
}

A.dark:link {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:visited {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:active {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:hover {
	color: #99CCFF;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #090053;
	line-height: 1.5em
}

TD.dark {
	font-size: 11px;
	font-family : Verdana;
	color : #FFFFFF;
}

P.dark {
	font-size: 12px;
	font-family : Verdana;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #666666;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0A55A3;
}
hr {
	height:1px;
	background:#0A55A3 center;
	width: 75%;
	text-decoration: none;


}
ul li {
	line-height: 2.5em;
	list-style-image: url(images/stauber2.gif);
	list-style-position: outside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;

}
ol {
	list-style-type: decimal;
}
.dark {
	text-align: left;
}
