@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Gill Sans MT, Trebuchet MS, Arial;
	font-size: 11pt;
	color: #333333;
	line-height:1.2em;
}
.dates {
	display:block;
	width:72px;
	margin: 4px 4px;
	text-align:center;
	float:left;
	color: #999999;
}
p {
	margin-top:0px;
	margin-bottom:0px;
	line-height:1.2em;
}
h1 {
	font-size: 16pt;
	margin-top:0px;
	margin-bottom:0px;
}
h2 {
	font-size: 14pt;
	margin-top:0px;
	margin-bottom:0px;
}
h3 {
	font-size: 11pt;
	margin-top:0px;
	margin-bottom:10px;
}
h4 {
	font-size: 18pt;
	margin-top:0px;
	margin-bottom:10px;
}
h5 {
	font-size: 24pt;
	margin-top:0px;
	margin-bottom:10px;
}
h6 {
	font-size: 36pt;
	margin-top:0px;
	margin-bottom:10px;
}
h1,h2,h3,h4,h5,h6 {
	line-height:1.2em;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #225a7a;
}
a:active {
	text-decoration: underline;
	color: #225a7a;
}
.ltgray {
	color: #CCCCCC;
}
.gray {
	color: #999999;
}
