a {
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;	
	font-weight: bold;
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}
.text {
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
.texthilite {
	color: #FFCC00;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
.textsmall {
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}
.textsmallbold {
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.textbold {
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration : none;
}
.textblack {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration : none;
}
.header {
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration : underline;
}
input.email {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000000;

	border: double;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFFFF;
}
input.submit {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #000000;

	border: double;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFFFF;
}.content {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../assets/background.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
