/*
	Copyright (C) 2013
	No part of this file may be used without permission.
 */

body, p, h1, form {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Arial, Helvetica;
	font-size: 14px;
	text-align: center;
}

input {
	border: 1px solid #ACACAC;
}

a:link{
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	border: 0;
}

a:hover{
	text-decoration: underline;
}

a:active, a:visited{
	text-decoration: none;
}

.formtable {
	margin-left: 16px;
	margin-bottom: 6px;
}

.spacer {
	width: 6em;
}

.txtField {
	background-color: #FBFBFB;
	width: 128px;
}

#wrapper {
	margin-top: 0px;
	width: 640px;
	background: #FFF;
}

#content {
	text-align: left;
	padding-bottom: 6px;
}

#content h1 {
	margin-top: 12px;
	margin-left: 6px;
	font-size: 14px;
}

#content hr {
	height: 1px;
	margin-left: 3px;
}

#content p {
	margin-left: 16px;
}

#footer {
	color: #FFF;
	border-top: 1px solid #666;
	background: #b04b4b;
	clear: both;
	font-size: 10px;
}
