﻿
body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #262626;
}

/*          ==================================================  */
/*          Colored Div Styles                                       */
/*          ==================================================  */
.lightGreyDiv { 
background: #A3A3A3; 
} 

.darkGreyDiv { 
background: #848484; 
} 

.darkerGreyDiv 
{
background: #737272;
}
.darkDiv { 
background: #262626; 
} 

.redDiv { 
background: #c52527; 
} 
/*          ==================================================  */
/*          Font Styles                                       */
/*          ==================================================  */

.fontMed 
{
	color: #FFFFFF;
	font-size: 12px;
	font-family: arial;
	font-weight:bolder;
}

.fontMedBold
{
	color: #FFFFFF;
	font-size: 14px;
	font-family: arial;
	font-weight:bold;
}

.fontMedBoldGrey
{
	color: #979a9e;
	font-size: 14px;
	font-family: arial;
	font-weight:bold;
}

.fontSmall 
{
	color: #FFFFFF;
	font-size: 10px;
	font-family: arial;
}

.fontLarge 
{
	color: #FFFFFF;
	font-size: 14px;
	font-family: arial;
	font-weight:bolder;
}

.errorMessage 
{
	color: #B63C17;
	font-size: 12px;
	font-family: arial;
	font-weight:bolder;
}

h1 { 
    color: #B63C17;   
    font-size: 36px;
    font-family: arial;
}

h2 { 
    color: #FFFFFF;
    font-size: 18px;
    font-family: arial;
}

h3 { 
    color: #B63C17;   
    font-size: 16px;
    font-family: arial;
    padding-bottom: 1px;
    margin-bottom: 2px;
    padding-top: 0px;
    margin-top: 0px;
}

/*          ==================================================  */
/*          Link Styles                                       */
/*          ==================================================  */

.navLink
{
	color: #FFFFFF;
	font-size: 18px;
	font-family: arial;
	font-weight:bold;
}

a.navLink
{
	color: #FFFFFF;
	font-size: 18px;
	font-family: arial;
	font-weight:bold;
	text-decoration: none;
}

a.navLink:hover
{
	color: #B63C17;
	font-size: 18px;
	font-family: arial;
	font-weight:bold;
	text-decoration: underline;
}

.footerLinks 
{
	color: #FFFFFF;
	font-size: 10px;
	font-family: arial;
}

a.footerLinks 
{
	color: #FFFFFF;
	font-size: 10px;
	font-family: arial;
}

a.footerLinks:hover
{
	color: #B63C17;
	font-size: 10px;
	font-family: arial;
}

a:hover 
{
    color: #979a9e;
	text-decoration: none;
    }

a {
	color: #B63C17; 
	text-decoration: none;
    }


/*          ==================================================  */
/*          Padded Styles                                       */
/*          ==================================================  */

.marginBottom5 {
	margin-bottom: 5px;
}

.marginBottom10 {
	margin-bottom: 10px;
}

.marginBottom15 {
	margin-bottom: 15px;
}

.marginBottom20 {
	margin-bottom: 20px;
}

.marginTopBottom50 {
	margin-bottom: 50px;
	margin-top: 50px;
}
.marginPad5 {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.marginPad10 {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.marginPad20 {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* --------------------------------------------------------------------
	Lists and tables
   -------------------------------------------------------------------- */


table.list1
{
	background-color: #262626;
	border: 1px solid #737272;
}


td.list1Cell1
{
	background-color: #c52527; 
}

td.list1Cell2
{
	background-color: #848484;
}

td.list1Cell3
{
	background-color: #737272;
}

th.list1
{
	font-weight: normal;
	font-size: 9pt;
	background-color: #848484;
	border-top: 1px solid #c52527;
	
}