/* REDEFINED TAGS FROM BEFORE */

*
	{
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

body
	{
	margin: 5px;
	background: #dfe3e6;
	}

p
	{
	margin: 12px 0px;
	}

a
	{
	color: #04c;
	font-weight: bold;
	}

a:hover
	{
	color: #f60;
	text-decoration: none;
	}

/* "REDEFINED" TAGS NOT REDEFINED BEFORE */

.yHLPul li
	{
	list-style: square;
	}

.yHLPtable, .yHLPtable th, .yHLPtable tr, .yHLPtable td
	{
	padding: 5px;
	border: 1px solid #000;
	border-collapse: collapse;
	}

.yHLPh1, .yHLPh2, .yHLPh3
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #000;
	margin: 0;
	}

.yHLPh1
	{
	font-size: 18px;
	border-bottom: 1px solid #888;
	margin-bottom: 12px;
	}

.yHLPh2
	{
	font-size: 16px;
	padding: 4px;
	background: #eee;
	border: 1px solid #444;
	margin-bottom: 12px;
	}

.yHLPh3
	{
	font-size: 15px;
	border-bottom: 1px solid #888;
	margin-bottom: 12px;
	}

/* CUSTOM CLASSES */

.yHLPred
	{
	color: #f00;
	font-weight: bold;
	}

.yHLPlightblue
	{
	color: #07f;
	font-style: italic;
	}

.yHLPwhite
	{
	background: #fff;
	}

.yHLPtablebg-l
	{
	background:#f0f0f0;
	width:20%;
	}

.yHLPtablebg-r
	{
	background:#fff;
	width:80%;
	}

.yHLPtablebg-m
	{
	background:#ffc;
	}

.yHLPimgborder
	{
	border: 1px solid #000;
	}
