textarea {
   border: 1px solid #999999;
	background : white;
	color : black;
	font-size: 8pt;
	font :Arial, Tahoma, Helvetica, serif, sans-serif;
}
INPUT {
   border : 1px solid #999999;
	background : white;
	color : black;
	font-size: 8pt;
	font : Arial,Tahoma, Helvetica, serif, sans-serif;
}
SELECT {
   border : 1px solid black;
	background : white;
   color: black;
   font-size: 8pt;
   font-family:Tahoma, Arial, Helvetica, sans-serif;
 }
RADIO BUTTON  {
	color: Navy;
	border: none;
}
CHECK BOX  {
	color: Navy;
	border : solid White;
}
BUTTON  {
	color: Navy;
	background: #dddddd
	border : 1px solid #0000DD;
	font-size: 8pt;
   font-family:Tahoma, Arial, Helvetica, sans-serif;
	}
 A:link {
 	text-decoration: none;
 	 FONT-FAMILY: "Trebuchet MS",Arial,Helvetica,sans-serif;
 	 COLOR: #777777;
	}
A:visited {
 	text-decoration: none;
  FONT-FAMILY: "Trebuchet MS",Arial,Helvetica,sans-serif;
	COLOR: #777777;
	}
A:HOVER {
 	text-decoration: underline ;
 	 FONT-FAMILY: "Trebuchet MS",Arial,Helvetica,sans-serif;
	color : black;
}
A:ACTIVE {
 	text-decoration: none;
	COLOR: #777777;
}
BODY {
	background-color: #E5E5E4 ;
	FONT-SIZE: 8pt; COLOR: black; 
	FONT-FAMILY: "Trebuchet MS",Arial,Helvetica,sans-serif;
	SCROLLBAR-FACE-COLOR: 999999; 
	SCROLLBAR-HIGHLIGHT-COLOR: #999999; 
	SCROLLBAR-SHADOW-COLOR: #000000; 
	SCROLLBAR-3DLIGHT-COLOR: 999999; 
	SCROLLBAR-ARROW-COLOR:  #000000; 
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}
.no-border {
   border: none;
}
 H1 {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; 
	COLOR: #666666; FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
H2, H3, H4, H5, H6 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 13px; 
	COLOR: #333333; 
	FONT-FAMILY: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	}
P {
	FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Arial,"Trebuchet MS",Helvetica,sans-serif;
}
LI {
COLOR: black; 
FONT-FAMILY: Arial,"Trebuchet MS",Helvetica,sans-serif;
}
OL {
COLOR: black; 
FONT-FAMILY: Arial,"Trebuchet MS",Helvetica,sans-serif;
}
UL {
COLOR: black; 
FONT-FAMILY: Arial,"Trebuchet MS",Helvetica,sans-serif;
}
.btn_blue {
    background-color:#000066;
    color: #ffffff;
    font-weight: bold;
    border:1px #aaaaaa outset;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.2em;
    padding-right: 0.2em;
}
.btn_blue:hover {
    background-color:#000033;
    color: #ffffff;
    font-weight: bold;
    border:1px #333333 inset;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.2em;
    padding-right: 0.2em;
}
.title {
	padding: 0; 
  	border-collapse: collapse;
	border-spacing: 0;
	border : 1px solid darkblue;
	color: darkblue;
	background: lightgray;
	font-size: 12pt;
   font-family:Tahoma, Arial, Helvetica, sans-serif;
}

.heading {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; 
	COLOR: #666666; FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;	
	}
	.heading2 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; 
	COLOR:#000; FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;	
	}