﻿body 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

H1, H2, H3, H4
{
    COLOR: #c13538;
}

H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight: 700;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: 700;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.58em;
	font-weight: 500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: 500;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform: none;
	}	

td
{
    font-size: 9pt;
    padding: 0px;
}
td.content
{
    padding-top: 5px;
    padding-left: 35px;
    vertical-align: top;
    text-align: left;
    height: 400px;
    background-color: white;
}

.hdrnav
{
    color: Yellow;
    text-decoration: none;
}
.hdrnav:hover
{
    color: Yellow;
    text-decoration: underline;
}

.mbnav
{
    color: #FFFFFF;
    text-decoration: none;
}
.mbnav:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

.buttonsmall
{
    background: url(images/background_button_small.gif) repeat-x;
    border: none;
    color: White;
    text-decoration: none;
    height: 25px;
    font-weight: normal;
    font-size: 9px;
    padding-bottom: 9px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.buttonsmall:hover
{
    background: url(images/background_button_small-ovr.gif) repeat-x;
    text-decoration: underline;
    color: Yellow;
}

.headerStyle
{
    font-size:14px;
    background-color: Black;
    color: White;
}
.footerStyle
{
    text-align:center;
    background-color: Black;
    color: White;
    font-weight:bold;
}
.oddRow
{
    background-color: White;
}
.oddRow:hover
{
    background-color: Yellow;
}
.evenRow
{
    background-color: #CCCCCC;
}
.evenRow:hover
{
    background-color: Yellow;
}
