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

* {
	background-color: white !important;
	background-image: none !important;
	float: none;
	width: auto;
	text-align: left;
}

html {
	margin: 0px;
}
body { 
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	width: 670px;
}
img {
	display: none;
}
#logo img {
	display: block;
}
object {
	display: none;
}

h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #ed1d24;
}
h2 { 
	font-size: 12px;
	color: #ed1d24;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	color: #ed1d24;
	margin-top: 0px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 12px;
	color: #ed1d24;
	margin-top: 0px;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	color: #ed1d24;
	padding: 5px;
}


a {
	color: #ee2d27;
}
a:visited {
	color: #ee2d27;
}
