@charset "utf-8";
/* CSS Document */

body,td,th {
	width: 940px;
	height: 100%;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 150px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-size: 11px;
}
a:link {
	color: #EB2A2E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #EB2A2E;
}
a:active {
	text-decoration: none;
	color: #000;
}
h1 {
	font-size: xx-large;
	font-weight: normal;
}
h2 {
	font-size: 26px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
h3 {
	font-size: 28px;
	color: #FFF;
	background-color: #000;
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	padding: 10px;
	font-weight: normal;
}
h4 {
	font-size: small;
	margin: 0px;
	padding: 0px;
	color: #2A2724;
	font-weight: normal;
}.red {
	color: #ED4043;
}
