@charset "utf-8";
/* CSS Document */

/*------------LINKS------------*/
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #430e78;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #430e78;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: #d11143;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #430e78;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
}




/*------------TEXT------------------*/

.p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	line-height: 15px;
	font-weight: 100;
	text-align: left;
}

.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
}

.headers {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #430e78;
	font-size: 28px;
	line-height: 29px;
	font-weight: bold;
	text-align: left;
}

