<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body{
padding:0;
margin: 0;
background: #cccccc;
}
.style{
height: 100%;
font-family: helvetica;
color: #000000;
font-size: 12pt;
font-weight: normal;
}

.header{
width: 100%;
height: 100px;
background: #ffffff;
font-size: 14pt;
}

.tagline{
	float: left;
	padding-top: 55px;
}

.headertext{
padding-top: 10px;
padding-left: 20px;
}

.headertext  a{
font-size: 20pt;
color: #000000;
}

.headerlogo{
height: 80px;
width: 160px;
float: left;
margin-bottom: 10px;
margin-left: 10px;
margin-top: 15px;
}

.headerpic{
width: 690px;
float: left;
background: transparent;
}

.headerleft{
float: left;
width:400px;
height: 90px;
}

.headlogo{
margin-top: 20px;
margin-left: 20px;
}

.menu{
border-top-width: 1px;
border-top-color: #777777;
border-top-style: solid;
height: 30px;
width: 980px;
background-color:#336699;
background-image:url('images/menubg.jpg');
}

a:hover 
{ color: #ffffff;
}

a{
text-decoration: none;
font-weight: normal;
color: #cccccc;
font-size: 11pt;
font-family: Georgia, Serif, arial;
}

.stdlink a:hover 
{ color: #101040;
}

.stdlink a {
text-decoration: underline;
font-weight: normal;
color: #101060;
font-size: 11pt;
font-family: Georgia, Serif, arial;
}


.menulink{
float: left;
height: 30px;
padding-left: 17px;
padding-right: 17px;

background-repeat:repeat-x;
border-right-width: 1px;
border-right-color: #777777;
border-right-style: solid;
font-weight: bold;
}

.menutext{
margin-top: 7px;
}

.menu2{

height: 25px;
width: 1000px;
background: #333333;
background-image:url('images/menubg.jpg');
background-repeat:repeat-x;
}

#menu2 a{
font-size: 11pt;
color: black;
}

#menu2 a:hover {
color:#ffe139;
}
.menulink2{
float: left;
padding-top: 5px;
margin-top: 1px;
text-align: center;
margin-left: 0px;
}


.main{
width: 1000px;
float: left;
margin-top: 10px;
margin-bottom: 10px;
}


.main2 {
width: 700px;
height: 600px;
margin-left: 100px;
float: left;
margin-top: 50px;
}


.pagehead{
float: left;
width: 995px;
padding-left: 5px;
padding-bottom: 20px;
}

.index{
width: 980px;
float: left;
background: #ffffff;
border: #999999 solid 1px;
}


.pgindextitle{
font-size: 13pt;
font-weight: bold;
color: #003377;
padding-bottom: 10px;
}

.pgintrotitle{
font-size: 13pt;
font-weight: bold;
color: #003377;
padding-bottom: 10px;
}

.pgintromain{
width: 690px;
float: left;
font-weight: bold;
padding-left: 5px;
}

.pgintromain2{
width: 700px;
float: left;
font-weight: bold;
margin-left: 5px;
}

.pgintromain a{
color: #003377;
font-family: arial;
}

.pgintromain a:hover{
color: #ff7722;
}

.pgcompanyintro{
width: 620px;
margin-bottom: 5px;
float: left;
}

.pgintrobox{
width: 580px;
float: left;
}


#pgintrobox a{
	color: #990000;

}

.pgintrocontent{
width: 650px;
float: left;
padding-left: 30px;
padding-top: 30px;
font-size: 11pt;
padding-bottom: 20px;
font-weight: normal;
color: #000000;
}

.pgintroside{
width: 265px;
float: left;
font-weight: bold;
padding-top: 10px;
clear:right;
position:relative;
padding-bottom: 20px;
background: #eeeeee;
}

.pgsidebar{
margin-top: 5px;
width: 240px;
float: left;
padding-left: 10px;
}

.pgsidebartitle{
font-size: 12pt;
font-weight: bold;
color: #ffffff;
padding-left: 15px;
padding-top: 5px;
padding-bottom: 3px;
border-bottom: 1px solid #cccccc;
width: 223px;
background-color: #669944;
float: left;
height: 20px;
margin-top: 10px;
}

.pgsidebartitle2{
font-size: 11pt;
font-weight: bold;
color: #003377;
padding-left: 15px;
padding-top: 7px;
padding-bottom: 2px;
border-bottom: 1px solid #cccccc;
width: 223px;
background-color: #eeeeee;
float: left;
height: 20px;
margin-top: 5px;
}

.pgsidebarbox{
	padding-left: 18px;
}

.pgsidebarpic{
	margin-bottom: 10px;
	border: 1px solid #003377;
}


.picdetail{
width: 210px;
float: left;
padding-right: 15px;
}

.leftservice{
width: 237px;
float: left;
padding-top: 10px;
padding-bottom: 10px;
}

#links ul {
        list-style-type: none;
        width: 237px;
		padding: 0px;
		margin: 0px;
}

