body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px
}
#slider {

}
.header {
	font-weight:bold;
	margin-top:3px;
	cursor:pointer;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #F0F0F0;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	display: block;
}
.header:hover {
	color: #FFFFFF;
	background-color: #CCCCCC;
}
.content {
	overflow:hidden;
}
.text {
	width:100%;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #9ac1c9;
	border-right-color: #9ac1c9;
	border-bottom-color: #9ac1c9;
	border-left-color: #9ac1c9;
}
