
BODY
{
	font-size: 12px;
	cursor: default;
	color: silver;
	font-family: Tahoma;
	background-color: #0e0e0e;
}

h1
{
   font-size: 12px;
   font-weight: bold;
   color: greenyellow;
}

TD
{
	font-size: 12px;
}

A
{
	color: yellow;
	text-decoration: none;
}

A:Hover
{
	color: white;
}

TABLE.InfoBorder
{
	border-right: yellowgreen 1px solid;
	border-top: yellowgreen 1px solid;
	border-left: yellowgreen 1px solid;
	border-bottom: yellowgreen 1px solid;
}

TH
{
   padding-bottom: 8px;
   color: #ffffff;
   text-align: left;
   font-size: 12px;
   font-weight: normal;   
}


.Title1
{
	font-weight: bold;
	filter: Glow(Color='Lime',Strength='5');
	color: greenyellow;
	font-family: Verdana;
   text-align: center;
}

DIV.Quote
{
	border-right: #ffffff 1px solid;
	padding-right: 5px;
	border-top: #ffffff 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 10px 10px 10px 10px;
	border-left: #ffffff 1px solid;
	cursor: auto;
	color: silver;
	padding-top: 5px;
	border-bottom: #ffffff 1px solid;
	font-family: 'Courier New';
	background-color: #646464;
	Width: 100%;	
}

.QHead
{
   color: white;
   padding-bottom: 10px;
}

DIV.QuoteFF
{
	border-right: #ffffff 1px solid;
	padding-right: 5px;
	border-top: #ffffff 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 10px 10px 10px 10px;
	border-left: #ffffff 1px solid;
	cursor: auto;
	color: white;
	padding-top: 5px;
	border-bottom: #ffffff 1px solid;
	font-family: 'Courier New';
	background-color: #646464;	
}

SPAN.ImageBox
{
	clear: none;
	border-right: #ffffff 1px solid;
	padding-right: 5px;
	border-top: #ffffff 1px solid;
	padding-left: 5px;
	font-size: 14px;
	padding-bottom: 5px;
	margin-left: 10px;
	border-left: #ffffff 1px solid;
	color: white;
	margin-right: 10px;
	padding-top: 5px;
	border-bottom: #ffffff 1px solid;
	background-color: #3a3a3a;
	xfloat: right;
}

IMG.ImageBoxImage
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.NewInfo
{
	border-right: green 1px solid;
	border-top: green 1px solid;
	font-size: 14px;
	border-left: green 1px solid;
	cursor: help;
	border-bottom: green 1px solid;
	font-family: 'Courier New';
	background-color: #ffffff;
}

.Green
{
   color: greenyellow;
}

.Important
{
   color: #ff0000;
}

HR
{
	filter: Alpha(Style='1',Opacity='100',FinishOpacity='0',StartX='0',StartY='100',FinishX='100',FinishY='0');
	-moz-opacity: 0;
	color: greenyellow;
}