/* 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 #ff0;
}

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

BODY
{
	color: #000000;
}

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

TD
{
	vertical-align: top;
}

DIV
{
}

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

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

A.whiteonred
{
	
}
A.whiteonred:link, A.whiteonred:visited, A.whiteonred:active
{
	text-decoration: none;
	color: #ffffff;
}

A.whiteonred:hover
{
	text-decoration: underline;

}

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

