body {
	margin: 0px;
	background-attachment: fixed;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 10px;
}
h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #EE1F72;
	margin: 0px;
	padding: 10px;
}
h2 {
	color: #EA206C;
	font: italic bold 19px "trebuchet MS";
	text-align: center;
	margin: 10px;
	padding: 0px;
}


.maincontent a:link, .maincontent a:visited, .maincontent a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EE1D70;
	line-height: 20px;
	text-decoration:underline;
}
.maincontent a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F581B0;
	line-height: 20px;
	text-decoration:none;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.contact a:link, .contact a:visited, .contact a:visited {
	font-size: 12px;
	color: #EE1D70;
	text-decoration:underline;
}
.contact a:hover {
	font-size: 12px;
	color: #F99DC1;
	text-decoration:none;
}
.headertext, .headertext a:link, .headertext a:visited, .headertext a:active {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.headertext a:hover {
	font-weight: bold;
	color: #cccccc;
	text-decoration:none;
}
.pagebg {
	background-attachment: fixed;
	background-image: url(images/ffbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-attachment: fixed;
	background-color: #FFC6DD;
	background-image: url(images/inputbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
p {
	margin: 10px;
}

.inputbut {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #FDD7EA;
	border: 1px solid #EE1D70;
	font-weight: bold;
}
.inputerr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	background-color: #FFEAEA;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-bottom: 28px;
	padding-left: 105px;
	font-weight: bold;
}
.footertext, .footertext a:link, .footertext a:visited, .footertext a:active {
	font-size: 11px;
	color: #FFFFFF;
}
.footertext a:hover {
	font-weight: bold;
	color: #cccccc;
	text-decoration:none;
}
.title {
	color: #EA2072;
	font-size: 13px;
	font-weight: bold;
	font-family: "Trebuchet MS", Tahoma, Verdana;
}
.pink {
	color: #F11D72;
}
.imgb {
	background-color: #FFFFFF;
	margin: 2px;
	padding: 2px;
	border: 1px solid #F41F71;
}
