body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-color: #ffffff;
}

#accordion1 {
	border : 1px solid #cccccc;
	width: 292px;
	height: 464px;
	margin-top:0px;
	visibility:hidden;
}
div.hover {
	background-color:#337f95;
	background-image: url(images/accordion-tab-bgtileON.gif);
	color:#1490b4;
	border-top:1px solid #F2F2F2;
	border-bottom:1px solid #e4e4e4;
	font-weight:bold;
	height: 15px;
	padding-left: 5px;
}
div.selected {
	background-color:#337f95;
	background-image: url(images/accordion-tab-bgtile.gif);
	color:#1490b4;
	border-top:1px solid #b9b9b9;
	border-bottom:1px solid #e4e4e4;
	height: 15px;
	padding-left: 5px;
}
.accordionTabTitleBar {
	font-family: Lucida Grand, Helvetical, Arial, Sans Serif;
	background-image: url(images/accordion-tab-bgtile.gif);
	color:#777777;
	height: 15px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
	border-top:1px solid #f9f9f9;
	border-bottom:1px solid #cacaca;
	border-style:solid none;
	border-width:1px 0px;
	font-size:11px;
	cursor:pointer;
}
.accordionTabContentBox {
	font-family: Lucida Grand, Helvetical, Arial, Sans Serif;
	font-size: 12px;
	padding-left: 8px;
	padding-right: 8px;
	overflow: auto;
}
