﻿body 
{
	background-color: #FFFFCC;
}

.TopRow
{
	background-color: #CCCC99;
}

#wrapper
{
	background-color: White;	
}

.SeparatorColor
{
	color: #FFFFCC;
}

.Title
{
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;	
	font-weight: bold;
	padding: 5px;
}

.TopNavigation
{
	background-color: #330000;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;	
	font-weight: bold;
	padding: 5px;
	padding-left: 6px;
	padding-right: 6px;
	z-index: 1;
}

.TopNavigation:hover
{
	background-color: #663300;
	color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;	
	font-weight: bold;
	font-style: normal;
	cursor: pointer;
	padding: 5px; 
	padding-left: 6px;
	padding-right: 6px;
}

.TopNavigation a:hover
{
	background-color: #663300;
	color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;	
	font-weight: bold;
	font-style: normal;
	cursor: pointer;
	padding: 5px; 
	padding-left: 6px;
	padding-right: 6px;
}

.TopSubNavigation
{
	background-color: #333300;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;	
	font-weight: bold;
	padding-left: 18px;
	padding-right: 18px;
	z-index: 1;
}

.TopSubNavigation:hover
{
	background-color: #663300;
	color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;	
	font-weight: bold;
	font-style: normal;
	cursor: pointer;
}

.TopSubNavigation a:hover
{
	background-color: #663300;
	color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;	
	font-weight: bold;
	font-style: normal;
	cursor: pointer;
}

.TopSmallNavigation
{
	color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	font-weight: bold;
	padding: 5px;
}

.SectionHeader
{
	color: #330000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;	
	font-weight: bold;
	padding: 5px;
}

.SectionCategory
{
	color: #330000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;	
	font-weight: bold;
	padding: 5px;
}

.SectionSpecial
{
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	font-weight: bold;
	padding: 5px;
}

.SectionContent
{
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 5px;
}

.ButtonStandard
{
	border:solid 1px #660000;
	background-color:#330000;
	color:#ffffff;
	font-family:Verdana Arial Sans-Serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	padding-left:7px;
	padding-right:7px;
	text-transform:uppercase;
}

.Error
{
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 5px;
}