﻿body {
}
    .style1 { FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #0000ff } 
	.style3 { FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #0000ff } 
	.style5 { FONT-SIZE: 12px; COLOR: #003399 } 
	.style6 { FONT-FAMILY: Arial, Helvetica, sans-serif } 
	.style9 { FONT-SIZE: 12px } 
	.style10 { FONT-SIZE: 12px; COLOR: #333333 }
	.style5 {font-size: 12px}
	.style6F {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.style7 {font-size: 12px; color: #333333; }
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}
a:active {
	text-decoration: none;
}
.style8 {color: #666666}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}	

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
