input.inputBox{
	BORDER-RIGHT:		1px solid;
	BORDER-LEFT:		1px solid;
	BORDER-TOP:			1px solid;
	BORDER-BOTTOM:		1px solid;
	FONT-SIZE:			11px;    
	COLOR:				#000000;
	/*FONT-FAMILY:		Verdana,tahoma,Arial*/
	FONT-FAMILY:		Arial
	HEIGHT:				12;
	BACKGROUND:			#FEFCDD;    
}

table.bg{
	background-repeat:		no-repeat;
	background-position:	100% 100%;
}

table.frame{
	border-color:	31639c;	/*dark blue*/
	border-style:	solid;
	border-width:	thin;
}

table.login{
	border-color:	009c9c;
	border-style:	solid;
	border-width:	thin;
}

td.login{
	FONT-SIZE:		12px;    
	COLOR:			#003366; /*  009c9c   #003366  009a88*/
	FONT-FAMILY:	Arial;
	font-weight:	bold;
}

td.genText,td.genText2,td.linkText,td.linkText2{
	FONT-SIZE:		13px;    
	FONT-FAMILY:	Arial;
}

td.linkText{
	COLOR:			009c9c;	/*Green*/
}

td.linkText2{
	color:			318cce;	/*blue*/
	font-weight:	bold;
}


td.genText2{
	COLOR:			31639c; /*dark blue*/
	font-weight:	bold;
}

td.item1{	
	border-bottom:			solid;
	border-color:			31639c;
}

input.btn1{		
	BORDER-RIGHT:	1px solid;
    BORDER-LEFT:	1px solid;
	BORDER-TOP:		1px solid;
    BORDER-BOTTOM:	1px solid;

	FONT-WEIGHT:		bold;
    FONT-SIZE:			12px;    
    COLOR:				164f48;    
    FONT-FAMILY:		Arial;
    BACKGROUND-COLOR:	92e4f0;	

	width:				23;
	height:				17;
}