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

body {
	font-family: "Century Gothic", "Arial Narrow";
	font-size: 14px;
	font-weight: normal;
	color: #333;
}
p {
	font-size: 0.8em;
	line-height: 22px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
h1 {
	font-size: 1.6em;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
	color: #BC101D;
}
h2 {
	font-size: 1.2em;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
	color: #BC101D;
}
a:link
{
	color: #cf0320;
	text-decoration: none;
}
a:hover
{
	color: #9F031A;
	text-decoration: none;
}
a:visited
{
	color: #cf0320;
	text-decoration: none;
}
a:active
{
	color: #cf0320;
	text-decoration: none;
}
a:focus
{
	color: #cf0320;
	text-decoration: none;
}
.contact {
	font-size: 0.8em;
	line-height: 22px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
.menu {
	color: #FFF;
	font-size: 0.85em;
}
.menu a{
	color: #FFF;
}

