/* CSS Document */

#accordion {
	width: 175px;
	height: 305px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*border-top: 1px solid #003466;*/
	/*border-right: 1px solid #003466;*/
	/*border-left: 1px solid #003466;*/
}
h3 {
    font-size: 12px;
    padding: 4px 6px 4px 6px;
    margin: 0;
    /*border-style: solid none solid none;*/
    border-top-color: #BDC7E7;
    border-bottom-color: #182052;
    border-width: 1px 0px 1px 0px;
    color:#003466;
    background-color: #bfccd9;
    cursor:pointer;
}
#visible {
    color:#bfccd9;
    background-color: #003466;
}
#panel1, #panel2, #panel3, #panel4 {
    margin: 0;
    padding-bottom: 0;
    border: none;
}
.panel_body {
    height:199px;
}
.panel_body a:link { color: #003466; text-decoration: none; font-weight: bold; }

.panel_body a:visited { color: #003466; text-decoration: none; font-weight: bold }

.panel_body a:active { color: #840021; text-decoration: none; font-weight: bold }

.panel_body a:hover { color: #000000; text-decoration: underline; font-weight: bold }

