/* Headline Style #1 */
/* (START) */
h2.sub-headline1 {
	display: block;
	padding: 10px 30px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	letter-spacing: -1px;
	font-size: 18px;
	text-align: center;
	font-weight: lighter;
	color: #666;
}
/* (END) */

/* Headline Style #2 */
/* (START) */
h2.sub-headline2 {
	display: block;
	padding: 10px 30px;
	font-family:  Tahoma, sans-serif;
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #666;
}
/* (END) */

/* Headline Style #3 */
/* (START) */
h2.sub-headline3 {
	display: block;
	padding: 10px 30px;
	font-family:  Arial, Tahoma, sans-serif;
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #666;
	background: #eee;
}
/* (END) */

/* Headline Style #4 */
/* (START) */
h2.sub-headline4 {
	display: block;
	padding: 10px 30px;
	font-family:  Arial, Tahoma, sans-serif;
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #444;
	background: #fffb97;
}
/* (END) */

/* Headline Style #5 */
/* (START) */
h2.sub-headline5 {
	display: block;
	padding: 10px 30px;
	font-family:  georgia, serif;
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #777;
	border-bottom: 2px solid #eee;
	background: #f9f9f9;
}
/* (END) */

/* Headline Style #6 */
/* (START) */
h2.sub-headline6 {
	display: block;
	padding: 10px 30px;
	font-family:  georgia, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	color: #777;
	border-bottom: 1px dotted #eee;
}
/* (END) */

/* Headline Style #7 */
/* (START) */
h2.sub-headline7 {
	display: block;
	padding: 10px 50px;
	width: 400px;
	margin: 10px auto;
	font-family:  georgia, serif;
	font-size: 21px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	color: #444;
	border: 1px dotted #ccc;
}
/* (END) */

/* Headline Style #8 */
/* (START) */
h2.sub-headline8 {
	display: block;
	padding: 10px 50px;
	width: 400px;
	margin: 10px auto;
	font-family:  Arial, Tahoma, sans-serif;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	background: #fffb97;
	color: #444;
	border: 1px dotted #ccc;
}
/* (END) */

/* Headline Style #9 */
/* (START) */
h2.sub-headline9 {
	display: block;
	padding: 10px 50px;
	width: 400px;
	margin: 10px auto;
	font-family:  Arial, Tahoma, sans-serif;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	background: #eee;
	color: #444;
	border: 2px dashed #999;
	border-right: 2px dashed #ccc;
	border-bottom: 2px dashed #ccc;
}
/* (END) */

/* Headline Style #10 */
/* (START) */
h2.sub-headline10 {
	display: block;
	padding: 10px 30px;
	width: 430px;
	margin: 10px auto;
	font-family:  verdana, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background: #eee;
	color: #777;
	border: 1px dashed #999;
	border-right: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}
/* (END) */