/* CSS Document */

p{
font-family: Arial;
font-size: 10px;
color: #666666;
line-height: 14px;
padding: 3px;
}


.bold {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

.italics {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	font-style: italic;
}

.brownbold {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #573100;
}

.normal {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	line-height: 12px;
}

