﻿body {
	color: #333;
	background-color: #fff;
	text-align: left;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 0;
	padding-top: 0;
}

footer {
	color: #FFF;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0;
	line-height: normal;
}

h1 {
	font-size: 26px;
	margin-bottom: 15px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

a:link {
	text-decoration: none;
	color: #005d83;
}

a:visited {
	text-decoration: none;
	color: #005d83;
}

a:hover {
	text-decoration: none;
	color: #f60;
}