a:link 		{  	text-decoration: none;
             		color: black; 
             		font-family: "arial";
             		font-size: 8pt;
             		font-weight: normal; } 
 
a:visited 	{	text-decoration: none;
			color: black;
            		font-family: "arial";
            		font-size: 8pt;
            		font-weight: normal; }

a:active 	{	text-decoration: none;
			color: black;
            		font-family: "arial";
            		font-size: 8pt;
            		font-weight: normal; }

a:hover 	{	text-decoration: underline;
			color: #000289;
            		font-family: "arial";
            		font-size: 8pt;
            		font-weight: normal; } 
.tc2		{
			border-style: solid;
			border-width: 1;
			border-color: silver;
		}
.TextBox	{
			background-color: #D9EBF9;
			border-style: solid;
			border-color: #000000;
			border-width: 1;
            		font-family: "arial";
            		font-size: 7pt;
            		font-weight: bold;
		}
.Button		{
            		font-family: "arial";
            		font-size: 6pt;
            		font-weight: bold;
		}
.txt		{
            		font-family: "arial";
            		color: black;
            		font-size: 10pt;
            		font-weight: normal;
		}
.txts		{
            		font-family: "arial";
            		color: gray;
            		font-size: 8pt;
            		font-weight: normal;
		}
.txtb		{
            		font-family: "arial";
            		color: black;
            		font-size: 10pt;
            		font-weight: bold;
		}
.celltable 	{
			border-style: solid;
			border-width: 1px;
			border-color: black;
            		font-family: "arial";
            		font-size: 10pt;
            		font-weight: bold;
			background-color: #E6DECD;		
		}
th	 	{
            		font-family: "arial";
            		font-size: 10pt;
            		font-weight: bold;
            		color: white;
			background-color: #000289;		
		}
.transtable 	{
			background-color: black;
			filter: Alpha(opacity=30);		
		}