td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
}
.blue {
	color: #527bb5;
}
.gray {
	color: #555555;
}
.bgblue {
	background-color: #ff3931;
	color: #ffffff
	font-weight: bold;
}
.bggray {
	background-color: #b5b5b5;
	color: #fffff;
	font-weight: bold;
}
a.bgblue:link {
	color: #ffffff;
	text-decoration: none;
}
a.bgblue:visited {
	color: #ffffff;
	text-decoration: none;
}
a.bgblue:active {
	color: #ffffff;
	text-decoration: none;
}
a.bgblue:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.bggray:link {
	color: #ffffff;
	text-decoration: none;
}
a.bggray:visited {
	color: #ffffff;
	text-decoration: none;
}
a.bggray:active {
	color: #ffffff;
	text-decoration: none;
}
a.bggray:hover {
	color: #ffffff;
	text-decoration: underline;
}

.white {
	color: #ffffff;
}
.menulist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.headline {
	font-size: 18px;
	color: #ff3931;
		line-height: 20px;

}
.subheadline {
	font-size: 15px;
	color: #527bb5;
	line-height: 17px;

}

a:link {
	color: #9c5a39;
	text-decoration: none;
}
a:visited {
	color: #9c5a39;
	text-decoration: none;
}
a:active {
	color: #9c5a39;
	text-decoration: none;
}
a:hover {
	color: #ff3931;
	text-decoration: underline;
}

.white {
	color: #FFFFFF;
}
.red {
	color: #ff3931;
}
.little {
	font-size: 10px;
	line-height: 11.5px;
}
