/* Default CSS Stylesheet for a new Web Application project */

body
{
	font-weight: normal;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:	9pt;
	letter-spacing: normal;
	background-color: #ffffff;
}

.divtxt
{
	font-weight: normal;
	font-size: 12pt;
	color: black;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
}	

.slidetext
{
	margin-top: 3px;
	font-weight: normal;
	font-size: 12pt;
	color: black;
	font-family: Verdana;
	text-align: center;
}	

H1, H2, H3, H4, H5, TH, THEAD, TFOOT, 
.Head1, .Head2, .Head3, .Head4, .Head5, .Head6, .Head7,
.Head1I, .Head2I, .Head3I, .Head4I, .Head5I, .HeadI6, .HeadI7,
.MenuNav
{
    COLOR: #000000;
}

A:link	{	
	text-decoration:	none;
	color:	#666633;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#606000;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#606033;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#000000;
	}

H1
{
	margin-top: 4px;
	font-weight: 700;
	font-size: 12pt;
	word-spacing: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	position: static;
	text-align: center;
	text-decoration: none;
}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6
{
	font-weight: 700;
	font-size: 24pt;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

	
SMALL	{	
	font-size:	.4em;
	}	

BIG	{	
	font-size:	1em;
	}	

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;
	}	

.Head1 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	18pt;
		font-weight: BOLD;
   }
.Head1I {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	18pt;
		font-weight: BOLD;
		font-style: Italic;
   }
.Head2 {     
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	16pt;
		font-weight: BOLD;
   }
.Head2I {     
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	16pt;
		font-weight: BOLD;
		font-style: Italic;
   }
.Head3 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	15pt;
		font-weight: BOLD;
   }
.Head3I {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	15pt;
		font-weight: BOLD;
		font-style: Italic;
   }
.Head4 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	14pt;
		font-weight: BOLD;
   }  
.Head4I {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	14pt;
		font-weight: BOLD;
		font-style: Italic;
   }  
.Head5 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	13pt;
		font-weight: BOLD;
   }  
.Head5I {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	13pt;
		font-weight: BOLD;
		font-style: Italic;
   }  
.Head6 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	11pt;
		font-weight: BOLD;
   }  
.Head6I {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	11pt;
		font-weight: BOLD;
		font-style: Italic;
   }  
.Head7 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	10pt;
		font-weight: BOLD;
   }  
.Head7I {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	10pt;
		font-weight: BOLD;
		font-style: Italic;
   }
   
.MenuNav {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	9pt;
		font-weight: BOLD;
   }   
     
.Norm
{
	padding-left: 15px;
	font-weight: normal;
	font-size: 11pt;
	margin-left: 15px;
	text-indent: 15pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 

.slidebtn
{
	margin-top: 3px;
	font-weight: 500;
	font-size: 9pt;
	margin-bottom: 2px;
	word-spacing: normal;
	text-transform: none;
	color: #03463a;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none;
}	
	
	
