/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    font-weight: normal;
    font-size: 0.8em;
    word-spacing: normal;
    text-transform: none;
    font-family: Calibri, Verdana, Helvetica, sans-serif;
    letter-spacing: normal;
    height: 389px;
    width: 954px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    color: #000000;
}
H1
{
    font-weight: 900;
    font-size: 3em;
    text-transform: none;
    color: #006600;
    font-style: normal;
    font-family: Calibri, Verdana, Helvetica, sans-serif;
    letter-spacing: normal;
    text-align: center;
    text-decoration: none;
    z-index: 1;
    width: 480px;
}	
		
H2
{
    font-family: Calibri, Verdana, Helvetica, sans-serif;
    font-size: 1.25em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    color: #000080;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    width: 474px;
    text-align: center;
}	
		
H3
{
    font-family: Calibri, Verdana, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    color: #000080;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    width: 498px;
}	
		
H4	{	
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Calibri, Verdana, 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-family: Calibri, Verdana, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	}	


A:link
{
    color: #000080;
    cursor: hand;
    word-spacing: normal;
    font-family: Calibri, Verdana, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}	
		
A:visited	{	
	cursor:hand;
	word-spacing:normal;
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration:	none;
	font-weight:bold;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover
{
	color: #33cc99;
	text-decoration: none;
}
	
SMALL	{	
	font-size:	.7em;
	}	

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;
	}	

IMG 	{
	border-width: 0px;
    margin-top: 0px;
	    margin-left: 0px;
	    margin-right: 0px;
   
}
