/* CSS Document */
<!--
.png {filter:expression(PNG(this));}
body,td,th {
	font-family: Tahoma;
	font-size: 10pt;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #79aaee;
}
a:link {
	color: #538DDF;
}
a:visited {
	color: #538DDF;
}
a:hover {
	color: #66CCCC;
}
a:active {
	color: #538DDF;
}
div#header {
	height:229px;
	background-image:url(images/header_bg_01.jpg);
	text-align:center;
	}
div#menu {
	line-height:28px;
	background-color:#5a92df;
	text-align:center;
	}
#menu a:link, #menu a:visited, #menu a:active {
	text-decoration:none;
	color:#FFFFFF;
	background-image:url(images/spacer.gif);
	display:block;
	line-height:28px;
	text-align:center;
	}
#menu a:hover {
	text-decoration:none;
	color:#FFFFFF;
	background-image:url(images/button.gif);
	display:block;
	line-height:28px;
	text-align:center;
}
.menu_active {
	color:#FFFFFF;
	background-image:url(images/button.gif);
	display:block;
	line-height:28px;
	text-align:center;
}
div#wrapper {
	background-image:url(images/content_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#d5e4f9;
	float:left;
	width:100%;
	}
	
div#footer {
	background-image:url(images/footer_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#d5e4f9;
	float:left;
	width:100%;
	height:80px;
	}

.adv a:link, .adv a:visited, .adv a:active {
	text-decoration:none;
	color:#FFFFFF;
	background-image:url(images/spacer.gif);
	display:inline-block;
	width:101px;
	height:28px;
	}

.button {
	background-image:url(images/button2.gif);
	border:0;
	width:100px;
	height:24px;
	color:#FFFFFF;
	cursor:hand;
	}
-->