@charset "utf-8";
a:link {
	color: #F09;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F09;
}
a:hover {
	text-decoration: underline;
	color: #293990;
}
a:active {
	text-decoration: none;
	color: #9F0;
}

a.contact:link {
	color: #FFF;
	text-decoration: underline;
}
a.contact:visited {
	text-decoration: underline;
	color: #FFF;
}
a.contact:hover {
	text-decoration: none;
	color: #9F0;
}
a.contact:active {
	text-decoration: none;
	color: #9F0;
}

a.purple:link {
	color: #22348B;
	text-decoration: underline;
}
a.purple:visited {
	text-decoration: underline;
	color: #22348B;
}
a.purple:hover {
	text-decoration: none;
	color: #9F0;
}
a.purple:active {
	text-decoration: none;
	color: #9F0;
}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000;
}
.pink {
	color: #FF009A;
}
.white {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.white2 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


.purple {
	color: #293990;
}
