/* CSS Document */

html, body { /* saves you from the "centering jump" on short pages */
	margin: 0;
	padding:0;
}

.text {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
.text a {
	color: #F0047F;
	text-decoration:none;
	font-weight: bold;
}
.text a:hover {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}


.side-links {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.side-links a {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}
.side-links a:hover {
	color: #F0047F;
	text-decoration:none;
	font-weight: bold;
}


.side-text {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
.side-text a {
	color: #000000;
	text-decoration:underline;
	font-weight: bold;
}
.side-text a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	font-weight: bold;
}





.pink-heading {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #F00283;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 1px;
}
.pink-heading a {
	color: #F00283;
	font-weight: bold;
	text-decoration:none;
}
.pink-heading a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

.web-pink {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #F00283;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
}
.web-black {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
}



.footer-text {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 17px;
}
.footer-text a {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}
.footer-text a:hover {
	color: #F0047F;
	text-decoration:none;
	font-weight: bold;
}




.footer {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	line-height: 13px;
}
.footer a {
	color: #999999;
	text-decoration:underline;
}
.footer a:hover {
	color: #F00380;
	text-decoration:underline;
}
