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