/* Default CSS Stylesheet for a new Web Application project */

Table
{
	font-size: 9pt;
	font-family: Arial;
}

TD
{
	font-size: 9pt;
	font-family: Arial;
}
TR
{
	font-size: 9pt;
	font-family: Times New Roman Arial;
}
Body
{
	font-size: 9pt;
	font-family: Arial;
	background-image: url(images/background.jpg); 
}	
hr
{
	color: #ff00a0;
	height: 2px;
	border-width: 0;
	background-color: #ff00a0;	
}
A:link	{	
	font-size: 9pt;
	color: #ae0704;
	font-family: Arial;
	text-decoration: underline;
	text-transform:	none;
}		
A:visited
{
	
	font-size: 9pt;
	color: #c40d0f;
	font-family: Arial;
	text-decoration: underline;
	text-transform:	none;
}	
		
A:hover
{
	font-size:9pt;
	color: #ff00a0;
	font-family: Arial; 
	text-decoration: underline;
	text-transform:	none;
}
		
A:active
{
	
	font-size: 9pt;
	color: #ff00a0;
	font-family: Arial;
	text-decoration: underline;
	text-transform:	none;
}	
	
SMALL	{	
	font-size:	2.2em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

ul.a	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	
