
	a.none {
		font-weight: normal;
				}
	a:link {
	font-weight: bold;
	font-size: 11px;
	color: white;
	text-decoration: none;
	}
	a:visited {
		font-weight: bold;
		font-size: 11px;
		color: white;
	}
	a:hover {
		font-weight: bold;
		font-size: 11px;
		color: #b1c69b;
	}
	.white {
		font-family: arial,helvetica;
		color: white;
		padding-left : 25px;
	}
	.smwhite {
		font-family: arial,helvetica;
		color: white;
		padding-left : 10px;
	}
	.smblack {
		font-family: arial,helvetica;
		color: black;
		font-size: 10pt;
	}
	.title {
		font-family: arial,helvetica;
		color: white;
		font-size: 12pt;
		font-weight: bold;
		}
	.reg {
		font-family: arial,helvetica;
		color: black;
		font-size: 12pt;
		}
	.gr {
		font-family: arial,helvetica;
		color: #669966;
		font-size: 10pt;
	}
