@charset "utf-8";
/* CSS Document */

.accToggler{
	width: 100%;
	background: #fff;
	color: #000066;
	border: 1px solid #fff;
	cursor: pointer;
	background-image:url(../images/main_bullet_active.gif);
	background-position:left 2px;
	background-repeat:no-repeat;
	height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.accContent{
	margin: 0px auto;
	width: 95%;
	padding-left:20px;
	margin-bottom:20px;
	background-color: #FFFFFF;

}
a, a:visited{
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.accToggler_title{
	padding: 0px 0px 0px 25px;
	width: 95%;
	background: #fff;
	color: #000066;
	border: 1px solid #fff;
		height: 30px;
	border-bottom:solid 1px #ccc;
	background-image:url(../images/main_bullet_active.gif);
	background-position:left 2px;
	background-repeat:no-repeat;
}

