/* CSS Document */

DT.accToggler {
	WIDTH: 250px;
	CURSOR: pointer;
	COLOR: #FFFFFF;
	line-height: 26px;
	height: 26px;
	text-indent: 40px;
	font-weight: bold;
	text-decoration: none;
	background-color: #B5C6ED;
	margin-top: 4px;
}
DT.accToggler a{
	WIDTH: 250px;
	CURSOR: pointer;
	COLOR: #FFFFFF;
	line-height: 26px;
	height: 26px;
	text-indent: 40px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	font-size: 12px;
	background-color: #B5C6ED;
	background-image: url(../pics/button-up.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
DT.accToggler a:hover {
	background-color: #000068;
	color: #FFFFFF;
	background-image: url(../pics/button-down.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
DD.accContent {
	WIDTH: 250px;
	display: block;
}
DD.accContent UL {
	WIDTH: 250px;
	text-decoration: none;
	list-style-type: none;
	font-size: 11px;
	letter-spacing: 0.0em;
}
#mainContent li {
	list-style-position: outside;
	list-style-type: disc;
	text-indent: 20px;
}


DD.accContent UL LI {
	color: #000000;
	WIDTH: 250px;
	line-height: 21px;
	text-decoration: none;
	list-style-type: none;
	height: 21px;
	display: block;
	text-indent: 40px;
	background-color: #96AEE6;
	background-image: url(../pics/sub-up.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

DD.accContent UL LI a {
	color: #FFFFFF;
	WIDTH: 250px;
	line-height: 21px;
	text-decoration: none;
	height: 21px;
	display: block;
	text-indent: 40px;
	font-weight: normal;
	background-color: #96AEE6;
	background-image: url(../pics/sub-up.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

DD.accContent UL LI a:hover {
	color: #FFFFFF;
	background-color: #000068;
	background-image: url(../pics/sub-down.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

DT.accSingle a {
	WIDTH: 250px;
	CURSOR: pointer;
	COLOR: #FFFFFF;
	line-height: 26px;
	/*background-image:url(../pics/b-main-up.gif);*/
	height: 26px;
	text-indent: 40px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	font-size: 12px;
	background-color: #B5C6ED;
	background-image: url(../pics/button-up.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 4px;
}
DT.accSingle a:hover {
	background-color: #B5C6ED;
	color: #FFFFFF;
	background-image: url(../pics/button-down.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.subTitles-home-page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #003895;
	text-indent: 18px;
}
