/* 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: 8;
    margin-top: 0;
}

.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: #992B84;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

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