﻿body
{
	margin: 15px;
	font-family: Verdana, Tahoma, helvetica, Sans-Serif;
	background-color: #ffffff;
	font-size: 75%;
}

h1
{
	padding: 14px;
	font-size: 150%;
	font-family: Georgia,Times New Roman,serif;
}

h4
{
	margin-top: 30px;
}

h5
{
	font-size: 100%;
}

.sectionHead
{
	font-weight: bold;
}

.sectionHeadfaq
{
	font-weight: bold;
	margin-left: 15px;
}

.sectionBodyIndentfaq
{
	margin-left: 50px;
}

.sectionBodyfaq
{
	margin-left: 15px;
}

.tableMain
{
	background-color: #7c8d56;
	border: #7c8d56 thin solid;
}

.tableHeader
{
	background-color: #7c8d56;
	color: White;
}

.oddRow
{
	background-color: #efeec5;
}

.evenRow
{
	background-color: White;
}

.key
{
	border: 1px black solid;
	padding: 4px;
	background-color: LightBlue;
	font-weight: bold;
	font-family: System;
	font-size: large;
}

a
{
	text-decoration: none;
	color: #7b8c5a;
}
a:hover
{
	text-decoration: underline;
	color: #7b8c5a;
}
a:visited
{
	color: #7b8c5a;
}

