/* CSS Document */

<!--
body {
	background-color: #0033cc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.link_font {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #0000FF;
	
}
.content {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #ffffff;
	
}
.content_bold {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	
}
.header {
	font-family: "Trebuchet MS";
	font-size: 35px;
	font-weight: bold;
	color: #a1cbe8;
	
}
a:link {
    
	color: #0000FF;
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
.style7 {font-family: "Trebuchet MS" }
.style9 {font-family: "Trebuchet MS" }

#Layer1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 780px;
	top: 126px;
}
-->