.SectionHeading { color : #0A5690; font-size: 15px; text-decoration : none; font-weight : bold;  text-transform : none; font-family: 'Lucida Grande', 'Tahoma', Verdana, Geneva, Arial, Helvetica, sans-serif; }
.SectionSubHeading { color : #0A5690; font-size: 13px; text-decoration : none; font-weight : bold; text-transform : none; font-family: 'Lucida Grande', 'Tahoma', Verdana, Geneva, Arial, Helvetica, sans-serif; }

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

.accordionHeader a:hover
{
    color: #FFFFFF;
	background: none;
	text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
}

.accordionHeader a:visited
{
	background: none;
	text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
}

.accordionHeader a:active
{
	background: none;
	text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
}

.accordionHeader a:link
{
	background: none;
	text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

.accordionHeaderSelected a:hover
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

.accordionHeaderSelected a:visited
{
    color: #FFFFFF;
	background: none;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

.accordionHeaderSelected a:active
{
    color: #FFFFFF;
	background: none;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

.accordionHeaderSelected a:link
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

.accordionContent
{
    background-color: #E7E7E7;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
