/* Default CSS Stylesheet for a new Web Application project */
TD,A,SPAN,FONT,SELECT,INPUT,P,DIV
{
	font-family:verdana,tahoma,geneva,arial;
	font-size:9pt;
	color:000000
}

TEXTAREA,INPUT,FORM
{
	font-family:verdana,tahoma,geneva,arial;
	font-size:10px;
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:0px
}

A:link
{
	color: #FF0000;
	text-decoration: none;
}	
		
A:visited	{	
	text-decoration:	none;
	color:	#880000;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#FF0000;
	}	
		
A:hover
{
	color: #FF0000;
	text-decoration: none;
}
	
SMALL
{
	font-size: 8pt;
}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	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;
	}	

.Head
{
	font-weight: bold;
	font-size: 14pt;
	word-spacing: normal;
	text-transform: none;
	color: red;
	font-family: verdana,tahoma,geneva,arial,sans-serif;
	letter-spacing: normal;
}	

.SubHead
{
	font-weight: bold;
	font-size: 11pt;
	word-spacing: normal;
	text-transform: none;
	color: red;
	font-family: verdana,tahoma,geneva,arial,sans-serif;
	letter-spacing: normal;
}	

.Norm
{
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	font-family: tahoma,verdana,geneva,arial,sans-serif;
	letter-spacing: normal;
}

.NormGray
{
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	font-family: tahoma,verdana,geneva,arial,sans-serif;
	letter-spacing: normal;
	background-color: #cccccc;
}

.MediumNorm
{
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	font-family: verdana,tahoma,geneva,arial,sans-serif;
	letter-spacing: normal;
}

.LargeNorm
{
	font-weight: bold;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	font-family: verdana,tahoma,geneva,arial,sans-serif;
	letter-spacing: normal;
}
.SmallBold
{
	font-weight: bold;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	font-family: verdana,tahoma,geneva,arial,sans-serif;
	letter-spacing: normal;
}
.SmallBoldRed
{
	font-weight: bold;
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	color: red;
	font-family: verdana,tahoma,geneva,arial,sans-serif;
	letter-spacing: normal;
}
