/* CSS Document */

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	padding: 3px;
	text-decoration: none;
	font-weight: normal;
}
.bold {
	font-family: Tahoma;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-transform: none;
}

.header {
	font-family: Tahoma;
	font-size: 10.5px;
	line-height: normal;
	font-weight: bold;
	color: #009933;
	text-transform: capitalize;
}
