@media screen {


h1
	{
		color: #073B70;
		font-size: 13pt;
		font-weight: bold;
	}

h2
	{
		font-size: 11pt;
		font-weight: bold;
		color: #073B70;
	}

h3
	{
		font-size: 10pt;
		font-weight: bold;
		color: #073B70;
		margin-bottom:2px;
	}

a:link, a:visited, a:active ,a:hover
	{
		color:#073B70;
		text-decoration:none;
		font-weight:bold;
	}

a:hover
	{
		text-decoration:underline;
	}

a:link.whitelink, a:visited.whitelink, a:active.whitelink ,a:hover.whitelink
	{
		color:#ffffff;
		text-decoration:none;
		font-weight:bold;
	}

a:hover.whitelink
	{
		text-decoration:underline;
	}

a:link.navlink, a:visited.navlink, a:active.navlink ,a:hover.navlink
	{
		color:#ffffff;
		text-decoration:none;
		font-weight:bold;
	}

body
	{
		font-size:10pt;
		font-family: Verdana, Tahoma, Helevetica, Arial, sans-serif;
		background-color:#30608F;
	}

table
	{
		font-size:10pt;
		font-family: Verdana, Tahoma, Helevetica, Arial, sans-serif;
	}

.maintable
	{
		width:740px;
		background-color:#ffffff;
		border-color:#ffffff;
		border-width:2px;
		border-style:solid;
		margin-right:auto;
		margin-left:auto;
	}

.navbar
	{
		width:26%;
		border-color:#073B70;
		border-style:dashed;
		border-width:0px 2px 0px 0px;
		text-align:center;
		vertical-align:top;
		padding:5px 2px 0px 0px;
	}

.navtable
	{
		width:97%;
		border-color:#ffffff; 
		border-style:solid; 
		border-width:2px;
	}

.topbar
	{
		background-color:#073B70; 
		text-align:right; 
		color:#ffffff; 
		font-size:8pt; 
		padding:3px 5px 3px 0px;
	}
	
.bottombar
	{
		width:100%; 
		background-color:#073B70;
		color:#ffffff; 
		text-align:center; 
		font-size:8pt; 
		padding:5px 0px 5px 0px;
	}

.importantnote
	{
		color:#B00000;
		font-weight:bold
	}

.button
	{
		background-color:#073B70;
		color:#ffffff;
		border-color:#ffffff;
		border-style:solid;
		border-width:0px 0px 1px 0px;
		padding:2px;
		font-weight:bold;
		text-align:center;
	}

.buttonOn
	{
		background-color:#3C6E9F;
		color:#ffffff;
		border-color:#ffffff;
		border-style:solid;
		border-width:0px 0px 1px 0px;
		padding:2px;
		cursor:pointer;
		font-weight:bold;
		text-align:center;
	}

img
	{
		padding:10px;
	}

.imgleft
{
	float:left;
}

.imgright
{
	float:right;
}

select
{
	width:205px;
	font-size:9pt;
}

input
{
	font-size:9pt;
}

.smallWebControl
{
	width:150px;
	font-size:9pt;
}

.bigWebControl
{
	width:200px;
	font-size:9pt;
}

.btnControl
{
	width:100px;
	font-weight:9pt;
}

.datatable
{
	border-width:1px;
	border-style:solid;
	border-color:#073B70;
	border-collapse:collapse;
}

.bluetd
{
	background-color:#073B70;
	color:#ffffff;
}

.ebmember
{
	padding-bottom:3px;
}

}
@media print {

body
	{
		font-family: "Times New Roman","Times Roman",serif;
		font-size: 12pt;
		margin: 0%;
		background-color: white;
		color: black;
	}


table
	{
		font-family: "Times New Roman","Times Roman",serif;
		font-size: 12pt;
		background-color: white;
		color: black;
	}

a
	{
		color:#000000;
	}


h1
	{
		font-size: 14pt;
		font-weight: bold;
		font-family: Monotype Corsiva, Mistral, Lucida Handwriting, serif;
	}

.maintable
	{
		width: 600px;
	}

.navbar
	{
		display:none;
	}

.noPrint
	{
		display:none;
	}

.yesPrint
	{
		display:normal;
	}

.buttons
	{
		display:none;
	}

.importantnote
	{
		color:red;
		font-weight:bold
	}

}