﻿body 
{
	font-family: Arial, Sans-Serif;
	font-size: medium;
	font-weight: normal;
	color: #1e1a17;
}

h1 
{
	color:#da1912;
	font-family: Tahoma, Sans-Serif;
	font-size: 18pt;
	font-weight: bold;
}

h2
{
	color:#990000;
	font-family: Tahoma, Sans-Serif;
	font-size: 16pt;
	font-weight: bold;
}

h3
{
	color:#c62824;
	font-family: Tahoma, Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
}



.accordionHeader
{
	border: 1px solid #b8860b;
	color: black;
	background-color: #b8860b;
	font-family: Tahoma, Sans-Serif;
	font-size: medium;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}
	
.accordionContent
{
	background-color: white;
	border: 1px dashed #b8860b;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}

.accordionLink
{
	background-color: #b8860b;
	color: white;
}