@charset "utf-8";
body,td,th {
	font-family: Arial;
	font-size: 14px;
	color: #333333;
}
a {
	font-size: 14px;
	color: #FF0000;
}
a:link {
	color: #da2126;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #DA2126;
}
a:hover {
	text-decoration: none;
	color: #DA2126;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

.header-red-16 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #DA2126;
}
.header-black-14 {
	font-family: Arial;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.header-red-18 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #da2126;
}
