body {background-image: url(gfx/top-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	color: #ffffff;	
	line-height: 11px;
	margin: 0px;
	padding: 0px;
	}

td{
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial;

}

.rb {
/* border-right: solid #727272;
border-right-width: thin; */
border-left: dotted #727272;
border-left-width: thin;
padding: 4px;
	border-width: 1px;
}

a:link, a:visited{
	color: #2775e0;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
}

a:hover{
	text-decoration: underline;
	color: #ffffff;
}

a.alink, a.alink:visited{
	color: #2775e0;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
}

a.alink:hover{
	text-decoration: underline;
	color: #000000;
}

a.nlink, a.nlink:visited{
  	font-size: 9pt;
	text-decoration: none;
  	color: #a41f5d;
	font-weight: normal;
	margin: 0px;
	height: 23px;
	padding: 4px 0px 0px 0px;
}


a.nlink:hover{
  	background-image:  url("gfx/navlight.jpg");
	text-decoration: none;
	height: 23px;
	margin: 0px;
	padding: 4px 0px 5px 0px;
}


a.also, a.also:visited{
  	font-size: 12pt;
	text-decoration: none;
  	color: #a41f5d;
	font-weight: normal;
}

a.also:hover{
	text-decoration: underline;
}

h1{
 font: bold 15pt Tahoma,sans-serif;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 13pt Tahoma,sans-serif;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 13pt Tahoma,sans-serif;
 color: #356bb4;
 margin: 0px;
 padding: 0px;
}

.header1 {
	font: 12pt Tahoma;
	color: #ffffff;
	border-bottom: dotted #ffffff;
	border-bottom-width: thin;
	border-top: dotted #ffffff;
	border-top-width: thin;
	border-right: dotted #ffffff;
	border-right-width: thin;
	border-left: dotted #ffffff;
	border-left-width: thin;
	padding: 4px;
	margin: 10px;
	border-width: 1px;
	background-color: #0046a5; 
	/**background-image:  url("gfx/header-back.jpg"); **/
	
}

.header2 {
	font: 11pt Tahoma;
	color: #ffffff;
	text-align: justify;
	border-bottom: dotted #727272;
	border-bottom-width: thin;
	padding: 4px;
	border-width: 1px;
}

.header2t {
	color: #ffffff;
	text-align: justify;
	padding: 4px;
}

.header3 {
	font: 10pt Tahoma;
	color: #ffffff;
	border-left: double #727272;
	padding: 4px;
}

.header4 {
	font: bold 10pt Tahoma;
	color: #ffffff;
	padding: 4px;
}

.header5 {
	font: 10pt Tahoma;
	color: #000000;
	border-bottom: dotted #ffffff;
	border-bottom-width: thin;
	border-top: dotted #ffffff;
	border-top-width: thin;
	border-right: dotted #ffffff;
	border-right-width: thin;
	border-left: dotted #ffffff;
	border-left-width: thin;
	padding: 5px;
	margin: 2px;
	border-width: 1px;
	background-color: silver; 
	/**background-image:  url("gfx/header-back.jpg"); **/
	
}

.header6 {
	font: 10pt Tahoma;
	color: #000000;
	border-bottom: dotted #ffffff;
	border-bottom-width: thin;
	border-top: dotted #ffffff;
	border-top-width: thin;
	border-right: dotted #ffffff;
	border-right-width: thin;
	border-left: dotted #ffffff;
	border-left-width: thin;
	padding: 4px;
	margin: 10px;
	border-width: 1px;
	background-color: #ebebeb; 
	/**background-image:  url("gfx/header-back.jpg"); **/
	
}

.header7 {
	font: bold 15pt Tahoma;
	color: #000000;
	padding: 4px;
}

.header8 {
	font: bold 10pt Tahoma;
	color: #000000;
}

.input
{
color: black;
font: 10pt Tahoma;
background:#ebebeb;
padding: 2px;
width: 300px;
border: 1px solid silver
}

.input2
{
color: white;
font: 10pt Tahoma;
background:#000000;
padding: 2px;
width: 75px;
border: 1px solid silver
}

.bottomBorder {
	font: 12pt Tahoma;
	color: #ffffff;
/**	border-bottom: dotted #727272;
	border-bottom-width: thin; **/
	border-top: dotted #727272;
	border-top-width: thin;
	padding: 10px;
	margin: 10px;
	border-width: 1px; 
	
}

div.transOFF {
			width: 290px;
			background-color: black;
			border:1px dotted white;
			padding: 2px; 

		}

.div.transOFF.header4 {
	font: bold 10pt Tahoma;
	color: #ffffff;
	padding: 4px;
}
		
div.transON {
			color:#ffffff;
			width: 290px;
			background-color: black;
			opacity:.50;
			filter: alpha(opacity=50);
			-moz-opacity: 0.5;
			border:1px dotted white;
			padding: 2px;
}



div.trans25 {width: 100%; background-color: silver;opacity:.25;filter: alpha(opacity=25); -moz-opacity: 0.25;border:1px solid black; }

div.trans75 {width: 100%; background-color: silver;opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75;border:1px solid black; }