@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFFFFF;
	line-height:1.4em;
	letter-spacing:0px;
}
p, form,ul {
	margin: 0px;
	padding: 0px;
}
table{
	font-size:100%;
}
img {
	border:none;
}

a{ color:#205A7E; text-decoration:none;}
a:hover{ color:#205A7E; text-decoration:underline;}

#container {
	width: 980px;
	_width: 982px;/* IE6 Judges width within border */
	margin: 0 auto;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 11px;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.clearfix { display: block; }

