@charset "utf-8";
/* CSS Document */

.accordion{
	width: 600px;
	padding: 0;
	margin: 0px;
}

.accordion div.acc_header a{
	display: block;
	position: fixed; /*To help in the anchoring of the ".statusicon" icon image*/
	width: 600px;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 64px;
}
.accordion .acc_header {
	height: 64px;
	cursor: hand;
	cursor: pointer;
}


.accordion div.acc_header a:visited, .accordion div.acc_header a:active{
	height: 64px;
	margin: 0px;
	padding: 0px;
	width: 600px;
}


.accordion div.selected a, .accordion div.acc_header a:hover{
	height: 64px;
	margin: 0px;
	padding: 0px;
	width: 600px;
}

.accordion div.acc_content{ /*DIV that contains each sub menu*/
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	height: auto;
}
.accordion #accordion_footer {
	margin: 0px;
	padding: 0px;
	height: 8px;
	width: 600px;
}
.accordion p span {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #276c98;
}

.accordion .acc_content p span {
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
