body {
	/*background-color: #6591CD;
 	background: #6591CD url('../images/background.png') repeat-x fixed;         */
 	background-color: #C0C0C0; /*background-color: #E5E5E5;*/;
	border-style: solid;
	border-width: 0;
	border: 0;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	scrollbar-face-color: #CCCC00;
	scrollbar-arrow-color: black;
	scrollbar-base-color: black;
	scrollbar-shadow-color: grey;
	scrollbar-darkshadow-color: black;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: grey;
	scrollbar-track-color: #C0C0C0;
}
body, table {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
}
.sitecontent, .siteimage {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	width: 100%;
	padding: 0;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
* html .sitecontent, .siteimage {
	width: expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) > 1280 ? "1280px" : "100%");
}
.siteimage {
	position: absolute;
	z-index: -1;
}
p {
	line-height: 120%;
	text-align: justify;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #800080;
}
a.active {
	color: #FFFFFF;
	background-color: #3399FF;
}
a:hover {
	color: #FFFFFF;
	background-color: #3399FF;
}
blockquote {
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}
h1 {
	color: #800080;
	font-size: 24pt;
}
h2 {
	color: #999933;
	font-size: 18pt;
}
h3 {
	color: rgb(0,102,153);
	font-size: 16pt;
}
h4 {
	color: rgb(153,153,0);
	font-size: 14pt;
}
h5 {
	color: rgb(255,153,0);
	font-size: 12pt;
}
h6 {
	color: rgb(51,102,204);
	font-size: 10pt;
}
.pagebreak {
	page-break-before: always;
}
.verticaltext {
	writing-mode: tb-rl;
	filter: flipv fliph;
}
a.fpav {
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
a.fpav:visited {
	color: #0000FF;
}
div#qTip {
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: none;
	overflow: hidden;
	background: transparent;
	color: transparent;
	position: absolute;
	z-index: 20;
	width: 300px;
	height: auto;
}
div#qTipData {
	margin: 0px;
	padding: 10px;
	border: 1px solid #003399;
	border-right-width: 2px;
	border-bottom-width: 2px;
	display: visible;
	overflow: hidden;
	clip: auto;
	background: #e6ecff;
	color: #000066;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-opacity: 1;
	width: auto;
	height: auto;
}
/*
 * html div#qTip
                {  width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? 
                                      document.documentElement.clientWidth : document.body.clientWidth) > 300 ? "300px" : "99%"); 
                }
 */
}
