/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: xx-small; 
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

		
TH	{	
	font-size:8pt;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, Helvetica, sans-serif;
	background-color : #FF0033;
	color : #FFFFFF;
}	

TD 
{
	font-size:8pt;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, Helvetica, sans-serif;
	color : #000000;
}

.combo {color:#000000;
		font-family: Verdana, sans-serif;
		font-size: 10px;
		background-color: #FFFFFF;
		text-transform :capitalize ;
}

.butto {color:#000000;
		font-family: Verdana, sans-serif;
		font-size: 10px;
		border : solid 1px black;
		background-color : #FFD7AD;
}

A:link	
{
			font-family: Verdana, sans-serif;
		font-size: 10px;
	text-decoration:	none;
	color:	#0000FF;
	font-weight :bold ;
	}	
		
A:visited	
{
			font-family: Verdana, sans-serif;
		font-size: 10px;
	text-decoration:	none;
	color:	#0000FF;
	font-weight :bold ;
	}	
		
A:active	
{
			font-family: Verdana, sans-serif;
		font-size: 10px;
	text-decoration:	none;
	color:	#0000FF;
	font-weight :bold ;
	}	
		
A:hover	
{
			font-family: Verdana, sans-serif;
		font-size: 10px;
	text-decoration:	underline;
	color:	#FF00FF;
	font-weight :bold ;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

