@charset "UTF-8";

body {
	font: 100%/1.2 Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 15px;
	}
ul, ol, dl { 
	padding: 0;
	margin: 0;
	}
h1, h2, h3, h4, h5, h6, p {
	padding-right: 15px;
	padding-left: 0px;
	line-height: 130%;
	}
a:link {
	color: #9f0000;
	text-decoration: underline; 
	}
a:visited {
	color: #9f0000;
	text-decoration: underline;
	}
a:hover, a:active, a:focus { 
	text-decoration: none;
	}
h1 	{
	font-size: 36px;
	font-family: Helvetica, Arial;
	font-variant: normal;
	font-weight: lighter;
	margin-bottom: 36px;
	color: #3a6bad;
	}
h2 	{
	font-size: 20px;
	font-family: Helvetica, Arial;
	font-weight: bold;
	margin-top: 36px;
	margin-bottom: 12px;
	color: #444;
	}
h3 	{
	font-size: 16px;
	font-family: Helvetica, Arial;
	font-weight: bold;
	margin-top: 24px;
	margin-bottom: 12px;
	color: #3a6bad;
	}
p 	{
	font-size: 1em;
	line-height:1.4;
	margin-bottom:20px;
	}
.footer 	{
	font-size: 0.75em;
	line-height:1.2;
	color: #999;
	margin-top:40px;
	margin-bottom:0;
	}
td 	{
	font-size: 1em;
	line-height:1.3;
	margin: 3px;
	}
ul {
	margin-top: 3px;
	margin-bottom: 2px;
	padding-right: 40px;
	}
li {
	margin-left:20px;
	padding-top:5px;
	font-size:0.9em;
	line-height:1.2;
	}
