﻿.Headline
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Verdana, Arial, Tahoma, 'Times New Roman' , sans-serif;
}
.TQHeadline, A.TQHeadline, A:link.TQHeadline, A:visited.TQHeadline, A:active.TQHeadline, A:hover.TQHeadline
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Verdana, Arial, Tahoma, 'Times New Roman' , sans-serif;
}

table.hl
{
	margin: 0px;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-collapse: collapse;
}
/*highlight, upperleft*/
td.hlul
{
	width:22px; 
	background-image: url(images/HLUpperLeft.gif);
	height:34px;
	padding:0 0 0 0;
}
/*highligh, upper center*/
td.hluc
{
	background-image: url(images/HLUpperCenter.gif);
	height: 34px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: White;
	padding:0 0 0 0;
}
/*highlight, upper right*/
td.hlur
{
	width:35px;
	background-image: url(images/HLUpperRight.gif);
	height:34px;
	padding:0 0 0 0;
}
/*highlight, center left*/
td.hlcl
{
	width:12px; 
	background-image: url(images/HLCenterLeft.gif);
	padding: 0 0 0 0;
}
/*highlight, center*/
td.hlc
{
	background-image:url(images/HLCenter.gif);
	padding: 0 0 0 0;	
}
/*highlight, center right*/
td.hlcr
{
	width: 19px;
	background-image: url(images/HLCenterRight.gif);
	padding:0 0 0 0;
}
/*highlight, bottom left*/
td.hlbl
{
	width:12px;
	background-image:url(images/HLBottomLeft.gif);
	height:12px;
	padding:0 0 0 0;
}
/*highlight, bottom center*/
td.hlbc
{
	background-image:url(images/HLBottomCenter.gif);
	height:12px;
	padding:0 0 0 0;
}
/*highlight, bottom right*/
td.hlbr
{
	width:19px;
	background-image: url(images/HLBottomRight.gif);
	height:12px;
	padding:0 0 0 0;	
}


/*Highlight Example table

<table id="Table1" class="hl">
  <tr>
    <td class="hlul">
    </td>
    <td class="hluc">
      [your content here]
    </td>
    <td class="hlur">
    </td>
  </tr>
</table>
<table id="Table3" class="hl">
  <tr>
    <td class="hlcl">
    </td>
    <td class="hlc">
      [your content here]
    </td>
    <td class="hlcr">
    </td>
  </tr>
  <tr>
    <td class="hlbl">
    </td>
    <td class="hlbc">
    </td>
    <td class="hlbr">
    </td>
  </tr>
</table>


*/
