<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	background-image: url(../images/bg_web2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}

* html body {
	font-size: x-small; /* for IE5/Win */
	font-family: "Times New Roman", Times, serif;  /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	f\ont-family: "Times New Roman", Times, serif; /* for other IE versions */
}


/*-------- HEADER STYLES ---------*/

#headerContainer {
	width: 760px;
	height: 226px;
	margin-left: auto;
	margin-right: auto;
}

/*-------- CONTENT STYLES ---------*/

#contentContainer {
	width: 604px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -3px !important;
	background-image: url(../images/bgBody2.jpg);
	background-position: bottom;
}
#contentContainer #menu{
	list-style:none;
	padding:0;
	color:#00644A;
}
#contentContainer #menu a{
	color:#00644A;
	font-weight:bold;
	text-decoration:none;
}
#contentContainer #menu a:hover{
	text-decoration:underline;
}
#contentContainer #menu li{
	display:inline;
	padding:0 3px 0 10px;
	border-left:2px solid #000;
}
#contentContainer #menu li#active{
	color:#000;
	font-weight:bold;
}
#contentContainer #menu li:first-child{
	margin-left:0;
	border-left:0;
}
#contentContainer #contentText {
	padding: 5px 50px 10px 50px;
	margin: 0 10px 20px 10px;
	text-align: justify;
}

#contentContainer #contentText p {
	font-size: 120%;
	line-height: 1.4em;
}

#contentContainer #contentText ul {
	font-size: 120%;
	line-height: 1.4em;
}

/*-------- PDF BUTTON STYLES ---------*/

#btnContainer {
	margin: 0 auto 30px auto;
	width: 350px
}

#btnContainer #btnLeft {
	background-image: url(../images/btn_left.jpg);
	background-repeat: no-repeat;
	width: 55px;
	height: 41px;
	float: left;
}

#btnContainer #btnText {
	font-size: 140%;
	font-weight: bold;
	padding: 6px 5px 6px 25px;
	margin-left: 55px;
	background-image: url(../images/btn_bg.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#btnContainer #btnText a {
	color: #FFFFFF;
	text-decoration: none;
}
#btnContainer a.hover {
	color: #000;
}

/*-------- FOOTER STYLES ---------*/

#footer {
	width: 604px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer p {
	font-size: 90%;
	margin-top: 5px;
	color: #999999;
}</pre></body></html>