@charset "utf-8";
body {
	font: 12px/1.5 Verdana, Geneva, sans-serif;
	text-align: center;
	margin: 0px;
	background: #FFF url(../images/background/blue.png);
	color: #333;
}
#container {
	text-align: left;
	width: 745px;
	position: relative;
	margin: 6px auto 4px;
	background: #FFF;
}
#masthead {
	margin-bottom: 6px;
	padding-left: 12px;
}
#stan {
	border: 1px solid #666;
	width: 370px;
	color: #333;
	float: right;
	margin-bottom: 16px;
	margin-left: 18px;
	margin-top: 18px;
	padding: 2px;
	background: #CCC;
}

#footer {
	text-align: center;
	width: 755px;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 6px;
	color: #FFF;
	margin: 10px auto 2px;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
}
#footer a:visited {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}

.fltLt {
	float: left;
	margin-right: 20px;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}
.tblText {
	font-weight: bold;
	font-size: 11px;
}
a img {
	border-style: none;
}
a:link {
	color: #C00;
	text-decoration: none;
}
a:visited {
	color: #C00;
	text-decoration: none;
}
a:hover {
	color: #C00;
	text-decoration: underline;
}
a:focus {
	outline: none;
}

li {
	list-style: circle url(../none);
}

