body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images-layout/background.jpg);
	background-repeat: repeat;
	background-position: top;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F6F6F6;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F6F6F6;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #534646;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F6F6F6;
	text-decoration: none;
}


a.sec:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #534646;
	text-decoration: none;
}
a.sec:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #534646;
	text-decoration: none;
}
a.sec:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #534646;
	text-decoration: underline;
}
a.sec:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #534646;
	text-decoration: none;
}




.selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CF2323;
	text-decoration: none;
}
.tile {
	background-image: url(images-layout/tile.jpg);
	background-repeat: repeat;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #534646;
}
.form-back {
	background-image: url(form-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 385px;
}
.heading-form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.text-form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #534646;
}
.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CE2323;
	font-weight: bolder;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CA251F;
	border-right-color: #CA251F;
	border-bottom-color: #CA251F;
	border-left-color: #CA251F;
}
.spacer {
	height: 35px;
}

