@charset "utf-8";

body, html {
	background: url(../images/bg_pattern.gif) repeat-x #1F2B4A; 
	padding:0px; 
	margin:0px; 
	font-size:12px; 
	font-family:Arial, Arial Narrow, Trebuchet MS, Helvetica, Arial, Arial, sans-serif;
}
a:link {
	color:#334564;
	text-decoration:none;
}
a:active {
	color:#334564;
	text-decoration:none;
}
a:visited {
	color:#334564;
	text-decoration:none;
}
a:hover {
	color:#334564;
	text-decoration:underline;
}
input[type=text] {
	 font-size:11px; 
	 border: 1px solid #999999;
}
input[type=button] {
	 font-size:11px; 
	 border: 1px solid #999999;
	 background-color:#FFFFFF;
}
input[type=submit] {
	 font-size:11px; 
	 border: 1px solid #999999;
	 background-color:#FFFFFF;
}
#footer {
	height:18px;
	clear:both; 
	padding:10px; 
	background:#52607E; 
	color:#FFFFFF;
}
#footer a:link, a:active {
	text-decoration:none;
	color:#FFFFFF;
}
#footer a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
#footer a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}