/* CSS Document */

body {
	background-image: url(graphics/background.gif);
	background-repeat: no-repeat;
}


.maintext {
	font-family: Arial;
	font-size: medium;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	text-indent: 0px;
	white-space: normal;
	padding-left: 20px;
	padding-right: 20px;

}

.maintext a{
	color: #FF00FF;
	text-decoration: none;
}

.maintext a:hover{
	color: #FF00FF;
	text-decoration: underline;
}
.maintext a:visited {
	color: #CCCCCC;
}

.footertext {
	text-align: center;
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	vertical-align: top;
	font-weight: bold;
}

.footertext a {
	text-decoration: underline;
	color: #F40672;
	font-weight: bolder;
}
