<style>

font         { color: #FFFFFF; font-family: Verdana; font-size: 10pt }

body         { font-family: Verdana; color: #FFFFFF; background-color: #000000; margin-top: 0px; margin-left: 0px ; margin-right: 0px }

A:link       { color: #FFFF00 }

A:active     { color: #FFFF00 }

A:visited    { color: #FFFF00 }

A:hover      { color: #CC0000 }

A            { text-decoration: none }

A.data
		{
			background-color: transparent;
			display: block;			
			text-decoration: none;
			width: 100%;
		}
A.data:hover 
		{
			background-color: #191919;
			color: #FFFFFF;
		}

/* -------------------------------------------------------------------- */
/* TABLES */
table.results
		{ 
			align: center;
			background-color: transparent;
			empty-cells:show; 
			float: center;
			height: 0px;
			text-align: left;
			vertical-align: top;
			width: 95%;
			z-index: 0;
		}
th.results
		{ 
			background-color:#333333;
			color:#FFFFFF;
			empty-cells:show; 
			font-family: sans-serif;
			font-size: 12px;
			text-align: left;			
		}
tr.results
		{ 
			background-color: transparent;
			border: 0px; 
			border-bottom:1px dashed #666666; 
			border-collapse: collapse;
			empty-cells:show; 
			padding: 1px; 
			text-align: left;			
		}
td.results
		{ 
			background-color: transparent;
			empty-cells: show;
			font-family: sans-serif;
			font-size: 12px;
			overflow: auto;
			padding: 0px; 
			text-align: left;
			vertical-align: top;
		}
</style>