﻿/***************************************************
 *  MASTER STYLE SHEET -- CONTAINS STYLES RELATIVE *
 *  ONLY TO ITEMS ON THE MASTER PAGE ITSELF        *
 **************************************************/

body 
{
	background-color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11pt;
	font-weight: lighter;
	text-decoration: none;
	margin: 0 0 0 0;
	width: 980px;
}
.sideCalculator
{
	visibility: hidden;
}

.greySpacers
{
    width: 202px;
    background-color: #666666;
    height: 17px;
}

.sideGrey
{
	width: 202px;

	background-color: #666666;
}
.masterTable
{
	width: 980px;
	border: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
} 
.masterTable td
{
	xborder: solid 1px yellow;
}
.masterTable tr
{
	xborder: solid 1px yellow;
}
.loginButtons
{
	background-color: #888888;
	color: #000000;
	font-family: Garamond;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	border: 1px solid #000000;
	width: 50px;
}
.loginText
{
	font-size: 12px;
	color: #DDDDDD;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
}
.footerLogo
{
	color: #DDDDDD;
	font-family: Myriad, Arial, Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
	display: block;
	text-align: right;
	vertical-align: top;
}
.masterText
{
	color: #DDDDDD;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	display: block;
	text-align: left;
	vertical-align: top;
}
.masterText a:link
{
	color: #DDDDDD;
	text-decoration: none;
}
.masterText a:visited
{
	color: #DDDDDD;
	text-decoration: none;
}
.masterText a:hover
{
	color: #BBBBCC;
	text-decoration: underline;
}
.masterText a:focus
{
	color: #111111;
	text-decoration: none;
}
.masterText a:active
{
	color: #BBBBCC;
	text-decoration: none;
}

.nav
{
	background-color: Red;	
}