﻿body
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
}


A:link
{
	color: #ffffff;
}
A:visited
{
	color: #ffffff;
}
A:hover
{
	color: #ffffff;
	font-weight: bold;
}

li
{
	margin: 2px;
	padding: 2px;
}


.fields
{
	border: thin solid #C0C0C0;
	margin: 2px;
	padding: 2px;
	text-align: left;
	
}


.blueBar
{
	padding: 2px 5px 3px 2px;
	background-color: #2e5d95;
	color: #FFFFFF;
	text-align: left;
	font-family: Tahoma;
	margin-left: 0px;
}
.blueBarCenter
{
	padding: 2px 5px 3px 2px;
	background-color: #2e5d95;
	color: #FFFFFF;
	text-align: center;
	font-family: Tahoma;
	
}




.disclaimer
{
	margin: 5px;
	padding: 5px;
	text-align: justify;
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma;
	
}



.gridRowSpacing
{
	padding-top: 5px;
	padding-bottom: 5px;
}


.keyHeading
{
	color: #ffffff;
	font-size: medium;
	font-weight: bolder;
	padding: 5px;
	margin: 5px;
}

.keyLinks:link
{
	color: #000066;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.keyLinks:hover
{
	color:#000066;
	font-size: 10pt;
	font-weight:bold;
	text-decoration: underline;
}

.keyLinks:visited
{
	color: #000066;
	font-size: 10pt;
	font-weight:bold;
	text-decoration: none;
}

.keyTable
{
	border-style: double;
	border-width: thin;
	padding: 3px;
	color: #000066;
	text-align: left;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	background-color: #FFFFFF;
	width: 90%;
}


.lblDateLastRefreshed
{
	font-size: 10pt;
	font-weight: normal;
	padding: 5px;
}



.masterHeading
{
	font-family: verdana;
	font-size: 22px;
	font-weight: bold;
	color: #2965ab;
	text-align: center;
	height: 60px;
}

.navbar
{
	background-color: #2e5d95;
	height: 25px;
}

.notice
{
	font-size:10pt;
	text-align:center;
	font-weight:bold;
	margin: 3px;
}


.searchpage
{
	border: 1px solid #ccc;
	color: #000;
	background-color: #eff4fa;
	text-align: left;
	margin: 10px 10px 10px 10px;
}

.searchButtons
{
	width: 75px;
}

.searchLabels
{
	text-align: left;
	font-size:8pt;
	width:65px;
}



.subnav
{
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}


.subnav:visited
{
	text-decoration: none;
}

.subnav:hover
{
	text-decoration: underline;
}


.tderror
{
	border-width: 1px;
	border-style: solid;
	background-color: #eef3fa;
	border-color: #dededc;
	font-size: 12px;
}


.validations
{
	font-size: small;
}


.wrapper
{
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	padding: 0px;
	margin: 10px auto;
	width: 800px;
	color: #000;
	background-color: #fdfdff;
	text-align: left;
}




