﻿body
{
	
	background-color: #ffffff;
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	
}
sup
{
	font-family: arial;
	font-size: 9px;
}
a:link {color: #335577; text-decoration: underline;}
a:visited {color: #335577; text-decoration: underline;}
a:hover {color: #4162A5; text-decoration: none;}
a:active {color: #4162A5; text-decoration: none;}

:link.topNavlink {color: #FFFFFF; text-decoration: none;}
:visited.topNavlink {color: #FFFFFF; text-decoration: none;}
:hover.topNavlink {color: #E7E3BE; text-decoration: none;}
:active.topNavlink {color: #E7E3BE; text-decoration: none;}

:link.bottomNavlink {color: #050D70; text-decoration: none; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
}
:visited.bottomNavlink {color: #050D70; text-decoration: none; font-size: 10px;  font-family: Verdana;
}
:hover.bottomNavlink {color: #050D70; text-decoration: underline; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
}
:active.bottomNavlink {color: #050D70; text-decoration: none; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.whatsNewTable
{
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*Use for all of the titles on each page*/
.title
{
	color: #4E6352;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* This the main table for the site. Set border, and overall look for the main table*/
table.shell
{
	width: 100%;
	vertical-align: top;
	
}

/* This the table for the top navigation*/
table.navtable
{
	width: 158px;
}
td.tanline
{
background-image: url(images/tanLine.gif); 
background-repeat: repeat-y; 
}
/*This is for the table surrounding the entire top section. Keep same size as shell.*/
table.toptable
{
	width: 100%;
	
}


/*This is for the table surrounding the entire bottom section. Keep same size as shell.*/
table.bottomtable
{
	width: 100%;
		padding: 0px;	

}



/*This is to control the content area of the site*/

.contactTable {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000
}



td.contentMainCell
{
	
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	vertical-align: top;
}
td.bottomCell
{
	background-image:url('images/footer.jpg'); 
	background-repeat: no-repeat;
	background-color: #22478E;
	cell-padding: 0px;
	vertical-align:middle;
	height: 26px;
}

td.logoCell
{
	background-image: url('images/logo.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF;
	
}

td.logoTile
{
	background-image: url('images/logoTile.jpg');
	background-repeat: repeat x;
	color: #FFFFFF;
	
}
td.logoRight
{
	background-image: url('images/logoRight.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	color: #FFFFFF;
	
}

/*Use this to control the Whats New Table*/
table.whatsnew
{
	width: 325px;
	background-color: #B1C4D8;
	border: 2px solid #10301B;
	padding: 5px;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

/* Use for DL */
table.login
{
	width: 150px;
	border: none;
	padding: 3px;	
	background-color: #ffffff;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: #04096D;

	
}

/* Use for Contact Form*/
table.contactForm
{
	width: 100%;
	background-color: #EEEEEE;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0px solid #823C46;
}

/*Use for Calculators*/

.calcs
{
	background-color: #EEEEEE;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/*Use for disclaimers*/
.finePrint
{
	font-size: 9px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.input-box
{
color: #000000;
background: #ffffff;
border: #000000 solid 1px;
font-size: 10px;
width: 100px;
}

table.RatesTable
{
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}

.inner
{
	font-family: arial;
	font-size: 11px;
}

td.homeRight
{
	padding-left: 5px;

}

/* hide bugs logos */
body.bugHide img.bugHide
{
	display:none;
}

.underlineFade {
	margin:-6px 0 14px 0; text-align:center;
	*margin:-12px 0 14px 0;
}


.hometitle {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


