/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #CBD8EF;
    FONT-FAMILY: Verdana, Tahoma, Arial;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
}

td
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-weight: bold;
}
		
A:link	{	
	color: blue;
	text-decoration:	none;
}	
		
A:visited	
{	
	color: blue;
	text-decoration:	none;
}	
		
A:active	
{	
	color: Navy;
	text-decoration:	none;
}	
		
A:hover	
{	
	color: Maroon;
	text-decoration:	underline;
}
input
{
	font-family: Tahoma, Arial;
	font-size: 8pt;
}
textarea
{
	font-family: Tahoma, Arial;
	font-size: 8pt;
}
.btn
{
	border: solid 1px dimgray;
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	background-color: #A1BFD9;
}
.buttonLink
{
	padding: 0, 3,0,3;
	border: solid 1px black;
	background-color: Silver;	
	color: Black;
	margin: 1, 2, 1, 2;
}

.blank {
	display:none;
}
