p {
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: Black;
}

.heading1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #BB3739;
}

.footer, a.footer, a.footer:active, a.footer:visited, a.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: Black;
	text-decoration: none;
}

a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: Black;
	text-decoration: underline;
}

a.OtherLinks, a.OtherLinks:active, a.OtherLinks:visited, a.OtherLinks:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000CC;
	font-size: 12px;
	text-decoration: none;
	font-style: italic;
}

a.OtherLinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 12px;
	text-decoration: underline;
	font-style: italic;
}

.Title, a.Title, a.Title:active, a.Title:visited, a.Title:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

a.Title:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000066;
	font-weight: bold;
	text-decoration: underline;
}


.PageText {
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
	font-size: 12px;
	text-decoration: none;
}
a.PageText, a.PageText:active, a.PageText:visited, a.PageText:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000cc;
	font-weight: normal;
	text-decoration: none;
}

a.PageText:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000cc;
	font-weight: normal;
	text-decoration: underline;
}
.errortext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:Red;
}
.LabelText {
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
	font-size: 12px;
	text-decoration: none;
}

a.textlinks, a.textlinks:active, a.textlinks:visited, a.textlinks:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000cc;
	font-weight: normal;
	text-decoration: none;
}

a.textlinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000cc;
	font-weight: normal;
	text-decoration: underline;
}

.INPUT-button
{
	background-color:#c0c7d8;
	color:#000033;
	border-bottom-width:thin;
	border-bottom-color:#000033;
	border-bottom-style:groove;
	border-left-width:thin;
	border-left-color:#000033;
	border-left-style:groove;
	border-right-width:thin;
	border-right-color:#000033;
	border-right-style:groove;
	border-top-width:thin;
	border-top-color:#000033;
	border-top-style:groove;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant:small-caps;
	font-weight:bold;
}

.errorstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:Red;
	background-color:#c0c7d8;
}
