div.standard {
	padding-bottom: 10px;
}

div.standard h1 {
	padding: 0px;
	margin: 0px;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color: #e43a57;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 2px;
	margin-bottom: 8px;
}

div.standard h2 {

	font-size: 18px;

	font-weight: normal;

	color: #fff;	

}

div.standard h3 {

	font-size: 12px;

	font-weight: bold;

	color: #f1526d;

	margin-bottom: 5px;

}

div.standard h4 {

	font-size: 12px;

	font-style: italic;

	color: #f1526d;

	margin-bottom: 5px;

}

div.standard img {

}

div.standard img.border {

	margin: 1px;

	padding: 1px;

	border: 1px solid #CCC;

}

div.standard p {

	margin-top: 5px;

	margin-bottom: 5px;

}

div.standard ul {

	padding-top: 0px;

	padding-right: 20px;

	padding-bottom: 0px;

	padding-left: 20px;

	margin-top: 10px;

	margin-right: 0px;

	margin-bottom: 10px;

	margin-left: 0px;

	list-style-image: url(../images/list_12.png);

}

div.standard li {

	margin-top: 4px;

	margin-bottom: 4px;

}

div.standard a {

	text-decoration: underline;

	color: #fff;

}

