/* Default CSS Stylesheet for a new Web Application project */
body {
	font-family:Verdana;
	font-size:smaller;
}

A:link	{	
	text-decoration:	none;
	color:	DarkGray;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	DarkGray;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	DarkGray;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	Black;
	}
	
A.menu:link	{	
	text-decoration:	none;
	color:	DarkGray;
	}	
		
A.menu:visited	{	
	text-decoration:	none;
	color:	DarkGray;
	}	
		
A.menu:active	{	
	text-decoration:	none;
	color:	DarkGray;
	}	
		
A.menu:hover	{	
	text-decoration:	none;
	color:	Black;
	}


	
TD {
	font-family:Verdana;
	font-size:12px;
}
	
TD.rg {
	border-right-width: 1pt;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
}

TD.rg_white {
	border-right-width: 1pt;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
}

TD.texto {
	color:#0099CC;
}

input.bts {
	font-family: Verdana;
	color: #000000;
	text-decoration: none;
	background-color:#999999;
	border: 1pt solid #333333;
}
