

h1 {
	padding-left: 5px !important;
	font-size: larger !important;
	font-weight: bold !important;
	color: #5496b4 !important;
}

body {
	font-family: sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
}

a:link, a:visited, a:hover, a:active {
    color: #5496b4;
    text-decoration: underline;
}

p{
	margin: 1em 0 !important;
}

ul {
	list-style: disc inside;
	margin: 0.5em 0 !important;
}

input {
	margin: 2px !important;
}

#header {
	padding-bottom: 0.5em;
}

#content {
	padding: 5px 0px;
	color: #ffffff;
	text-align: left;
}

#footer {
    color: #ffffff;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 1em;
}
#footer p {
	padding: 5px;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
    color: #5496b4;
}

.section {
	padding: 5px 0;
}
.section p {
	padding: 5px;
}

form {
	padding: 5px !important;
}
input.field {
	width: 95%;
}
input.mobile {
	width: 95%;
	-wap-input-format: "*N";
}


.listtable {
	margin: 0.5em 5px;
	width: 95%;
}
.listtable td {
	text-align: left;
	padding: 0.2em 0;
}
.listtable .bullet {
	width: 1%;
	padding-right: 0.5em;
	vertical-align: top;
}

.center {
	text-align: center;
}

.highlight {
	color: #5496b4 !important;
}
.highlight a:link, .highlight a:visited, .highlight a:hover, .highlight a:active {
	color: #5496b4 !important;
}

.error {
	color: #5496b4;
	margin: 0.5em !important;
	font-weight: bold;
}

.footnote {
	color: #dddddd;
	font-size: smaller;
}

