/* CSS Document */

body { font-family: Verdana, Arial, Helvetica, sans-serif; 
       font-size: 11px; 
		 color: #646464; 
       text-decoration: none;
       background-color: #CCCCCC;
       scrollbar-arrow-color: #FFD883;
       scrollbar-face-color: #FFD883;
       scrollbar-highlight-color: Blue;
       scrollbar-shadow-color: #000000;
       scrollbar-3dlight-color: #333333;
       scrollbar-track-color: #136CB0;
       scrollbar-darkshadow-color: #404040;
}

a:hover {color:#000080; text-decoration:underline; }
a { color: #000080; text-decoration:none; } 
a:visited {color:#000080; }

h1 { font-family: tahoma; 
     font-size: 15px; 
	  font-weight: bold; 
     color: #EB820E;
	  /* color: #014073; */
	  text-decoration: none	
}


.t12 {  font-family: tahoma; 
         font-size: 12px; 
			color: #646464; 
			text-decoration: none
}

.t12b {  font-family: tahoma; 
         font-size: 12px;
			font-weight: bold; 
			color: Navy; 
			text-decoration: none
}

.t11 {  font-family: tahoma; 
         font-size: 11px;
			font-weight: normal;
			color: #646464; 
			text-decoration: none
}


.t11b {  font-family: tahoma; 
         font-size: 11px;
			font-weight: bold;
			color: #646464; 
			text-decoration: none
}

ul.bul {  font: tahoma;
          font-size: 12px;
			 list-style-image: url(images/bullet.jpg);
}

table.box {  border-right: #FF0000 1pt solid; 
             border-top: #FF0000 1pt solid; 
				 border-left: #FF0000 1pt solid; 
				 border-bottom: #FF0000 1pt solid	
}