﻿body
{
	font-family:Arial;
	font-size: 12px;
    margin: 0px;
    padding: 0px;
}

a
{
	text-decoration: none;
	color: #003471;
}

a:hover
{
	text-decoration: underline;
}

.bluetext
{
	text-decoration: none;
	color: #003471;
}

.banner
{
	background-color: #FFFFFF;
	padding: 0:0:0:0;
}

.ddl
{
	background-color: #F6F8FA;
}


.titleBar
{
	background-color: #C7CDD3;
	color: Black;
	border-style: solid;
	border-width: 1px;
	border-color: #8E8E8E;
	font-weight: bold;
}

 

.subTitleBar
{
	background-color: #D4DAE0;
	color: Black;
	border-style: solid;
	border-width: 1px;
	border-color: #8E8E8E;
}
.gray
{
	background-color: #EFF2F4;
	border-width: thick;
	border-color: #8795A2;
}




.leftMenu
{
	background-color: #C8D9E9;
	border-width: 2px;
}
.leftMenuTop
{
	background-color: #7397B9;
	color: White;
	border-width: 2px;
}
.table
{
	background-color: #5082B1;
}
.tableLeft
{
	background-color: #456B8F;
}


.textbox18
{
	width: 18px;
	border: solid 1px #5082B1;
}

.textbox25
{
	width: 25px;
	border: solid 1px #5082B1;
}

.textbox40
{
	width: 40px;
	border: solid 1px #5082B1;
}
.textbox50
{
	width: 50px;
	border: solid 1px #5082B1;
}
.textbox75
{
	width: 75px;
	border: solid 1px #5082B1;
}
.textbox100
{
	width: 100px;
	border: solid 1px #5082B1;
}
.textbox125
{
	width: 125px;
	border: solid 1px #5082B1;
}
.textbox150
{
	width: 150px;
	border: solid 1px #5082B1;
}
.textbox175
{
	width: 175px;
	border: solid 1px #5082B1;
}
.textbox200
{
	width: 200px;
	border: solid 1px #5082B1;
}



.buttonDownload
{
	width: 75px;
	height: 25px;
	background-color: White;
	color: #133975;
    border: #133975 1px solid;
	font-weight: normal;
	font-size: 11px;
}

.button
{
	width: 75px;
	background-color: White;
	color: #133975;
    border: #133975 1px solid;
	font-weight: bold; 
	cursor: hand;
	cursor: pointer;
}

.buttonMid
{
	width: 100px;
	background-color: White;
	color: #133975;
    border: #133975 1px solid;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}

.buttonMidLarge
{
	width: 150px;
	background-color: White;
	color: #133975;
    border: #133975 1px solid;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}

.buttonLarge
{
	width: 200px;
	background-color: White;
	color: #133975;
    border: #133975 1px solid;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}

.warningPopup div, 
.warningPopup td { 
    border:solid 1px #456B8F; background-color: #C8D9E9; 
}

.warningBox
{ 
	background-color: #FFFF00; 
}

.horizonalDiv{
float:left;
width:500px;
height:300px;
overflow:auto;
white-space:nowrap;
}


.helpfulLinks
{
}

.faqs h1
{
	font-size: medium;
	margin-top: 25px;
}
.helpfulLinks h1
{
	font-size: medium;
	text-decoration: underline;
}

.helpfulLinks h2
{
	font-size:small;
	font-weight:bold;
	margin-left: 15px;
	margin-top: 8px;
	margin-bottom:2px;
}

.helpfulLinks h3
{
	font-size:small;
	font-weight:normal;
	margin-top: 0px;
	margin-left:10px;
	margin-bottom:0px;
	padding-left:10px;
	
}

.helpfulLinks a
{
	text-decoration: none;
	color: Black;
}
.helpfulLinks a:hover
{
	text-decoration: underline;
}

.smallerFontTable
{
	width:100%;
	margin:5px 0px 10px 0px;
	font-size:9pt;
	text-align:left;
}

.header
{
    background-color: #003366;
    color: White;
    font-weight: bold; 
    border-width: 1px; 
    border-style: solid; 
    border-color: #003366; 
}
.headerBackground
{
    background-color: #ffffff;
    font-weight: normal;
    font-size: 12px;
    color:Black;
}
.subHeader
{
    background-color: #c0c0c0;
    font-weight: bold;
    font-size: 12px;
    color: Black;
}
.grid
{
    border-bottom-color: #c0c0c0; border-bottom-width: 1px; border-bottom-style: groove;
    border-top-color: #c0c0c0; border-top-width: 1px; border-top-style: groove; border-right-style:none; border-left-style:none;
    text-align: center;
}
.columnInvisible
{
    display: none;
}
a.whiteLink{
    text-decoration: underline;
    color: white;
}