@import url("footer.css");
@import url("form.css");


body {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
h4, h3 {
	margin: 0;
	padding: 0;
}
h3 {
    font-size: 1.2em;
}
hr {
	display: none;
}
p {
	margin:2px 2px;
}
a {
	color: white;
}
a:visited {
    color: #CCCCCC;
}
a:hover {
	color: white;
}
a:active {
    color: red;
}
.HiddenText {
	display: none;
}
.EntryRequired .RequireMark {
    display: none;
}
.EntryRequired label span {
    background-image: url("../../../images/required.gif");
    background-repeat: no-repeat;
    background-position: right;
    height: 1em;
    padding-right: .8em;
}
