body {
	margin: 0px;
	padding: 20px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.25em;
	color: #666;
}
#LogoWrapper {
	text-align: center;
}
#ButtonWrapper {
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #254F9C;
}
a:visited {
	text-decoration: none;
	color: #254F9C;
}
a:hover {
	text-decoration: underline;
	color: #03C;
}
a:active {
	text-decoration: none;
	color: #254F9C;
	font-family: Arial, Helvetica, sans-serif;
}
ul  {
	list-style-image: url(../images/bullet.png);
}
li  {
	list-style-image: url(../images/bullet.png);
	line-height: 1.25em;
	margin-bottom: .5em;
}
h1 {
	font-size: 28px;
	line-height: 1.25em;
	color: #254F9C;
	font-weight: bold;
	text-shadow:#fff 1px 0px 2px;
}
h2 {
	font-size: 22px;
	line-height: 1.25em;
	color: #254F9C;
	font-weight: bold;
	text-shadow:#fff 1px 0px 2px;
}
h3 {
	font-size: 18px;
	line-height: 1.25em;
	color: #254F9C;
	font-weight: bold;
	text-shadow:#fff 1px 0px 2px;
}
hr {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9c9c9c;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
