/* BCP CSS */



body{
	background-color: #eaeaea;
	background: url(images/bkgrnd.gif) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
	line-height: 13pt;
}

p {
	text-align: justify;
	margin: 0;
	line-height: 13pt;
}

/*===== Text Formatting =====*/
h2{
	font-weight: bold;
	font-size: 14px;
	color: #444;
	padding: 0;
	margin: 0;
}

h3{
	font-weight: bold;
	font-size: 16px;
	padding: 0;
	margin: 0;
}

h4{
	font-weight: bold;
	font-size: 12px;
	display: inline;
	margin: 0;
}

h5{
	font-weight: bold;
	display: inline;
	color: #444;
	font-size: 11px;
}

h6{
	font-weight: bold;
	display: inline;
	color: #777;
	font-size: 11px;
}
