﻿body 
{
	
}

P
{
	font-family: Verdana;
	font-weight:normal;
	font-size:9pt;
	color:#5f5f5f;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left:15px;
}



H2
{
	font-family: Verdana;
	font-weight:normal;
	font-size:80%;
	font-weight:bold;
	color:#000080;
	margin-top: 15px;
	margin-bottom: 10px;
}

H3
{
	font-family: Verdana;
	font-weight:bold;
	font-size: 10pt; 
	color: #000080;
	MARGIN-TOP: 15px; 
	MARGIN-BOTTOM: 5px;
}

H4
{
	font-family: Verdana;
	font-weight:bold;
	font-size: 9pt; 
	color: #000080;
	MARGIN-TOP: 15px; 
	MARGIN-BOTTOM: 5px;

}

H5
{
	font-family: Verdana;
	font-weight:bold;
	font-size: 8pt; 
	color: #000080;
	MARGIN-TOP: 15px; 
	MARGIN-BOTTOM: 5px;

}

UL
{
	font-family: Verdana;
	font-weight:normal;
	font-size:10pt;
	color: #5f5f5f;
	MARGIN-TOP: 0px; 
	MARGIN-BOTTOM: 0px;
}

OL
{
	font-family: Verdana;
	font-weight:normal;
	font-size:10pt;
	color: #5f5f5f;
	MARGIN-TOP: 0px; 
	MARGIN-BOTTOM: 0px;
}

p.brief
{
	font-family: Verdana;
	font-weight:normal;
	font-size:10pt;
	color: #5f5f5f;
	MARGIN-TOP: 0px; 
	MARGIN-BOTTOM: 0px;
}

A.MainMenu:link
{
	font-weight: 700;
	font-family: Verdana; 
	font-size: 10pt;
	color: white; 
	text-decoration:none;
}
A.MainMenu:visited
{
	font-weight: 700;
	font-family: Verdana; 
	font-size: 10pt; 
	color: white;
	text-decoration:none;
}
A.MainMenu:hover
{
	font-weight: 700;
	font-family: Verdana; 
	font-size: 10pt; 
	color: Orange  ;
	text-decoration:none;
	
}
A.MainMenu:Active
{
	font-weight: 700;
	font-family: Verdana; 
	font-size: 10pt; 
	
	text-decoration:none;
}

.Nav
{
	color:Green;
}
A.Nav:link
{
	font-family: Verdana; 
	font-size: 10pt; 
	color: #333399; 
	text-decoration:none;
}
A.Nav:visited
{
	font-family: Verdana; 
	font-size: 10pt; 
	color: #333399;
	text-decoration:none;
}
A.Nav:hover
{
	font-family: Verdana; 
	font-size: 10pt; 
	color: Red;
	text-decoration:underline;
}

.FactsHeader
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 75%; 
	COLOR: #ffffff; 
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #5694CE;
}
.FactsBodyText
{
	font-family: Verdana;
	font-weight:normal;
	font-size:7pt;
	color: #5f5f5f;
	MARGIN-TOP: 5px; 
	MARGIN-BOTTOM: 5px;
	
}
.FactsBodyTitle
{
	font-family: Verdana;
	font-weight:bold;
	font-size:67%;
	color: #5694CE ;
	MARGIN-TOP: 10px; 
	MARGIN-BOTTOM: 10px;
	
}

.FactsBorder
{
	BORDER-RIGHT: #999999 0.025cm solid; 
	BORDER-TOP: #999999 0.025cm solid; 
	BORDER-LEFT: #999999 0.025cm solid; 
	BORDER-BOTTOM: #999999 0.025cm solid;
}

UL.Facts 
{
	font-family: Verdana;
	font-weight:normal;
	font-size:7pt;
	color: #5f5f5f;
	MARGIN-TOP: 0px; 
	MARGIN-BOTTOM: 0px;
	margin-left: 20px;
	padding-left:5;
}

.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;
    
}

.accordionLink
{
 background-color: #D3DEEF;
    color: white;
}

.collapsePanel {
	width:500px;		
	height:0px;
	background-color:Snow;
	overflow: hidden;
	padding-left:20px;
	padding-right:30px;
	
}

.collapsePanelHeader{	
	width:540px;		
	color:black;
	background-color:  White ;
	font-weight:normal;
	font-size:70%;
	padding:5px; 
	cursor: pointer; 
	vertical-align: middle;
}