h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C00;
}
.maintext {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #333;
}
.bgimage {
	background-image: url(Images/bg.gif);
}


.maintext a:link{
	color: #333;
	text-decoration: none;
}

.maintext a:visited{
	color: #333;
	text-decoration: none;
}

.maintext a:hover{
	color: #333;
	text-decoration: underline;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C00;
}
.footertext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.footertext a:link{
	color: #FFF;
	text-decoration: none;
}

.footertext a:visited{
	color: #FFF;
	text-decoration: none;
}

.footertext a:hover{
	color: #FFF;
	text-decoration: underline;
}
