@charset "utf-8";
/* Base styles */
body,td,th {
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 12px;
	color: #656565;
}
body {
	background-color: #ffffff;
}
img {
	border:none;
}
h1 {
	font-size: 22px;
	color: #003b6a;
	font-weight:bold;
}
h2 {
	font-size: 18px;
	color: #656565;
}
h3 {
	font-size: 14px;
	color: #666666;
}

p, h1, h2, h3 {
	margin:0;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
}

.floatleft{
	float:left;
}
.floatright{
	float:right;
}

a {
	color:#003b6a;
}
a:link{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
