body {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #505A32;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

a {
	color: #505A32;
	text-decoration:none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

.contentPadding {
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 15px;
}

.mainBackground {
	background-image: url("images/main_background.gif");
	background-repeat: repeat-y;
	background-position: top;
}

p, div, td ,tr, li, ul, input, textarea, submit {
	font-size: 11px;
	font-weight: bold;
	color: #AA965A;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #0C1B5E;
}

.textErrors {
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}