/* CSS Document */

/* Style 1 */

.headline1{
	border-left:#D4D4D4 solid 1px;
	border-right:#D4D4D4 solid 1px;
	background:#B0B0B0 url(img/h1_bottom.jpg) repeat-x top left;
	padding: 0px;
	margin: 0px;

}
.headline1 h1{
	font-family:Arial,Verdana, Helvetica, sans-serif;
	font-weight:normal;
	color: #4D4D4D;
	font-size: 22px;
	padding:0px 10px 5px 10px;;
	
}
.content1 {
	background:#E6E6E6;
	border-left:#D4D4D4 solid 1px;
	border-right:#D4D4D4 solid 1px;
	font-size: 11px; 
	text-align:left;
	padding:7px 10px 7px 9px;
	color:#555555;
}

/* Style 2 */

.headline2{
	background-color:#FFFFFF;
	padding: 0px;
	margin: 0px;
}
.headline2 h1{
	font-family:Arial,Verdana, Helvetica, sans-serif;
	font-weight:normal;
	color: #DC3C1C;
	font-size: 20px;
	margin: 10px;
}
.content2 {
	font-family:Arial,Verdana, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	text-align:left;
	padding: 8px 2px 8px 2px;
}

/* Style 3 */

.headline3{
	background-color:#FFFFFF;
	padding: 0px;
	margin: 0px;
}
.headline3 h1{
	font-family:Arial,Verdana, Helvetica, sans-serif;
	font-weight:normal;
	color: #DC3C1C;
	font-size: 18px;
	margin: 10px;
}
.content3 {
	font-size: 11px; 
	text-align:left;
	padding: 8px 2px 8px 2px;
}

/* Headings in content1, content2, content3*/
.content1 h1, .content2 h1, .content3 h1 {
	font-size: 18px;
	font-weight: normal;
	margin:5px;
	color:#979797;
	letter-spacing:-1px;
}

.content1 h2, .content2 h2, .content3 h2 {
	color:#979797;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:5px;
}
.content1 h3, .content2 h3, .content3 h3 {
	color:#979797;
	font-size: 14px;
	font-weight: bold;
	color: #636363;
}