<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">td.header_column {
	height: 100px;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: large;
	background-image: url(../images_template1/header2_bg.jpg);
	background-position: top;
}

td.logo_area{
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #FFFFFF;

}

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 21px;
	background-color: #333333;
}

#Container {
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 11px;
	box-shadow: 10px 10px 10px grey, -10px -10px 10px grey;
}

#Header {
	height: auto;
	background-color: #003964;
	font-size: 30px;
	color: white
}

#SideBar {
	width: 150px;
	height: auto;
	background-color: #666666;
	float: left;
	font-size: 17px;
	text-align: center;
}

#SideBar li a {
	text-decoration: none;
	color: #FFF;
}

#SideBar ul {
	margin: 0;
	padding: 0;
}

#SideBar li {
	list-style-type: none;
	display: block;
	width: 150px;
	height: 30px;
	text-align: center;
	line-height: 25px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
}

#SideBar li:Hover {
	background-color: #003964;
}

#MainBody {
	width: 650px;
	height: auto;
	background-color: #FFFFFF;
	float: right;
}

#MainBody p {
	text-align: center;
}

#Mainbody li {
	text-align: left;
}

#Footer1 {
	height: auto;
	background-color: #666666;
	clear: both;
}

#Footer2 {
	height: 50px;
	background-color: #000000;
	clear: both;
}

#Menu {
	height: 60px;
	background-color: #1F1F1F;
}

#Menu ul {
	margin: 0;
	padding: 0;
}

#Menu li {
	list-style-type: none;
	float: left;
	display: block;
	width: 114px;
	height: 60px;
	text-align: center;
	line-height: 55px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
}

#Menu li a {
	text-decoration: none;
	color: #FFF;
}

#Menu li:Hover {
	background-color: #003964;
}

p.main {
	font-size: 20px;
	/*margin: 2px;*/
}

p.bold {
	font-weight: bold;
}

#MainBody.l {
	text-align: left;
}

p.linet {
	border-top: 5px solid #9A9A9A;
}

p.lineb {
	border-bottom: 5px solid #9A9A9A;
}

.if {
	float: left;
}

.if1 {
	float: left;
	margin-left: 10px;
}
</pre></body></html>