/* CSS Document */

a.greensmall, A.greensmall:link, a.greensmall:visited, a.greensmall:active
		{color: #9BA366; text-decoration: none; font-family: Verdana; font-size: 9pt}

	A.greensmall:hover
		{color: #D18634; text-decoration: none; font-family: Verdana; font-size: 9pt}
		
a.greensmallbold, A.greensmallbold:link, a.greensmallbold:visited, a.greensmallbold:active
		{color: #9BA366; text-decoration: none; font-family: Verdana; font-size: 9pt; font-weight:bold;}

	A.greensmallbold:hover
		{color: #D18634; text-decoration: none; font-family: Verdana; font-size: 9pt; font-weight:bold;}
		
a.graybold, A.graybold:link, a.graybold:visited, a.graybold:active
		{color: #1E1D1B; text-decoration: none; font-family: Verdana; font-size: 9pt; font-weight:bold;}

	A.graybold:hover
		{color: #D18634; text-decoration: none; font-family: Verdana; font-size: 9pt; font-weight:bold;}
		
a.orange, A.orange:link, a.orange:visited, a.orange:active
		{color: #000000; text-decoration: none; font-family: Verdana; font-size: 9pt}

	A.orange:hover
		{color: #D18634; text-decoration: none; font-family: Verdana; font-size: 9pt}

.greenbig{
	font-family:Verdana;
	font-size:16pt;
	color:#9BA366;
}

.graybold{
	font-family:Verdana;
	font-size:9pt;
	color:#1E1D1B;
	font-weight:bold;
}

.gray{
	font-family:Verdana;
	font-size:9pt;
	color:#1E1D1B;
}
.greenbold{
	font-family:Verdana;
	font-size:12pt;
	color:#9BA366;
	font-weight:bold;
}

.greenboldsmall{
	font-family:Verdana;
	font-size:9pt;
	color:#9BA366;
	font-weight:bold;
}


.green{
	font-family:Verdana;
	font-size:9pt;
	color:#9BA366;
}

.orange{
	font-family:Verdana;
	font-size:9pt;
	color:#D18634;
}


