@charset "utf-8";
html, img, form {
	margin: 0px;
	padding: 0px;
	position: relative;
}

body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0px;
	position: relative;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
object {
	outline: none;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
ul, ol {
	list-style-position: outside;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul {
	list-style-type: square;
}
ol {
	margin-left: 10px;
}
li {
	padding-left: 0px;
	margin-left: 15px;
	margin-bottom: 5px;
}
table {
	border-collapse:collapse;
}
td {
	vertical-align:top;
	padding: 0px;
}
th {
	padding: 0px 0px 0px 0px;
	vertical-align:top;
}
a {
	color:#000;
	text-decoration: none;
	font-weight: normal;
	background-color: inherit;
}
a:hover {
	color: #737991;
	background-color: inherit;
}
button {
	font-size: 10px;
	font-style: normal;
	line-height: 100%;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
	margin: 0px 5px 0px 0px;
	background-color: #003C73;
	padding: 2px 10px;
}
label {
	display: block;
	font-size: 11px;
	vertical-align: text-bottom;
	margin-bottom: 5px;
	background-color: transparent;
}
h1 {
	font-size: 20px;
	color: #333;
	background-color: inherit;
	margin-top: 0px;
	margin-bottom: 20px;
	height: 27px;
	font-weight: normal;
	padding-top: 3px;
	padding-left: 15px;
}
.menuButton {
	margin-bottom: 15px;
}

