﻿body
{
    margin: 0px auto;
    padding-top: 20px;
    text-align: center;
    background-color: #fafad2;
    padding-bottom:20px;
}
    
#MainContent
{
	margin: 0px auto;
    text-align: left;
	width: 800px;
	background-color:White;
	
}

div.TabStrip
{
    background-color: #006d00;
    z-index: 99;
    height: 24px;
    width: 800px;
}

div.TabStrip ul
{
    font-family: Tahoma;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	white-space: nowrap;
	width: 800px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height:24px;
}

div.TabStrip li
{
	display: inline;
	border-left: gray 1px solid;
	height: 24px;
}


div.TabStrip li a
{
    color: white;
	display: inline;
	line-height:24px;
    padding: 0px 10px 3px 10px;
	height: 24px;
	text-decoration: none;
	
}

div.TabStrip li a:hover
{
    background-color:White;
    color:Black;
    padding: 0px 10px 3px 10px;
	line-height: 24px;
	height: 24px;
}

div.TabStrip li.RightNoButtonNoText
{    
	padding: 0px 0px 3px 0px;
}

div.TabStrip li.Selected a
{
    border-top: #6b869f solid 3px;
	background-color:White;
	color:Black;
	line-height: 13px;
	height: 15px;
}



div.TabStripFooter
{
    background-color: white;
	z-index:99;
	height: 18px;
	width: 790px;
}

div.TabStripFooter ul
{
    font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	white-space: nowrap;
	width: 800px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height:18px;
}

div.TabStripFooter li
{
	display: inline;
	height: 18px;
}


div.TabStripFooter li a
{
    color: Black;
	display: inline;
	line-height:18px;
    padding: 0px 10px 3px 10px;
	height: 18px;
	text-decoration: none;
	
}

div.TabStripFooter li a:hover
{
    text-decoration: underline;
    padding: 0px 10px 3px 10px;
	line-height: 18px;
	height: 18px;
}


div.TabStripFooter li.RightNoButtonNoText
{    
	padding: 0px 0px 3px 0px;
}

div.TabStripFooter li.Selected a
{
	font-weight:bold;
	line-height: 13px;
	height: 15px;
}

.FT10
{
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10px;
   color: #000000;
   text-decoration: none;
}


.FT12
{
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 12px;
   color: #000000;
   text-decoration: none;
}

.FT14
{
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 14px;
   color: #000000;
   text-decoration: none;
}

.FT16
{
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 16px;
   color: #000000;
   text-decoration: none;
}

.FT30
{
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 30px;
   color: #008000;
   text-decoration: none;
}

.FTjustified
{
    text-align:justify;
}

.FTB
{
    font-weight:bold;
}
.FTCred
{
    color:Red;
}

