/* Default CSS Stylesheet for a new Web Application project */


.AquilaLink:link
{
	color: green;
	text-decoration: none;
}

.AquilaLink:visited
{
	color: green;
	text-decoration: none;
}	
		
.AquilaLink:active	{	
	text-decoration:	none;
	color: green;
	}	
		
.AquilaLink:hover
{
	color: green;
	text-decoration: underline;
}


/*P, TD
{ 
	font-size:  small; 
	font-family:  Georgia, "Times New Roman", serif;
	letter-spacing:1px;
	line-height: 18pt;
}*/

P
{
	line-height: 18pt;
	letter-spacing: 1px;
	font-size: small;
}

TD
{ 
	letter-spacing:1px;
}

.HomeTableBookImage
{
	BORDER-RIGHT: goldenrod 1px solid; 
	BORDER-TOP: goldenrod 1px solid; 
	MARGIN-BOTTOM: 20px; 
	BORDER-LEFT: goldenrod 1px solid; 
	MARGIN-RIGHT: 20px; 
	BORDER-BOTTOM: goldenrod 1px solid	
}

.HomeTable
{
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
	font-size: x-small;
	letter-spacing:1px;
}

.NavTable
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	color: gray;
	padding-top: 10px;
}

.FooterTable
{
	font-size:  8pt;
	color: gray;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: white;
	text-align: center;
	padding:5px;
}

.FooterCopyright
{
	padding: 5px;
}

BODY
{
    background-color: white;
    font-family: 18pt Georgia, "Times New Roman", serif;
    word-spacing: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}

H1
{
	font-weight: bold;
	font-size: 18px;
	margin: 0px;
	padding-bottom: 10px;
	word-spacing: normal;
	color: #8d6d24;
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H2
{
	font-weight: bold;
	font-size:  medium;
	word-spacing: normal;
	text-transform: none;
	color: #ff6600;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
	letter-spacing: 1px 
}	
		
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-family: Verdana, Arial, 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: 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;
	}	


A:link
{
	color: gray;
	text-decoration: none;
}	
		
A:visited
{
	color: dimgray;
	text-decoration: none;
}	
		
A:active	{	
	text-decoration: none;
	color:	#333399;
	}	
		
A:hover
{
	color: goldenrod;
	text-decoration: underline;
}
	
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 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
*/
