@media screen {


h1
	{
		color:#660000; 
		font-size:14pt;
		font-weight:bold;
	}

h2
	{
		color:#660000; 
		font-size:12pt;
		font-weight:bold;
	}

h3
	{
		color:#660000; 
		font-size:10pt;
		font-weight:bold;
	}

a:link, a:visited, a:active ,a:hover
	{
		color:#660000;
		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;
		margin-top:0px; 
		background-color:#999999;
	}

table
	{
		font-size:10pt;
		font-family: Verdana, Tahoma, Helevetica, Arial, sans-serif;
	}

.tblStructure
	{
		width:760px;
		border-color:#660000; 
		border-width:1px; 
		border-style:solid; 
		background-image:url('../images/lightredbar.jpg'); 
		background-position:top left; 
		background-repeat:repeat-y; 
		background-color:#ffffff;	
	}

.maincell
	{
		width:580px;
		vertical-align:top;
	}
	
.contentcell
	{
		padding:5px 15px 15px 25px;
	}

.navbar
	{
 		width:160px;
 		vertical-align:top; 
 		padding-left:25px;
	}
	
.bottombar
	{
		background-color:#660000;
		color:#ffffff; 
		text-align:center; 
		font-size:8pt; 
		padding:5px 0px 5px 0px;
	}

.importantnote
	{
		font-weight:bold;
		color:#660000;
	}

.button
	{
		padding:2px 5px 2px 5px; 
		background-color:#660000; 
		border-color:#171717; 
		border-style:solid; 
		border-width:2px; 
		color:#ffffff; 
		font-weight:bold;
	}

.buttonOn
	{
		padding:2px 5px 2px 5px; 
		background-color:#990000;
		border-color:#171717; 
		border-style:solid; 
		border-width:2px; 
		color:#ffffff; 
		font-weight:bold;
		cursor:pointer;
	}

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;
}

}
@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
	}

}