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

body,td,th {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #2e2e2e;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: lighter;
}
h1 {
	font-size: 28px;
	color: #F0F0F0;
}
h2 {
	font-size: 45px;
	color: #CA1447;
}
h3 {
	font-size: 20px;
	color: #002754;
}
h4 {
	font-size: 14px;
	color: #F8FBFC;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #00A4D7;
}