.basicText {
	font-family: Arial;
	font-size: 10px;
	color: #FFEBCE;
}
.highLight {
	font-family: Arial;
	font-size: 10px;
	color: #EF4135;
}
.titled {
	font-family: Arial;
	font-size: 10px;
	color: #E7827B;
}
.titledBig {
	font-family: Arial;
	font-size: 15px;
	color: #FFFFFF;
}
a { 
	font-family: Arial;
	font-size: 10px;
	color: #D8B69F;
	text-decoration:none;
	}
a:hover {
	font-family: Arial;
	font-size: 10px;
	color: #FFEBCE;
	text-decoration:underline;
}
a:active { 
	color: #D8B69F;
	text-decoration:none;
	}
	.imgBorder{
border-bottom-style:solid;
border-top-style:solid;
border-left-style:solid;
border-right-style:solid;
border-color:#E7827B;
border-width:1px;
}