﻿a	{
	color: #808080;
	text-decoration:none;
}
a:hover	{
	text-decoration: underline;
}
a:visited {
	color: #808080;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 29px;
	color: #008DA2;
	margin-top: 20px;
	margin-bottom: 30px;
}
html>body h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 29px;
	color: #008DA2;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #008DA2;
	font-style: normal;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #008DA2;
	margin-top: 0px;
	margin-bottom: 7px;
}
p {
	font-family: Verdana;
	font-size: 11px;
	color: #636466;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
}

