/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #D9D9D9 url("images/bg.gif");
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}
A:link{
	color: #0154a4;
	text-decoration: underline;
	font-weight: bold;
}
A:visited{
	color: #0154a4;
	text-decoration: underline;
	font-weight: bold;
}
A:hover{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.headline {
	font-family: arial, sans-serif;
	font-size: 16px;
	color: #0054A4;
	font-weight: bold;
	line-height: 18px;
}
.subhead {
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	line-height: 18px;
}
.inset {
	padding-left: 10px;
	padding-right: 10px;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
.legal {
	padding-top: 5px;
	font-size: 10px;
	color: #FFF;
	line-height: 14px;
}
.legal A:link {
	color: #FFF;
	text-decoration: underline;
}
.legal A:visited {
	color: #FFF;
	text-decoration: underline;
}
.legal A:hover {
	text-decoration: underline;
	color: #FFFF00;
}
p {
	margin-top: 0px;
}
p.index {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 0px;
}