﻿A
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: Tahoma;
	text-decoration: none;
}
A:hover
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: Tahoma;
}
a:link
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: Tahoma;
}

a:visited
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: Tahoma;
}
a:active
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: Tahoma;
}

.MainMenu A
{
	font-size: 10pt;
	color: black;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
}
.MainMenu A:hover
{
	font-size: 10pt;
	color: black;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
}
.MainMenu A:link
{
	font-size: 10pt;
	color: black;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
}

.MainMenu A:visited
{
	font-size: 10pt;
	color: black;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
}
.MainMenu A:active
{
	font-size: 10pt;
	color: black;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
}

.accordionHeader
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #2E4d7B;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
	text-transform: capitalize;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}



.accordionLink A
{
	background-color: #2E4d7B;
	font-size: 9pt;
	color: white;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
}
.accordionLink A:hover
{
	background-color: #D3DEEF;
	font-size: 9pt;
	color: white;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
}
.accordionLink A:link
{
	background-color: #D3DEEF;
	font-size: 9pt;
	color: white;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
}

.accordionLink A:visited
{
	background-color: #D3DEEF;
	font-size: 9pt;
	color: white;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
}
.accordionLink A:active
{
	font-size: 9pt;
	color: white;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
}

.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}
