/* CSS Document */

p{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
line-height: normal;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #5C743D;
}
.navText1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D5EDB3;
}
.bulletedText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	list-style-position: inside;
	list-style-type: square;
	overflow: scroll;
	color: #666666;
}
