@charset "utf-8";
/* CSS Document */

<style type="text/css">
<!--
body {
	background-image: url(images/bg.jpg);
}
body {
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
}
h1 {
	font-size: 20pt;
	color: #4A5978;
}
h2 {
	font-size: 16px;
	color: #C00;
	line-height: 16px;
}
h3 {
	font-size: 15px;
	color: #666;
	font-style:italic;
	line-height: 1px;
}
h1,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #666;
}
.class1 a:link {
	color: #4B4B4B;
	font-size:12px;
	font-style: bold;
	line-height: 5px;
	text-decoration: none;
}
.class1 a:visited {
	text-decoration: none;
	color: #4B4B4B;
}
.class1 a:hover {
	text-decoration: none;
	font-style:oblique;
	color: #4B4B4B;
}
.class1 a:active {
	text-decoration: none;
	color: #4B4B4B;
}
.class2 {
	font-size:10px;
	color: #ffffff;
	text-decoration: none;

}
.class2 a:link {
	color: #ffffff;
	text-decoration: none;
}
.class2 a:visited {
	text-decoration: none;
	color: #ffffff;
}
.class2 a:hover {
	text-decoration: none;
	color: #ccc;
}
.class2 a:active {
	text-decoration: none;
	color: #ccc;
}
.class3 a:link {
	color: #fff;
	font-size: 2px;
	text-decoration: none;
	float:right;
}
.class3 a:visited {
	text-decoration: none;
	color: #666;
}
.class3 a:hover {
	text-decoration: none;
	color: #666;
}
.class3 a:active {
	text-decoration: none;
	color: #666;
}

#sidebar {border-top: 1px solid #63becf; border-left: 1px solid #63becf; border-bottom: 3px solid #63becf; border-right: 3px solid #63becf;width: 100px; height: 200px; padding: 5px 3px 5px 3px; margin: 0px 0px 5px 5px;}
#wrapper {width: 1000px; margin: 0 auto; text-align: left; background-color:#fff;  } 
#header { width: 1000px; height: 75px; background-image:url(../images/header.png); background-position:right; background-repeat:no-repeat; background-color:#495976; }
#footer {width: 1000px; height: 50px; margin: 0 auto; text-align: center; background-color:#495976; } 


</style>