﻿body
{
	color: #727272;
	font-family: Arial, Helvetica, sans-serif;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #616161;
}
h1
{
	font-size: 20px;
	margin-left: 20px;
	margin-top: 5px;
	color: #8b9a03;
}
h1 img
{
	vertical-align: middle;
}
h2
{
	font-weight: bold;
	font-size: 15px;
	margin-left: 47px;
}
h2 img
{
	margin-right: 12px;
	vertical-align: middle;
}
h3
{
	font-size: 12px;
	margin-left: 47px;
}
p
{
	font-size: 10pt;
	text-align: left;
	margin-left: 47px;
	margin-right: 30px;
	text-align:justify;
}
a
{
	color: #8b9a03;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;	
}
div.panel_main
{
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -382px;
    width: 750px;
    border-left: 7px white solid;
    border-right: 7px white solid;
    border-bottom: 19px white solid;
    background-color: white;
}
.panel_banner
{
    display: block;
    width: 750px;
    height: 320px;
}
div.panel_content_main
{
	display: block;
	overflow: hidden;
}
div.panel_content2_main
{
	background-color: #e0e0e0;
	overflow: auto;
	/*height: 313px;*/
	width: 750px;
	scrollbar-arrow-color: #e0e0e0;
    scrollbar-face-color: #909090;
    scrollbar-shadow-color: #909090;
    scrollbar-highlight-color: #909090;
    scrollbar-track-color: #e0e0e0;
    scrollbar-3dlight-color: #e0e0e0;
    scrollbar-darkshadow-color: #e0e0e0;
    padding-bottom: 10px;
}
img.footer_main
{
	display: block;
	clear: both;
}

.accordionHeader
{   
    color: white;
    background-color: gray;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
}

.accordionHeader h2
{
    color: #B0E114;
    margin-top: 0px;
    margin-bottom: 0px;
}

.accordionHeader h2:hover
{
    text-decoration: underline;
}
