a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.red {
	color: #DD292A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #DD292A;
}
a:active {
	text-decoration: none;
	color: #DD292A;
}
a.green_link:link {
	color: #093;
	text-decoration: underline;
}
a.green_link:visited {
	text-decoration: underline;
	color: #093;
}
a.green_link:hover {
	text-decoration: underline;
	color: #DD292A;
}
a.green_link:active {
	text-decoration: none;
	color: #DD292A;
}
a.yellow_link:link {
	color: #FFD30D;
	text-decoration: underline;
}
a.yellow_link:visited {
	text-decoration: underline;
	color: #FFD30D;
}
a.yellow_link:hover {
	text-decoration: underline;
	color: #DD292A;
}
a.yellow_link:active {
	text-decoration: none;
	color: #DD292A;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;

}
.green_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #093;
	line-height: 16px;

}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}
