body {
	margin: 10px 0px;
	padding: 0px;
	background-color: white;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

.container {
	width: 100%;
	text-align: left;
}

.pagebody{
	margin-top: 3px;
}

.para{
	margin: 1.25em 0;
}

h1 {
	display: block;
	margin-bottom: 10px;
	padding: 5px 10px 8px 15px;
	background-color: #ac0e3b;
	color: white;
	font: bold 125%;
}

h2 {
	margin-top: 1.4em;
	margin-bottom: 0.7em;
	color: #3366ff;
	font: bold 125%;
}

ul {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

input {
	width: 25em;
}

input, select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input.button {
	width: 10em;
	font: bold larger;
}

.warning {
	padding: 0px 20px;
	border: 1px solid #666600;
	color: #660000;
	background-color: #ffeeee;
}

.content {
	margin-left: 12px;
	margin-bottom: 12px;
	font-size: 75%;
}

.content a {
	color: #cc0066;
}

.content caption {
	font: bold 85%;
	color: #3366ff;
}

.content td {
	background-color: #eaf1ff;
	font-size: 75%;
}

.headrow td {
	background-color: #aec2ff;
	font-size: 75%;
}

.small {
	font-size: smaller;
}

.error {
	color: red;
}

.file {
	padding-left: 25px;
	background: no-repeat left center;
}

div.file {
	padding-top: 6px;
	padding-bottom: 6px;
	background-position: left center;
}

.file.doc {
	background-image: url(images/doc.png);
}

.registration {
	margin-top: 1.4em;
	margin-bottom: 0.7em;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(images/register.png) no-repeat left center;
	font: bold 125%;
}

.exclamation {
	margin-top: 2em;
	margin-bottom: 1em;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(images/exclamation.png) no-repeat left center;
	border-width: 1px;
	border-style: solid;
	border-color: #ac0e3b;
	background-color: #ffffcc;
	color: #ac0e3b;
}

.gutter {
	background: #f5f5f5 url(images/gutfil.png) repeat right top;
}
