/* CSS Document */

/* Content */
div, td, input, p, h1, h2, h3, h4 {
	color: #666666;
	font-size: 12px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #5F554D;
	padding-top: 0px;
	margin-top: 5px;
}
h2 {
	font-size: 16px;
	color: #105CB6;
	margin-top: 12px;
}
h3 {
	font-size: 14px;
	color: #105CB6;
}
h4 {
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}
small {
	font-size: 10px;
}
blockquote {
	margin-left: 24px;
	margin-right: 0px;
}
a, a:link, a:visited, a:active {
	color: #105CB6;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}