/* --- Links --- */

a.pslink:link {
	color:#ed1556;
	text-decoration:underline;
}
a.pslink:visited {
	color:#ed1556;
	text-decoration:underline;
}
a.pslink:hover {
	color:#ff7500;
	text-decoration:underline;
}
a.pslink:active {
	color:#ed1556;
	text-decoration:underline;
}


/* --- Text --- */

.greyText {
	font-family:"Trebuchet MS";
	font-size:14px;
	line-height:18px;
	color:#707070;
}
.smallOrangeText {
	font-family:"Trebuchet MS";
	font-size:14px;
	line-height:18px;
	color:#ff7500;
}
.orangeHeaders {
	font-family:"Trebuchet MS";
	font-size:24px;
	line-height:28px;
	color:#ff7500;
	font-weight:lighter;
}
.darkergreyText {
	font-family:"Trebuchet MS";
	font-size:14px;
	line-height:18px;
	color:#595959;
}
