/* Original */




/*  Content Elements */
.printonly
{
	display: none;	
}
.displayprint
{
}
td
{
	vertical-align: top;
}
td.content
{
	color: #959595;
    FONT-FAMILY: Arial,Helvetica,Tahoma,Verdana,Geneva,Swiss,SunSans-Regular,sans-serif;
    FONT-SIZE: 80%;
}
td.content td
{
	color: #959595;
    FONT-FAMILY: Arial,Helvetica,Tahoma,Verdana,Geneva,Swiss,SunSans-Regular,sans-serif;
    FONT-SIZE: 80%;
}
td.content A
{
	color: #C8C8C8;
    TEXT-DECORATION: none;
}
td.content A:active
{
	color: #C8C8C8;
    TEXT-DECORATION: none;
}
td.content A:hover
{
    COLOR: #C8C8C8;
    TEXT-DECORATION: none;
}

/*  WebEdit Format Styles: zwingend! */
td.content P
{
	color: #C8C8C8;
	margin: 0px 0px 12px 0px;
}
td.content h6
{
	color: #C8C8C8;
	margin: 0px 0px 12px 0px;
	font-size: 100%;
	font-weight: normal;
}
td.content h6 a
{
	color: #FF0000;
}
td.content h6 a:active
{
	color: #FF0000;
}
td.content h6 a:hover
{
	color: #FF0000;
}
td.content H1
{
    FONT-SIZE: 14pt;
    FONT-WEIGHT: bold;
	margin: 5px 0px 12px 0px;
}
td.content OL
{
	margin: 5px 0px 8px 33px;
}
td.content UL
{
	list-style-type: square;
	margin: 5px 0px 8px 17px;
}
td.content HR
{
	height: 1px;
}
