/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3c3c3c;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #478BA3;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #478BA3;
}
a:hover {
	text-decoration: underline;
	color: #FA7421;
}
a:active {
	text-decoration: none;
	color: #FA7421;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #2B7995;
	margin-bottom: 4px;
}
h2 {
	font-size: 14px;
	color: #2B7995;
	margin-bottom: 3px;
}

li { margin-bottom: 5px;
}

.large {
	font-size: 15px;
	font-weight: bold;
}

}
.small {
font-size: 10px;
}
