@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #9bb5d1;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #192D3E;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}
a {
	color: #005a94;
	text-decoration: underline;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #8cafcf;
	text-decoration: line-through;
}
.outline {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
