/* ie png fix for ie 5.5 by twinhelix */
/* png images will be loaded as blank.gif, refered iepngfix.htc */
.transparent
{
	/*behavior: url(css/iepngfix.htc);*/
}

/* globals */

*
{
	padding: 0px;
	margin: 0px;
	border: 0px solid #fc0;
}

H1,H2,H3,P,SPAN,A
{
	border: 0px dotted #000;
}

BODY,DIV,TD,H1,H2,H3,H4,H5,H6,H7,P,SPAN,INPUT
{
	font: 12px/18px helvetica,Arial,sans-serif;
}

BODY
{
	color: #ffffff;
}

TABLE
{
	border-collapse: collapse;
	empty-cells: show;
}

TD
{
	vertical-align: top;
}

DIV
{
	
}

UL
{
	list-style:none;
}

A
{
	outline: none;
}
A:link, A:visited, A:active
{
	text-decoration: none;
	color: #000000;
}

A:hover
{
	text-decoration: none;
	color: #00ff00;
}

DIV.clear
{
	clear:both;
	font-size:0px;
	line-height:0px;
}

.spacer
{
	width:20px;
	height:20px;
	line-height:0px;
}