<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*
{
	margin: 0;
	padding: 0;
}

.bottom
{
	clear: both;
}

body
{
	margin: 0;
	padding: 0;
	background-image: url('../images/tlo.jpg');
	background-repeat: repeat-x;
	background-color: #FFF;
	color: #454347;
	font-size: 80%;
	font-family: arial, verdana, sans-serif;
}

img
{
	border: 0;
}

#topCont
{
	margin: 0 auto;
	width: 900px;
	height: 200px;
	background: #fff;
	font-weight: bold;
}

#top
{
	margin: 0 auto;
	width: 900px;
	height: 50px;
	background: #000;
	font-weight: bold;
}

#topleft
{
	float: left;
	width: 225px;
	height: 32px;
	font-size: 85%;
	padding: 18px 0 0 25px;
	color: #666;
}

#topleft a
{
	color: #FC0;
	text-decoration: none;
}

#topleft a:hover
{
	color: #FFF;
	text-decoration: none;
}

#topright
{
	float: left;
	width: 625px;
	height: 34px;
	padding: 16px 25px 0 0;
	text-align: right;
	font-size: 120%;
	color: #999;
}

#header
{
	margin: 0 auto;
	width: 900px;
	height: 200px;
	background: #000;
}

#headerleft
{
	float: left;
	width: 300px;
	height: 200px;
	background: #333;
}

#headerright
{
	float: left;
	width: 600px;
	height: 200px;
	background: #333;
}

#headerright h1
{
	margin: 50;
	padding: 65px 30px 0 0;
	font-weight: normal;
	font-size: 300%;
	letter-spacing: -2px;
	color: #FFF;
	text-align: right;
}

#headerright h2
{
	margin: -10px 0 0 0;
	padding: 0 30px 0 0;
	font-weight: normal;
	font-size: 200%;
	letter-spacing: -1px;
	color: #FC0;
	text-align: right;
}

#mainCont
{
	width: 100%;
}

#main
{
	margin: 0 auto;
	width: 900px;
	height: 100%;
	background: #FFF url('../images/bg_main.jpg') repeat-y;
	background: #FFF url(images/bg_main.jpg) repeat-y;	
}

#mainmenu
{
	float: left;
	width: 250px;
	height: 100%;
	padding: 15px 0 0 0;
	font-size: 85%;
	font-weight: bold;
	background: #F1F1F1;
}

#mainmenu ul
{
	list-style-type: none;
	margin: 0 0 30px 0;
}

#mainmenu a
{
	display: block;
	padding: 7px 0 7px 20px;
	width: 240px;
	text-decoration: none;
	color: #333;
}

#mainmenu a.active
{
	background: #A31212;
	color: #FFF;
}

#mainmenu a:hover
{
	background: #5E5E60;
	color: #FFF;
}

#mainmenu p
{
	margin: 0 20px 15px 20px;
	color: #555;
	line-height: 160%;
	font-size: 80%;
}

#mainmenu p span
{
	color: #222;
	font-size: 125%;
}

#maincontent
{
	float: right;
	background: #fff;
	width: 600px;
	height: 100%;
	padding: 15px 20px 0 20px;
	font-family: arial, verdana, sans-serif;
	font-size: 9pt;
	color: #454347;
	text-align: justify;
	line-height: 130%;
}

#maincontent p
{
	margin: 0 0 15px 0;
	padding: 0;
}

#maincontent h1
{
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: normal;
	font-size: 140%;
	color: #454347;
}

#maincontent span
{
	color: #00A0E1;
	font-size: 125%;
	font-weight: bold;
	line-height: 80%;
}

#maincontent a
{
	color: #A31212;
	text-decoration: underline;
}

#maincontent a:hover
{
	color: #A31212;
	text-decoration: none;
}

#maincontent img
{
	float: right;
	margin: 0 0 15px 15px;
	padding: 5px;
	border: 1px solid #CCC;
}

#maincontent ul
{
	margin: 0 0 15px 30px;
	list-style-type: square;
	color: #454347;
}

#maincontent ol
{
	margin: 0 0 15px 30px;
	list-style-type: decimal;
	color: #454347;
}

#maincontent blockquote
{
	margin: 0 0 15px 20px;
	padding: 0 0 0 15px;
	border-left: 3px solid #FC0;
}

#maincontent ul li span
{
	color: #000;
}

#footerCont
{
	width: 100%;
}

#footer
{
	margin: 0 auto;
	padding: 10px 0 10px 0;
	width: 900px;
	color: #999;
	font-size: 100%;
	background: #FFF;
	border-top: 1px solid #A31212;
	text-align: center;
}

#footer span
{
	font-size: 150%;
	text-align: center;
	font-weight: bold;
}

#footer a
{
	color: #A31212;
	text-decoration: underline;
}

#footer a:hover
{
	color: #A31212;
	text-decoration: none;
}

#footerleft
{
	float: left;
	width: 425px;
	padding: 15px 0 15px 25px;
}

#footerright
{
	float: left;
	width: 425px;
	padding: 15px 25px 15px 0;
	text-align: right;
}

table.table1 
{
	width: 100%;
	background-color: transparent;
	padding: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 9pt;
	color: #454347;
	text-align: left;
	line-height: 130%;
	border:solid #CCCCCC 1px;
	border-collapse:collapse;
}

td.border 
{
	background-color: #F7F7F8;
	border:solid #CCCCCC 1px;
}</pre></body></html>