﻿body
{
	margin-bottom: 20px;
}

.title
{
	font-family: verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666634;
}
.subTitle
{
	font-family: verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

table.shell
{
	width: 90%;
	height: 100%;
}

table.navTable
{
border-right: 1px solid #000000;
width: 100%;
height: 100%;
}


td.nav
{
background-image: url('images/gradient.jpg');
background-repeat: repeat-x;
font-family: arial;
font-size: 11px;
color: #000000;
font-weight: bold;
padding: 5px;
height: 100%;
border-top: 1px solid #000000;
}

td.mainContent
{
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	padding: 8px;
}

img.images
{
	border: 1px solid #000000;
}

td.mainContent table
{
	font-family: verdana;
	font-size: 12px;
	color: #000000;
}

table.Bottom
{
	margin-top: 4px;
	background-color: #CC7A02;
	border-top: 4px solid #edd3b5;
	width: 100%;
	height: 22px;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
table.Bottom a:link {color: #FFFFFF; text-decoration: none;}
table.Bottom a:visited {color: #FFFFFF; text-decoration: none;}
table.Bottom a:hover {color: #FFFFFF; text-decoration: underline;}
table.Bottom a:active {color: #FFFFFF; text-decoration: underline;}

td.topNav
{
	font-size: 10px; 
	font-family: verdana, sans-serif; 
	padding-right: 10px;
}
td.topNav a:link {color: #000000; text-decoration: none;}
td.topNav a:visited {color: #000000; text-decoration: none;}
td.topNav a:hover {color: #000000; text-decoration: underline;}
td.topNav a:active {color: #000000; text-decoration: underline;}

:link.topNavlink {color: #FFFFFF; text-decoration: none; font-weight: bold;}
:visited.topNavlink {color: #FFFFFF; text-decoration: none; font-weight: bold;}
:hover.topNavlink {color: #FFFFFF; text-decoration: underline; font-weight: bold;}
:active.topNavlink {color: #FFFFFF; text-decoration: underline; font-weight: bold;}

:link.sideNavlink {color: #000000; text-decoration: none; font-weight: bold;}
:visited.sideNavlink {color: #000000; text-decoration: none; font-weight: bold;}
:hover.sideNavlink {color: #000000; text-decoration: underline; font-weight: bold;}
:active.sideNavlink {color: #000000; text-decoration: underline; font-weight: bold;}

.calcs
{
	background-color: #EEEEEE;
}
table.boxBorder{border: solid 1px #CD7A02;}