@charset "UTF-8";
/* CSS Document */



a:link {
	text-decoration: none;
	color: #660000;
}
a:visited {
	text-decoration: none;
	color: #663300;
}
a:hover {
	text-decoration: none;
	color: #996600;
}
a:active {
	text-decoration: none;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
}

body ul {
	list-style-type:disc;
	margin: 30px;
	padding: 0;
	font-weight: bold;
}
body li {
	margin: 0 0 10px 0;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #660000;
	margin-bottom: 5px;
	margin-top: 0px;
}
h1 {
	font-family: Georgia, "Georgia", "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #330000;
	line-height: 28px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #663300;
	line-height: 20px;
}

.boldRed {
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}

.bold {
	font-weight: bold;
}