#links li {
        border-bottom: 1px dotted #cccccc;
        border-width: 1px 0;
        margin: 0;
}

#links li a {
        color: #003377;
        display: block;
        font: normal 10pt Arial, Helvetica, sans-serif;
        padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 15px;
        text-decoration: none;
}

 * html #links ul {  /* make hover effect work in IE */
	padding: 0;
	margin: 0;
}

 * html #links li a {  /* make hover effect work in IE */
	margin: 0;
}

#links li a:hover {
        background: #eee;
		text-decoration: none;
}

#links a em {
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%;
}

#links a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}

.indexbottom{
width: 100%
}

.pgintrofocus{
	color: #336699;
	border: 1px solid #cccccc;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
	background-color: #eeeeee;
	width: 500px;
}

.pgintrofocustitle{
font-size: 13pt;
font-weight: bold;
color: #003377;
padding-bottom: 10px;
padding-left: 15px;
}

.pgintrofocus a{
	color: #003377;
}

.pgintrofocus a:hover{
	text-decoration: underline;
}


.sidebar {
left:20px;
float:left;
height: 100%;
width: 300px;
margin-top: 10px;
padding:0px;
}
.trbox, .trbox div.tc, .trbox div.bc
{ background-color:transparent; }
.trbox div.tc, .trbox div.bc,.trbox div.tc div.L1, .trbox div.tc div.L2, .trbox div.tc div.L3,.trbox div.bc div.L1, .trbox div.bc div.L2, .trbox div.bc div.L3
{ font-size:0px;padding:0;display:block; }
.trbox div.tc div.L1,.trbox div.tc div.L2,.trbox div.bc div.L1,.trbox div.bc div.L2
{ height:1px; line-height:1px; overflow:hidden; }
.trbox div.tc div.L1,.trbox div.bc div.L1
{ margin: 0 4px; }
.trbox div.tc div.L2,.trbox div.bc div.L2
{ margin: 0 2px; border-width:0 2px; border-style:solid; }
.trbox div.tc div.L3,.trbox div.bc div.L3
{margin: 0 1px; border-width:0 1px;    border-style:solid; height:2px; overflow:hidden; }
.trbox .content
{ height:100%; border-left-style:solid; border-left-width:1px;    border-right-style: solid;border-right-width:1px;    margin:0; overflow:hidden; }
/* Left-side border color */
.trbox .content
{ border-left-color:#cccccc; border-right-color:#cccccc; }
/* Top border color */
.trbox div.tc div.L1
{ background-color:#cccccc; }.trbox div.tc div.L2,.trbox div.tc div.L3 { border-color:#cccccc;}
/* bottom border color */
.trbox div.bc div.L1
{ background-color:#cccccc; }
.trbox div.bc div.L2,.trbox div.bc div.L3
{ border-color:#cccccc;}
/* -- Default params for where content is ---- */
.trbox .content
{ background-color:#ffffff; }
.trbox div div.L2, .trbox div div.L3 {background-color:#ffffff;}
.trbox { margin:3px; width:100%;}
.trbox .content { padding:0px;}

.studyname{
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}

.studyicon{
	float: left;
}

.studybox{
	padding-left: 20px;
	padding-top: 10px;
	width: 290px;
	height: 50px;
	float: left;
}

.studylink{
	padding-left: 20px;
	padding-top: 20px;
	float: left;
	width: 250px;
	height: 160px;
}


.studylink2{
	padding-left: 20px;
	padding-top: 20px;
	width: 250px;
}


.reportcontent{
padding-left: 30px;
padding-top: 30px;
font-size: 11pt;
padding-bottom: 20px;
font-weight: normal;
color: #000000;
float: left;
width: 540px;
}

#report a{
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
	color: #003377;
}

#report a:hover{
	text-decoration: underline;
}

.pdficon{
	width: 17px;
	border:0;
	float: left;
	padding-right: 5px;
}

.pdficon_nofloat{
	width: 17px;
	border:0;
	padding-right: 3px;
	padding-left: 10px;
}

#directlink a{
	font-size: 10pt;
	font-weight: normal;
}

#directlink a:hover{
	font-size: 10pt;
	text-decoration: none;
	font-weight: normal;
}

.contactwrap{
	padding-left: 12px;
	width: 480px;
	height: 285px;
}

.contactinfo{
	width: 230px;
	float: left;
	padding: 3px 20px 0 20px;
}

.contacttitle{
	font-weight: bold;
	padding-bottom: 10px;
}

.contactdetail{
	font-size: 9pt;
}

.contactpic{
	float: left;
	width: 200px;
}

.returnlink{
	width: 600px;
	padding-left: 20px;
	float: left;
	padding-bottom: 20px;
}

.button{
	background-image: url('images/button.jpg');
	background-repeat: no-repeat;
	height: 35px;
	width: 130px;
	padding-top: 10px;
	text-align: center;
}

.pdfsbar{
	width: 237px;
}

.sbaricon{
	width: 17px;
	border:0;
	float: left;
	padding-right: 5px;
	padding-left: 10px;
}</pre></body></html>