/* Headline Style #1 */
/* (START) */
h1.main-headline1 {
	display: block;
	padding: 10px 30px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	letter-spacing: -1px;
	font-size: 28px;
	text-align: center;
	font-weight: lighter;
	color: #666;
}
/* (END) */

/* Headline Style #2 */
/* (START) */
h1.main-headline2 {
	display: block;
	padding: 10px 30px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
	color: #e20a0a;
	font-size: 28px;
	text-align: center;
}
/* (END) */

/* Headline Style #3 */
/* (START) */
h1.main-headline3 {
	display: block;
	padding: 10px 30px;
	font-family: Verdana, Tahoma, sans-serif;
	letter-spacing: -2px;
	font-weight: bold;
	color: #416375;
	font-size: 28px;
	text-align: center;
}
/* (END) */

/* Headline Style #4 */
/* (START) */
h1.main-headline4 {
	display: block;
	padding: 10px 30px;
	font-family: Verdana, Tahoma, sans-serif;
	font-weight: bold;
	color: #303a40;
	font-size: 28px;
	line-height: 1.5em;
	text-align: center;
}
/* (END) */

/* Headline Style #5 */
/* (START) */
h1.main-headline5 {
	display: block;
	padding: 10px 30px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	letter-spacing: -2px;
	color: #333;
	font-size: 28px;
	text-align: center;
}
/* (END) */

/* Headline Style #6 */
/* (START) */
h1.main-headline6 {
	display: block;
	padding: 10px 30px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #e50323;
	font-size: 28px;
	text-align: center;
}
/* (END) */

/* Headline Style #7 */
/* (START) */
h1.main-headline7 {
	display: block;
	padding: 10px 30px;
	font-family: Tahoma, sans-serif;
	font-weight: lighter;
	color: #666;
	font-size: 28px;
	text-align: center;
}
/* (END) */

/* Headline Style #8 */
/* (START) */
h1.main-headline8 {
	display: block;
	padding: 10px 30px;
	font-family: georgia, serif;
	font-weight: bold;
	color: #444;
	font-size: 28px;
	letter-spacing: -1px;
	text-align: center;
}
/* (END) */

/* Headline Style #9 */
/* (START) */
h1.main-headline9 {
	display: block;
	padding: 10px 30px;
	font-family: georgia, serif;
	font-weight: lighter;
	font-style: italic;
	color: #666;
	font-size: 28px;
	text-align: center;
}
/* (END) */

/* Headline Style #10 */
/* (START) */
h1.main-headline10 {
	display: block;
	padding: 10px 30px;
	font-family: georgia, serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #e50323;
	font-size: 28px;
	text-align: center;
}
/* (END) */
