/* CSS Document */

p{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
}

.bold {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}

.list{
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	list-style-type: disc;