@charset "utf-8";
body,td,th {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;

}
body {
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {color: #000000;	text-decoration: none; }
a:visited {text-decoration: none;}
a:hover {text-decoration: underline; color: #616B74;}
a:active {text-decoration: none;}
a:visited {color: #000000;}
a:active {color: #616B74;}

#menuBottom {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	top: 185px;
}
#menuBottomContent {
	position:absolute;
	width:434px;
	height:313px;
	z-index:2;
	top: 189px;
}	

#footer {
   position:fixed;
   bottom:0;
   width:100%;
}	

div#wn	{
	position:relative;
	width:430px;
	height:280px;
	overflow:hidden;
}

a.footer_link:link {color: #666666;	text-decoration: none; }
a.footer_link:visited {text-decoration: none;}
a.footer_link:hover {text-decoration: underline; color:#FFFFFF}
a.footer_link:active {text-decoration: none;}
a.footer_link:visited {color: #666666;}
a.footer_link:active {color: #FFFFFF;}

.footer_font {
	font-size: 10px;
	color: #666666;
}
.content_title_h1 {
	font-weight:bold;
	font-size: 12px;
}
.content_title_h2 {
	font-size: 11px;
	color: #616B74;
}
.text_field {
	background-color:#e4e5e5;
	width:227px;
	border-color:#999999;
	border-width:1px;
}	
.email_field {
	background-color:#e4e5e5;
	width:245px;
	border-color:#999999;
	border-width:1px;
}	
.text_area {
	background-color:#e4e5e5;
	border-color:#999999;
	border-width:1px;
}	
.drop_down {
	background-color:#e4e5e5;
	width:231px;
	border-color:#999999;
	border-width:1px;
}	
.form_button {
	background-color:#e4e5e5;
	width:80px;
	border-color:#999999;
	border-width:1px;
	border-style:solid;
}	
