@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Century Gothic;
	font-size: 13px;
	line-height:20px;
}
body {
	background-color: #F3D54D;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	margin-top: 0px;
	margin-bottom: 0px;
}


	

div.header {
	background-image:url(png/logo.png);
	height:290px;
	width:100%;
	position:absolute;
	top: 0%;
	background-repeat:no-repeat;
	z-index:0;
	visibility:visible;
	background-position:center;
}

div.menu {
	width:100%;
	visibility:visible;
	z-index:1;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #16AEA9;
}
a:active {
	text-decoration: none;
	color: #000;
}

a {
	font-weight: bold;
}

a.one:link {
	color:#16AEA9;
	text-decoration:none;
	
}
a.one:visited {
	color: #16AEA9;
	text-decoration:none;
}
a.one:hover {
	color: #ffffff;
	text-decoration:none;
}

a.two:link {
	font-family: "Century", Georgia, "Times New Roman", Times, serif;
	color:#000000;
	text-decoration:none;
	font-size:14px;
	
}
a.two:visited {
	font-family: "Century", Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration:none;
	font-size:14px;
}
a.two:hover {
	font-family: "Century", Georgia, "Times New Roman", Times, serif;
	color: #16AEA9;
	text-decoration:none;
	font-size:14px;
}
a.two:active {
	font-family: "Century", Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration:none;
	font-size:14px;
}

