@charset "utf-8";
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00AEDB;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}
.text {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
.smtext {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.redlink {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
	line-height: 16px;
}
.footer {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
}

.redheader {
	font-family: arial;
	font-size: 18px;
	font-weight: bolder;
	color: #CC0000;
	text-transform: uppercase;
}
.orangesubheader {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-transform: uppercase;
}
.blueheader {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #00AEDB;
	text-transform: uppercase;
}
.designerlink {
	font-family: arial;
	font-size: 8px;
	text-transform: uppercase;
	color: #FFB300;
	text-decoration: none;
}
