A:link
{
    TEXT-DECORATION: underline
}
A:active
{
    TEXT-DECORATION: none
    TEXT-DECORATION: underline
}
A:visited
{
    COLOR: rgb(000,091,255);
    TEXT-DECORATION: underline
}
A:hover
{
    COLOR: #FF0000;
    TEXT-DECORATION: underline
}

a { text-decoration: underline}
a:hover { color: #FF6666; text-decoration: none;}
a:visited { color: #336699}


.text { font-size: 12px; }

td { font-size: 12px; color: #000099;}

body         {  background-color: white; color: 
               #000099; font-size: 12px }
table        { table-border-color-light: rgb(255,255,153); table-border-color-dark: 
               rgb(255,255,51); font-size: 12px;  color: rgb(0,0,0) }
	
	input{
	FONT-SIZE: 12px
}
	checkbox {   
	border-style : none;
	height:12px;
	line-height:13px;
}
	radio {   height:12px;
	border-style : none;
}

	input1{
	border-top-width:0px ;
	border-left-width:0px ;
	border-right-width:0px ;
	border-bottom-width:0px ;
	font-family:arial black;
	font-size:14px;
	border-style : solid;
	width : 50px;
}

