@media all {
   A {
          font-family: "Verdana", "sans-serif";
          font-size: small;
          text-decoration: underline ;
          color: #003366;
     }
   td {
          font-family: "Verdana", "sans-serif";
          font-size: small;
     }

   A:active {
          font-family: "Verdana", "sans-serif";
          font-size: small;
          text-decoration: underline ;
          color: #663300;
            }

   A:link {
          font-family: "Verdana", "sans-serif";
          font-size: small;
          text-decoration: underline ;
          color: #333366;
          }

   A:visited {
          font-family: "Verdana", "sans-serif";
          font-size: small;
          text-decoration: underline ;
          color: #663311;
             }

   P {
          font-family: "Verdana", "sans-serif";
          font-size: small;
          color: #003030;
     }   

   div {
          font-family: "Verdana", "sans-serif";
          font-size: small;
          color: #003030;
     }   
 h1 {
          font-family: "Verdana", "sans-serif";
          color: #300030;
     }   
 h3 {
          font-family: "Verdana", "sans-serif";
          color: #303000;
     }   
 h2 {
          font-family: "Verdana", "sans-serif";
          color: #303040;
     }   
 h5 {
          font-family: "Verdana", "sans-serif";
          color: #000030;
     }   
	 
	 
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

.searchword { background-color: yellow; }	

		#mta_bar { 
			background: #FFFFCC; 
			border-bottom: 1px solid #CC0000; 
			padding: 4px 0; 
			z-index: 100;
			top: 0;
			left: 0;
			width: 100%;
			overflow: auto;
			position: fixed;		}
		* html #mta_bar { /*IE6 hack*/
			position: absolute;
			width: expression(document.compatMode=="CSS1Compat"? document.documentElement.clientWidth+"px" : body.clientWidth+"px");
		}
		.mta_left {
			float: left;
			text-align: left;
			font-family: Arial;
			font-size: 14px;
			font-weight: bold;
			font-style: normal;
			color: #000000; 
			width: 80%;
		}
		.mta_right {
			font-family: Arial, Helvetica, sans-serif;
			float: right;
			text-align: right;
			font-weight: normal;
			font-size: 10px;
			letter-spacing: 0;
			width: 19%;
			white-space: nowrap;
		}
		.mta_right a {
			font-size: 10px;
			color: #000000; 
			text-decoration: underline;
		}
		.mta_right a:hover {
			font-size: 10px;
			color: #000000; 
			text-decoration: none;
		}
		#mta_left_bar a { 
			text-decoration: none; 
			color: #000000; 
		}
		#mta_left_bar a:hover { 
			text-decoration: none; 
			color: #000000; 
		}

}
