@import url('screen.css');

body, html {
	background: white;
	color: black;
}

#top, #menu, #menu_bottom, #bottom, #bottom_spacer, #progress, #registration_help, #pdf {
	display: none;
}

#content {
	color: black;
	background: white;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	font-family : Arial, Helvetica, sans-serif;
	font-size: smaller;
}

a, a:visited {
	background: white;
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	font-size: 150%;
	margin-top: 0;
}

h2 {
	font-size: 120%;
	text-decoration: underline;
}

.smaller {
	font-size: smaller;
}

.redbold {
	color: black;
	background: white;
	font-weight: bold;
}

.tr_light {
	background-color: white;
	color: black
}

.tr_dark {
	background-color: black;
	color: white;
}


.top_border {
	border-top: 1px solid black;
}

.bottom_border {
	 border-bottom: medium double Black;
}

.nowrap {
	white-space: pre;
}

#signup_container {
	background: white; 
	border: none;
	width: 100%;
	margin-top: 1em;
	padding: 0;
}

#signup_container td {
	padding: 1px;
}

#signup_container h2 {
	margin-bottom: 0;
}

#signup_container p {
	margin: 0 0 0.5em 0;
	font-style: italic;
}

#payment_table {
	background: white;
	border: 1px solid black; 
	margin: 0;
}

#payment_table td {
	margin: 0 1px 0 1px;
	background: white;
	padding: 0.5em;
}

input, textarea {
	width: 90%;
}

#fee {
	margin: 0px;
	font-size: smaller;
}