@charset "UTF-8";
span.headline1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#a72218;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	padding-top: 5px;
	padding-bottom: 0px;
	text-transform: uppercase;
}

span.headline1a {
	font-family: Arial, Helvetica, sans-serif;
	color:#a72218;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 0px;
	text-transform: uppercase;
}

span.headline2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#063478;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
}
span.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

span.headlineGrey {
	font-size:1em;
	display: block;
	color: #333333;
	text-decoration: none;
	padding-bottom: 5px;
	font-weight: bold;
	}
	
span.headlineGrey2 {
	font-size:1em;
	display: block;
	color: #666666;
	text-decoration: none;
	padding-bottom: 5px;
	font-weight: bold;
	}
	
span.rot {
	color: #a72218;
}

p.align-center {
	text-align: center;
}
p.align-right {
	text-align: right;
}
p.align-left {
	text-align: left;
}
