.HeaderText{
	color: #ffffff;
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
	padding-bottom: 2px;
	width: 100%;
	
}

.NormalText{
	font-family: Trebuchet MS;
	font-size: 12px;
	
}

.NormalTextWhite{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #ffffff;
	
}

.beigeBoldText{
	color: #e5cb99;
	font-family: Trebuchet MS;
	font-weight: bold;
	text-align: left;
	
}

.linksWhite{
	color: #ffffff;
	
}

.imgWhiteBorder{
	border-bottom: #ffffff 2px solid;
	border-left: #ffffff 2px solid;
	border-right: #ffffff 2px solid;
	border-top: #ffffff 2px solid;
	
}


