@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 2em;
}
a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
}h1 {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	margin: 0px;
	padding: 0px;
}
strong {
	color: #CC0000;
}
div {
	margin-left: 20px;
}

