/*layout*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FF3399;
	background-image: url();
}


/*black-text*/
.black-text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.black-text a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.black-text a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.black-text a:hover {
	text-decoration: none;
	color: #000000;
}
.black-text a:active {
	text-decoration: none;
	color: #FFFFFF;
}


/*black-bold-text*/
.black-bold-text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	lineheight: 18px;
	font-weight: bold;
}


/*white-text*/
.white-text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	lineheight: 18px;
}

.white-text a:link {
	text-decoration: none;
	color: #000000;
}
.white-text a:visited {
	text-decoration: none;
	color: #000000;
}
.white-text a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.white-text a:active {
	text-decoration: none;
	color: #000000;
}


/*white-bold-text*/
.white-bold-text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	lineheight: 18px;
	font-weight: bold;
}


/*footer-text*/
.footer-text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	lineheight: 12px;
	letter-spacing: 1px;
}

.footer-text a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.footer-text a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.footer-text a:hover {
	text-decoration: none;
	color: #000000;
}
.footer-text a:active {
	text-decoration: none;
	color: #FFFFFF;
}
