body {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(images/main_background.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
	font-family: Times New Roman, Arial, Helvetica;
	font-size: 24px;
	font-weight: bold;
	color: #5C4E44;
}

h2 {
	font-family: Times New Roman, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #C89F41;
}

p, div, td ,tr, input, textarea, submit, li, ul {
	font-size: 12px;
	font-weight: normal;
	color: #5C4E44;
}

a {
	color: #0000CC;
	text-decoration:none;
}

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

.contentPadding {
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 15px;
	background-image: url(images/main_content_background.jpg);
	background-repeat: repeat-y;
}

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

.footerBackground {
	background-image: url(images/footer_background.jpg);
	background-repeat: no-repeat;
}

.footer {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 40px;
	padding-right: 25px;
}
.footer a {
	color: #FFFFFF;
	text-decoration:none;
}

.footer a:hover {
	color: #FFFF00;
}