﻿body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.MainSiteColor
{
	background-color: #3C1301;
}

.SecondarySiteColor
{
	background-color: #905A33;
}

.AccentingSiteColor
{
	background-color: #376217;
}

.HeadingText
{
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 18pt; 
    font-style: italic; 
    font-weight: bold; 
    color: #376217;
}

.RegularText
{
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 11pt; 
    color: #666666;
}

.RegularBoldText
{
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 11pt; 
    font-weight: bold; 
    color: #666666;
}

.SmallerText
{
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 9pt; 
    color: #666666;
}

.LinkText
{
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 11pt; 
    font-style: italic; 
    color: #FFFFFF; 
    font-weight:bold;
    text-decoration:none;
}