@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #ffacd6;
	padding-top: 15px;
}
.contentBackground {
	background-color: #ffacd6;
	background-image: url(graphics/contentBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 20px;
}
.footerBackground {
	background-color: #ffb5da;
	background-image: url(graphics/footerBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 61px;
	font-size: 11px;
	padding-left: 20px;
	color: white;
}
.footerLink {
	color: white;
}

.footerLink a: {
	color: white;
	text-decoration: none;
}

footerLink a:link {
	text-decoration: none;
	color: white;
}
footerLink a:visited {
	text-decoration: none;
	color: white;
}
footerLink a:hover {
	text-decoration: none;
	color: red;
}

footerLink a:active {
	text-decoration: none;
	color: white;
}

input, select, textarea {
	font-size: 14px;
}