﻿body 
{
    font-family : Times New Roman, Serif;
	font-weight : normal;
	font-size : 10pt;
	color : #1C224E;
	text-decoration : none;
}

.mainTable
{
    padding: 5px;
    width: 700px;
    height: 100%;
}

.contentTable
{
    background-color: #F5F5F5;
    border: solid 1px Gray;
    padding: 10px;
    width: 600px;
}

.contentTableWhite
{
    background-color: #ffffff;
    border: solid 1px Gray;
    padding: 10px;
    width: 600px;
}

.leftMenu
{
    width: 150px; 
    padding: 5px 0px 10px 10px;
    font-family: Verdana, Sans-Serif; 
    font-size: 1.0em;
    color: #48181E; 
    background-color: #FFF7E7;
    border: solid 1px #48181E;
    margin: 0px;
}

.pageTitle
{
    font-size: 1.5em;
}

.bodyText
{
    font-family : Times New Roman, Serif;
	font-weight : normal;
	font-size : 12pt;
	color : #1C224E;
	text-decoration : none;
}

.footerCell
{
    background-color: #57758D; 
    text-align:right; 
    color: White; 
    font-weight:bold; 
    font-size: medium; 
    border-color: #002C4F; 
    border-style: solid; 
    border-width: 2px;
}



A:LINK, A:VISITED 
{
    padding: 1px 1px 1px 1px;
    background-color : transparent;
	font-family : Tahoma, Verdana, Arial, sans-serif;
	font-weight : bold;
	font-size : 10pt;
	color : #48181E;
	text-decoration : none;
	border-bottom : 1px solid #090F3E;
}

A:HOVER, A:ACTIVE 
{
    padding: 1px 1px 1px 1px;
	background-color : #57758D;
	font-family : Tahoma, Verdana, Arial, sans-serif;
	font-weight : bold;
	font-size : 10pt;
	color : #ffffff;
	text-decoration : none;
	/* border-bottom : 1px solid #090F3E;*/
}
