﻿/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-family: Arial, Verdana, 'MS Reference Sans Serif' , Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	color: #333333;
	font-style: normal;
	background-attachment: fixed;
	background-repeat: repeat;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #000033;
	font-weight: bold;
	font-size: 10pt;
	text-transform: none;
	font-family: Arial;
}
H1
{
	font-weight: normal;
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	color: navy;
	font-style: normal;
	font-family: Arial, Verdana,'MS Reference Sans Serif' , Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H2
{
	font-weight: 700;
	font-size: 12pt;
	word-spacing: normal;
	text-transform: none;
	color: #000066;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
	font-variant: normal;
}	
		
H3
{
	font-family: Arial, Verdana, 'MS Reference Sans Serif' , Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #333333;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}	
		
H4
{
	font-weight: 500;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: capitalize;
	color: #009933;
	font-style: italic;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H5, DT
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}	
		
H6
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: gray;
	font-style: normal;
	letter-spacing: normal;
	text-decoration: none;
}	
		
TFOOT, THEAD
{
	font-size: x-large;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: capitalize;
	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, Arial, Helvetica, sans-serif;
	}	

		
	
		
A:active
{
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}	
		
A:hover
{
	color: navy;
}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Arial, Verdana, 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;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
		
 
