﻿body 
{
    font-family: Tahoma;
    font-size:10pt;
}
h2
{
    font-family:Tahoma;
    font-size:x-large;
    font-weight:bold
}
.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;
}
.content1
{
	text-align: center;
	letter-spacing: 4pt;
	color: black;
	font-family: Verdana;
	font-variant: small-caps;
}
.content2
{
	letter-spacing: normal;
	color: midnightblue;
	font-family: Verdana;
	font-variant: small-caps;
	font-size: 9pt;
}
#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.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;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}
	.menu1			{ 
					border: 1px solid red;
					color: white;
					Cursor: hand;
					font-size: 10pt;
					font-family: verdana;
					}
.accordionContent
{
    background-color: silver;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    color: black;
    font-weight: bold;
}
.body 
{
    font-family: Myriad;
    font-size:11pt;
}
.h2
{
    font-family:Myriad;
    font-size:x-large;
    font-weight:bold
}
.heading1
{
	font-size:16pt;
	font-family: Trebuchet MS;
	color: black;
}
.accordionHeader
{
    font-size: 10pt; color: white; letter-spacing: 1pt; text-decoration: bold; background:<%=arrColors(0)%>; font-family: Verdana;
	border-left: 1px solid yellow;
	border-top: 1px solid yellow;
	border-bottom: 2px solid gray;
	border-right: 2px solid gray;
}
}
.formbutton2
{
    font-size: 10pt; color: white; letter-spacing: 1pt; text-decoration: bold; background:<%=arrColors(1)%>; font-family: Verdana;
	border-left: 1px solid yellow;
	border-top: 1px solid yellow;
	border-bottom: 2px solid gray;
	border-right: 2px solid gray;
}
}
.formbutton3
{
    font-size: 10pt; color: red; letter-spacing: 1pt; text-decoration: bold; background:white; font-family: Verdana;
	border-left: 1px solid yellow;
	border-top: 1px solid yellow;
	border-bottom: 2px solid gray;
	border-right: 2px solid gray;
}
}
.formbutton4
{
    font-size: 10pt; color: red; letter-spacing: 1pt; text-decoration: bold; background:white; font-family: Verdana;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 2px solid blue;
	border-right: 2px solid blue;
}
}
.formbutton5
{
    font-size: 10pt; color: red; letter-spacing: 1pt; text-decoration: bold; background:white; font-family: Verdana;
	border-left: 1px solid red;
	border-top: 1px solid red;
	border-bottom: 2px solid red;
	border-right: 2px solid red;
}
