/* Default CSS Stylesheet for a new Web Application project */




P.bodytext{FONT-FAMILY: tahoma; FONT-SIZE: 10pt; FONT-WEIGHT: normal; COLOR: #666666}
P.bodytextred{FONT-FAMILY: tahoma; FONT-SIZE: 10pt; FONT-WEIGHT: normal; COLOR: firebrick}
span.bodytext{FONT-FAMILY: tahoma; FONT-SIZE: 10pt; FONT-WEIGHT: normal; COLOR: #666666}
span.boldtext{FONT-FAMILY: tahoma; FONT-SIZE: 10pt; FONT-WEIGHT: bold; COLOR: #666666}

H1	{	
	font-family: sans-serif;
	font-size:	12pt;
	font-style:	normal;
	}	

H2	{	
	font-family: sans-serif;
	font-size:	10pt;
	font-style:	normal;
	}	
			
A:link	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:hover	{	
	text-decoration:	underline;
	}