body {
	margin:0px;
	background-color: #B4BED9;
}

.titles {
	font-family: Trebuchet MS, helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color:#FFFFFF;
}


.purple {
	font-family: Trebuchet MS, helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color:#8C155C;
	text-decoration:none;
}

.black {
	font-family: Trebuchet MS, helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color:#1B1B1E;
	text-decoration:none;
}

.white {
	font-family: Trebuchet MS, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color:#FFFFFF;
	text-decoration:none;
}

.text {
	font-family: Trebuchet MS, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color:#1B1B1E;
	text-decoration:none;
}

.textsmall {
	font-family: Trebuchet MS, helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color:#1B1B1E;
	text-decoration:none;
}

.text A:link {
	font-family: Trebuchet MS, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color:#FFFFFF;
	text-decoration:none;
}

.text A:visited {
	font-family: Trebuchet MS, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color:#FFFFFF;
	text-decoration:none;
}

.text A:hover {
	font-family: Trebuchet MS, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color:#FFFFFF;
	text-decoration:underline;
}

.text A:active {
	font-family: Trebuchet MS, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color:#FFFFFF;
	text-decoration:underline;
}



