﻿
.purple
{
 background-color: #666699;   
 font-family: Trebuchet MS;
 font-size: 9pt;   
 color: White;  
 text-align: justify;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 3px;
}


.accordionHeader
{
   
    
    background-color: white;
    font-family: Trebuchet MS;
    font-size: 15px;
    font-weight: bold;
    margin-top: 3px;
    cursor: pointer;
    text-align: left;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 3px;
    
}

.accordionContent
{
    background-color: white;
    
    border-top: none;
    padding: 5px;
    padding-top: 1px;
    text-align: left;
    font-family: Trebuchet MS;
    font-size: 13px;
}

.accordionLink
{
 background-color: #D3DEEF;
    color: white;
}

A
{
    color: #0066FF;
    text-decoration: none;
}

A:Visited  {
	color : #0066FF;text-decoration: none
}

A:Active  {
	color : #FFCC33;text-decoration: none
}

A:Hover  {
	color : #FFCC33;
}




.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;
}