/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
a.link {
	color: #000000;
	text-decoration: none;
}
a.visited {
	color: #333333;
	text-decoration: none;
}
a.hover {
	color: #000000;
	text-decoration: underline;
}
a.active {
	color: #000000;
	text-decoration: none;
}
.headerBlock {
	position: relative;
	width: 740px;
	height: 100px;
}
.headerLogo {
	position: relative;
	width: 350px;
	height: 90px;
	top: 0px;
	left: 15px;
}
.headerTagline {
	position: absolute;
	width: 350px;
	height: 25px;
	top: 70px;
	left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
}
.headerByline {
	position: absolute;
	width: 360px;
	height: 60px;
	top: 20px;
	left: 380px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.trailerBlock {
	position: relative;
	width: 740px;
	height: 30px;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
}
.textNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}
.text12Bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
