.main_section{
	font-size: 8pt ;
	font-weight: bold;
	font-family: verdana;
	color: #FEF5E2;
	padding-left: 4pt;
	padding-right: 4pt;
	padding-top: 2pt;
	padding-bottom:2pt;
	border-left: 1pt solid #A0BADE;
	border-right: 1pt solid #1E367D;
	border-top: 1pt solid #A0BADE;
	border-bottom: 1pt solid #1E367D;
}
.main_section_sel{
    font-size: 8pt ;
	font-weight: bold;
	font-family: verdana;
	color: #ffcc00;
	padding-left: 4pt;
	padding-right: 4pt;
	padding-top: 2pt;
	padding-bottom:2pt;
	border-right: 1pt solid #A0BADE;
	border-left: 1pt solid #1E367D;
	border-bottom: 1pt solid #A0BADE;
	border-top: 1pt solid #1E367D;
}

.white{
	font-size: 8pt ;
	font-weight: bold;
	font-family: verdana;
	color: #FEF5E2;
}

.white:hover{
	font-size: 8pt ;
	font-weight: bold;
	font-family: verdana;
	color: #FFCC00;
}

.section-a{
	font-size: 8pt ;
	font-family: verdana;
	font-weight: normal;
	color: #FEF5E2;
}

.section-a:hover{
	font-size: 8pt ;
	font-family: verdana;
	font-weight: normal;
	color: #FFCC00;
}

.section{
	font-size: 8pt ;
	font-family: verdana;
	border: solid 1pt #4E64A7;
	font-weight: normal;
	color: #FEF5E2;
	padding-left: 4pt;
	padding-right: 4pt;
	padding-top: 2pt;
	padding-bottom:2pt;
}

.section_sel{
	font-size: 8pt ;
	font-family: verdana;
	font-weight: normal;
	border: solid 1pt #A0BADE;
	background-color: #37509B;
	color: #FFCC00;
    padding-left: 4pt;
	padding-right: 4pt;
	padding-top: 2pt;
	padding-bottom:2pt;
	cursor: hand;
}
.section_close{
	display: none;
	border: 0pt;
}

.section_open{
	display: inline;
}
