﻿BODY
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
H1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 15px;
    COLOR: #993300;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
H2
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 20px;
    COLOR: #993300;
    FONT-STYLE: italic;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
H3
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #993300;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
TD
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
P
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	
}
.header
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #993300;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.link
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: underline
}
.advertising
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #993300;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: underline
}
.advertising:hover
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: navy;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: underline
}
A:link
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: underline
}
A:active
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #993300;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: underline
}
A:visited
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #993300;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: underline
}
.contentbox
{
    BORDER-RIGHT: #993300 5pt solid;
    PADDING-RIGHT: 10px;
    BORDER-TOP: #993300 0pt solid;
    BORDER-LEFT: #993300 2pt solid;
    BORDER-BOTTOM: #993300 8pt solid;
    BACKGROUND-COLOR: white
}
.input
{
    BORDER-RIGHT: gray 1pt solid;
    BORDER-TOP: gray 1pt solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: gray 1pt solid;
    COLOR: black;
    BORDER-BOTTOM: gray 1pt solid
}
.navigation
{
    BORDER-RIGHT: peru 1pt solid;
    BORDER-TOP: peru 1pt solid;
    BORDER-LEFT: peru 1pt solid;
    BORDER-BOTTOM: peru 1pt solid;
    BACKGROUND-COLOR: palegoldenrod
}
.boxit
{
	BORDER-RIGHT: #cccc99 2px inset;
	BORDER-TOP: #cccc99 1px solid;
	BORDER-LEFT: #cccc99 1px solid;
	BORDER-BOTTOM: #cccc99 2px inset;
}
.boxunder
{
    BORDER-BOTTOM: black 1px solid
}
.tiny
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial
}
TABLE.burgboxit
{
    BORDER-RIGHT: #993300 2px inset;
    BORDER-TOP: #993300 1px solid;
    BORDER-LEFT: #993300 1px solid;
    BORDER-BOTTOM: #993300 2px inset
}
TABLE.goldboxit
{
    BORDER-RIGHT: #ffcc00 2px solid;
    BORDER-TOP: #ffcc00 1px solid;
    BORDER-LEFT: #ffcc00 1px solid;
    BORDER-BOTTOM: #ffcc00 2px solid
}
.newheader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    TEXT-TRANSFORM: uppercase;
    COLOR: #993300;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana
}
.email_red
{
    FONT-WEIGHT: bolder;
    COLOR: #993300;
    FONT-FAMILY: Verdana
}
DIV.Calendar
{
	position: absolute;
	background-color: white;
	layer-background-color: white;	
	color: Black;
}
.pad {
	padding: 10px;
}

.big_link {
	font-size:14px;
}

.med_text {
	font-size:12px;
}

.large_text {
	font-size:14px;
}

.large_red_link  a {
	font-size:14px;
}


.email_title {
	font-size:16px; 
	color:FFCC00; 
	font-weight:bold;
}

.tab { 
	font-family: verdana,sans-serif; 
	font-size: 14px;
	width: 100px;
	white-space: nowrap;
	text-align: center;
	border-style: solid;
	border-color: black;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	}
.tabhold { 
	background-color: white;
	color: black;
	}
.tabfocus { 
	background-color: black;
	color: white;
	}
.tabcontent { 
	font-family: sans-serif; 
	font-size: 14px;
	width: 400px;
	height: 275px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	}
.pad_10 {
	padding: 10px;
	text-align: justify;
}
.goldbackground {
	background-color: #FFCC00;
}
