/* CSS Document */

p {
	color: #333;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	line-height: 11pt;
	margin-top: 17px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: normal;
}

h1 {
	color: #bc0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	margin-bottom: -5px;
	margin-top: 10px;
}

h2 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	margin-bottom: -5px;
}

h3 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	margin-bottom: -8px;
}


ul {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11pt;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: -20px;
	font-weight: normal;
	text-align:left;
}

a:link, a:visited, a:hover {color:#bc0000;
	text-decoration: underline;}

