/* Default CSS Stylesheet for a new Web Application project */


H1
{
	font-weight: 700;
	font-size: 14pt;
	word-spacing: normal;
	text-transform: none;
	color: #000099;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}
	
H2
{
	font-weight: 700;
	font-size: 12pt;
	word-spacing: normal;
	text-transform: none;
	color: #000099;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none;
}	

H3
{
	font-weight: 700;
	font-size: 12pt;
	word-spacing: normal;
	text-transform: none;
	color: #000099;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

.press
{
	font-weight: bold;
	font-size: 10pt;
	color: #333399;
	font-style: italic;
	font-family: Verdana;
}

.block
{
	border-right: silver thin solid;
	border-top: silver thin solid;
	border-left: silver thin solid;
	border-bottom: silver thin solid;
}

body, TD
{
	font-size: 10pt;
	font-family: Verdana;
}

A:link	{	
	text-decoration:	none;
	font-weight:bold ; 
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
		font-weight:bold ; 
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
		font-weight:bold ; 
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
		font-weight:bold ; 
	color:	#3333cc;
	}
	