/* Default CSS Stylesheet for a new Web Application project */
P
{
	margin:5,5,5,0;
	
}
BODY
{
	background-image:url(./SysImages/background.jpg);
    FONT-FAMILY: Verdana; 
}
P
{
	margin:0,0,0,0;
	padding:0,0,0,0;
}
table
{
	background-color: White;
}
TD
{
	font-family: Verdana;
	color: #656565;
	font-size: 8pt;
}
 
A:link	{	
	text-decoration:	none;
	color:	#a22b47;
	}	
.floatLeft1	
{
float:left;
width: auto;
height: auto;
margin: 0 0 0 0;
text-align:center;
	
}	
A:visited	{	
	text-decoration:	none;
	color:	#a22b47;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#a22b47;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:		#a22b47;
	}
   
.small
{	text-decoration:	none;
	color:		#8e8e8e;
	font-size: 8px; 
	font-weight:bolder;
}
.title
{
	font-weight: bolder;
	font-size: 11pt;
	color: #611a2c;
	font-family: Arial;
}
.search
{
	font-size:12px;
	color: #656565;
	font-family: Arial;
}
search:link
{
	text-decoration: none;
	color: #800000;
	font-size: 14px;
}
search:visited	{	
	text-decoration:	none;
	color:	#800000;
	}	
		
search:active	{	
	text-decoration:	none;
	color:	#800000;
	}	
		
search:hover	{	
	text-decoration:	none;
	color:	#800000;
	}
.subtext
{
	text-decoration:	none;
	color:		#8e8e8e;
	font-size: 9px;  
}
.header2
{
	font-weight: bolder;
	font-size: 13px;
	color: white;
	font-family: verdana;
}