/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	BACKGROUND-COLOR: white;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 14px;
	FONT-WEIGHT: normal;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal;
	background-image: url('images/grass9.jpg');
	background-repeat: repeat-x;
	margin-left: 8px;
	margin-top: 0px;
}

.LeftNavLink
{
	font-weight : bold;
	text-decoration: none;
		
}

.LeftNavTitle
{
	margin-left: 4;	
}
	
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;
	}	

.PageHead {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.copyright {
	font-size: 9px;
	font-family : Arial, Helvetica, sans-serif;
}
.content {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a.:link {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a:visited {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
		
A:active	{
	color: #CC0000;
}
a.HeaderLink:link {
	color: black;
	font-size:smaller;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
a.HeaderLink:visited {
	color: black;
	font-size:smaller;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : bold;
}
a.HeaderLink:hover {
	color: #CC0000;
	text-decoration: underline;
}
		
A.HeaderLink:active	{
	text-decoration:none;
	color: Black;
}	
