/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .7em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none; 
    WORD-SPACING: normal
    
}

TD
{
	font-size: 0.7em;
	word-spacing: normal;
	text-transform: none;
	font-family: 'Trebuchet MS';
	letter-spacing: normal;
} 	


A:link	{	
	color: blue;
	font-family: 'Trebuchet MS';
	text-decoration: none;
	}	
		
A:visited
{
	font-weight: normal;
	color: blue;
	font-family: 'Trebuchet MS';
	text-decoration: none;
}	
		
A:active	{	
	color: blue;
	font-family: 'Trebuchet MS';
	text-decoration: none;
	}	
		
A:hover
{
	color: red;
	font-family: 'Trebuchet MS';
	text-decoration: Underline;
}

.outlinetable 
{
	BORDER-TOP: #000000 1px solid; 
	BORDER-LEFT: #000000 1px solid; 
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-BOTTOM: #000000 1px solid; 
	TEXT-DECORATION: none
}

.page
{
	padding-left:10px;	
	padding-right:10px;
	text-align:justify;
}	
.pagebg
{
	background-color:#ffffcc;
}
	

