body
{
    background-color: #2a2c2b;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    text-align: justify;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.Home
{
    font-size: 10px; 
}

.HomeLink
{
    font-size: 10px;
    color: white; 
    text-decoration: none;
}

.HomeLink:Hover
{
    color: Yellow; 
}

ul.floater { 
	margin-left: 0px;
}

a.floater:link, a.floater:visited { 

	color: White;
	display: block;
	float: left;
	width: 145px;
	height: 19px;
	border: 1px solid #7c32cd;
	background-color: #5d1ea2;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 1px;
	text-decoration: none;
	margin-right: 3px;	
}

a.floater:hover { 
	background-color: #ffa800;
	border: 1px solid #7c32cd;
	color: Black;
}

div.faq_header {
	font-weight: bold;
	font-size: 12pt;
	color: #ffffff;
	display: block;
	border-bottom: 1px dotted #404040;
	margin-bottom: 5px;
}

div.faq_entry { 
	margin: 15px;
	margin-bottom: 30px;
}

div.faq_heading { 
	font-weight: bold;
	font-size: 14pt;
	color: #ffffff;
	display: block;
	margin-bottom: 5px;
	background-color: #562091;
	border-bottom: 1px dotted #464646;
	padding-left: 1px;
	padding-bottom: 2px;
}

a.faq_uptop:link { 
	float: right;
	position: relative;
	top: -18px;
	font-size: 7pt;
	color: #aaaaaa;
	font-weight: normal;
	
}

div.content-inner { 
	margin: 15px;
	text-align: left;
}

P
{
	margin: 0px 0px 0px 0px;
}

.Menu
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: White;
    text-decoration: none;
}

.Menu:Hover
{
    color: Yellow;
}

.Link
{
    color: Yellow;
    text-decoration: none;
}

.Link:Hover
{
    color: Red;
    text-decoration: none;
}

.Heading
{
    color: #fcff00;
    font-weight: bolder;
    font-size: 16px;
}

.Footer
{
    font-size: 10px;
    font-style: italic;
    color: GrayText;
}

.ContactTextBox
{
	background-color: #562091;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
}

.ContactButton
{
	background-color: #562091;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
}

.Heading2
{
    color: Yellow;
    font-weight: bolder;
    font-size: 16px;
}

.HeadingYellow
{
    color: #fffc00;
    font-weight: bolder;
    font-size: 12px;
}