/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

TABLE
{
	border: 0;
}

.Quotes
{
	padding:9px;
	font-family:Arial;
	color:#444444;
	font-size:12px;
	line-height:17px;
}
.General
{
	font-family:Arial;
	color:#444444;
	font-size:12px;
	line-height:17px;
}
.Home
{
	padding-right: 9px;
	padding-left: 9px;
	font-size: 11px;
	padding-bottom: 9px;
	color: black;
	line-height: 17px;
	padding-top: 9px;
	font-family: Arial;
}
.HomeFooter
{
	padding:9px;
	font-family:Arial;
	color:#f7fbe9;
	font-size:11px;
	line-height:17px;
}
.Footer
{
	font-weight: bold;
	font-size: 9px;
	color: #6a6a6a;
	font-family: Arial;
}
.Sidenav
{
	font-weight: bold;
	font-size: 9px;
	color: black;
	font-family: Arial;
}
.PageLink
{
	color:#778806;
}

A:link	{	
	text-decoration:	none;
	color:#444444;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:#444444;
	}	
		
A:active	{	
	text-decoration:	none;
	color:#444444;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:#444444;
	}
	
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: none;
}
.Sidenav2
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
}
.Times
{
	font-size: 11pt;
	color: dimgray;
	line-height: 22px;
	font-family: 'Times New Roman';
}
.Sidenav3
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
}
