/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 12pt;
	color: black;
	word-spacing: normal;
	text-transform: none;
	font-family: 'Times New Roman' , Verdana, Arial;
	letter-spacing: normal;
	background-color: white;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #003366;
	font-family: 'Times New Roman' , Verdana, Arial;
}
H1
{
	font-weight: 700;
	font-size: 2em;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H2	{	
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3
{
	font-size: 1.58em;
	word-spacing: normal;
	text-transform: none;
	color: #97702d;
	font-style: normal;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H4
{
	font-size: 1.33em;
	word-spacing: normal;
	text-transform: none;
	color: #97702d;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H5
{
	font-weight: 700;
	font-size: 1em;
	word-spacing: normal;
	text-transform: none;
	color: #97702d;
	font-style: normal;
	letter-spacing: normal;
	text-decoration: none;
}	
H5, DT
{
	font-weight: 700;
	font-size: 1em;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H6	{	
	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;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
		
.panel1
{
	border-right: aliceblue 5px solid;
	border-top: aliceblue 5px solid;
	background: aliceblue;
	border-left: aliceblue 5px solid;
	color: black;
	border-bottom: aliceblue 5px solid;
}

.panel2
{
	border-right: black thin;
	border-top: black 1px solid;
	font-weight: bold;
	font-size: 1.33em;
	background: aliceblue;
	border-left: black thin;
	color: #97702d;
	border-bottom: black 1px solid;
	text-align: center;
}
	
A:link
{
	font-weight: bold;
	color: #333399;
	text-decoration: none;
}
	
A:visited
{
	font-weight: bold;
	color: #333399;
	text-decoration: none;
}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{background: orange;	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	color: black;
	}	

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: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
