/* Default CSS Stylesheet for a new Web Application project */


H1
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 14pt;
	padding-bottom: 0px;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	color: #000000;
	padding-top: 0px;
	font-style: normal;
	font-family: Arial, Verdana, 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;
}

.Quote
{
	font-size: 14pt;
	font-family: 'Times New Roman';
}

.QuoteDescription
{
	font-size: 12pt;
	font-style: italic;
	font-family: 'Times New Roman';
}

.QuoteDescriptionBold
{
	font-weight: bold;
	font-size: 12pt;
	font-style: italic;
	font-family: 'Times New Roman';
}

.QuoteSource
{
	font-size: 8pt;
	font-family: Verdana;
}

body, TD
{
	font-size: 10pt;
	font-family: Verdana;
}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover
{
	color: #ffffff;
	text-decoration: underline;
}

a:link.subbar{
	color: #0000CC;	
	text-decoration : none;
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover.subbar{
	color: #0000ff;
	text-decoration : underline;
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif;
}
a:active.subbar{	
	color: #0000CC;	
	text-decoration : none;
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited.subbar{	
	color: #0000CC;	
	text-decoration : none;
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif;
}

.subbar{	
	color: #0000CC;	
	text-decoration : none;
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif;
}

.menu
{
	background-position: left top;
	background-image: url(images/bottom-repeater.gif);
	color: #ffffff;
	padding-top: 3px;
	background-repeat: repeat-x;
	white-space: nowrap;
}
.menu A:link	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
.menu A:visited	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
.menu A:active	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
.menu A:hover
{
	color: #ffff66;
	text-decoration: underline;
}
	