﻿.accordionHeader
{
	color: white;
	background-color: #993300;
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
	border-right: #993300 thin solid;
	border-top: #993300 thin solid;
	border-left: #993300 thin solid;
	border-bottom: #993300 thin solid;
}

.accordionContent
{
	background-color: #663300;		
	font-weight: normal;
	font-size: x-small;
	font-family: Verdana;
}

.accordionLink
{
 background-color: #993300;
    color: White;
}

.QuotePanel
{
	background-color: #663300;
	font-weight: normal;
	font-size: x-small;
	font-family: Verdana;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: white;
	padding-top: 10px;
	border-right: #993300 thin solid;
	border-top: #993300 thin solid;
	border-left: #993300 thin solid;
	border-bottom: #993300 thin solid;
}

.style1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: White;
}

.style2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: Black;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited
{
	color: #ffffff;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	color: #FFFFFF;
	text-decoration: none;
}

.topicQuotes
{
	background-color: #663300;
	font-weight: normal;
	font-size: x-small;
	font-family: Verdana;
	color: White;
}

.DisplayQuotes
{
	background-color: #663300;
	font-weight: normal;
	font-size: x-small;
	font-family: Verdana;
	color: White;
}

.DisplayQuotesAlternate
{
	background-color: #993300;
	font-weight: normal;
	font-size: x-small;
	font-family: Verdana;
	color: White;
}