/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #165D87;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 16px;
	text-align: justify;
}
A:link{
	color: #33AD7D;
	text-decoration: underline;
	font-weight: bold;
}
A:visited{
	color: #33AD7D;
	text-decoration: underline;
	font-weight: bold;
}
A:hover{
	color: #165D87;
	text-decoration: underline;
	background-color: #C5D6E1;
}
.main {
	padding: 20px;
}
.headline {
	font-family: arial, sans-serif;
	font-size: 18px;
	color: #165D87;
	text-align: normal;
	line-height: 18px;
	background-color: #C5D6E1;
	padding: 3px;
}
.headline em {
	font-size: 14px;
	color: #33AD7D;
	font-weight: bold;
}
.headline2 {
	font-family: arial, sans-serif;
	font-size: 24px;
	color: #165D87;
	text-align: left;
	line-height: 24px;
	font-weight: bold;
}
.headline2 em {
	font-size: 14px;
	color: #33AD7D;
	font-weight: bold;
}
hr {
	color: #C5D6E1;
	border: 1px solid;
	background-color: #C5D6E1;
    height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.legal {
	font-size: 10px;
	color: #FFF;
}
.legal A:link{
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}
.legal A:visited{
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}
.legal A:hover{
	color: #165D87;
	text-decoration: underline;
	background-color: #C5D6E1;
}
p {
	margin-bottom: 0px;
}
.subhead {
	font-size: 14px;
	color: #33AD7D;
	font-weight: bold;
}
ul {
	margin-top: 0px;
}
.announcement {
	padding: 20px;
	background: #fff;
	border-top: #C5D6E1 3px solid;
}
