<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
background:url(images/back_strip.jpg) repeat-y top left #fff;
margin:0px;
font: 8pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
color:#413e35;
}

A:link{ color:#999999; text-decoration:none; }
A:hover{ color:#6C8EFF; text-decoration:underline; }
A:active{ color:#999999; text-decoration:none; }
A:active:hover{ color:#6C8EFF; text-decoration:underline; }
A:visited{ color:#999999; text-decoration:none; }
A:visited:hover{ color:#6C8EFF; text-decoration:underline; }


#wrap{
width:800px;
margin-left:auto;
margin-right:auto;
float: left;
}

#sidebar{
float:left;
text-align:left;
margin-top: 10px;
width:195px;
}

#navcontainer{
margin-left: 10px;
}

#container{
width:565px;
margin-left:201px;
border-left:#CCCCCC 1px solid;
border-left: none;

}

.inlet{
position: relative;
margin-left: 20px;
}

#content1{
width:270px;
padding:20px;
text-align:justify;
}

.content2{
padding:20px;
padding-bottom:0px;
text-align:justify;
}

.content2 a:link, .content2 a:visited{
color: #6C8EFF;
}


h3{
text-align: left;
color: #0f4d6a;
font-size: 14pt;
font-weight: bold;
}

h2{
text-align: left;
color: #0f4d6a;
font-size: 12pt;
font-weight: bold;
}


#title{
width: 575px;
height:100px;
margin-top:0px;
border-bottom:#CCCCCC 1px solid;
border-bottom: none;
text-align:left;
font-size:10pt;
letter-spacing:-1px;
color:#CCCCCC;
}

#footer{
text-align:center;
font-size:10px;
height:30px;
margin-top:10px;
border-top:#CCCCCC 1px solid;
}

#navlist
{
padding: 0 1px 1px;
margin-left: 0;
font: bold 12px Verdana, sans-serif;
background:#F3F3F3;
width: 16em;
}

#navlist li
{
list-style: none;
margin: 0;
border-top:#CCCCCC 1px solid;
text-align: right;
}

#navlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
background: #F3F3F3;
text-decoration: none;
}

#navlist li a:link { color: #6C8EFF; }
#navlist li a:visited { color: #6C8EFF; }

#navlist li a:hover
{
border-color: #FE3;
color: #666666;
background: #FFFFFF;
}

table.sample {
	border-width: 3px 3px 3px 3px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: rgb(238, 238, 238) rgb(238, 238, 238) rgb(238, 238, 238) rgb(238, 238, 238);
	border-collapse: collapse;

}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dashed dashed dashed dashed;
	border-color: gray gray gray gray;

	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: dashed dashed dashed dashed;
	border-style: solid solid solid solid;
	border-color: #cccccc;

	-moz-border-radius: 0px 0px 0px 0px;
}
</pre></body></html>