@CHARSET "ISO-8859-1";
body{
	margin: 0;
	background-color: #fff;
	font-size: 11px;
	font-family: Verdana, Georgia, Arial, Helvetica;
	line-height: 140%;
	color: #000;
}
A:link {color: #144e79; text-decoration:none}
A:visited {color: #144e79; text-decoration:none}
A:active {color: #144e79; text-decoration:underline}
A:hover {color: #144e79; text-decoration:underline}
h1{
	margin: 3px 0;
	font-weight: bold;
	font-size: 18px;
	color: #000;
}
hr{
	border: 0;
	height: 1px;
	color: #ccc;
	background-color: #ccc;
}
#container{
	width: auto;
	padding: 10px;
	background-color: #fff;
}