Body {
	background-color : White;
	color: Black;
	text-align: left;
	font : 12px Verdana,Arial,Helvetica;
	line-height: 15px;
}

td {
/*	padding-left: 5px;
	padding-right: 5px; */
	FONT-FAMILY: Verdana,Arial,Helvetica;
	FONT-SIZE: 12px;
	line-height: 15px;
} 

td.cent {
	FONT-FAMILY: Verdana,Arial,Helvetica;
	FONT-SIZE: 12px;
	text-align: center;   
	line-height: 15px;
}
td.top {
	FONT-FAMILY: Verdana,Arial,Helvetica;
	FONT-SIZE: 12px;
	line-height: 15px;
	vertical-align: top;
	padding-bottom: 10px;
}
td.order {
	FONT-FAMILY: Verdana,Arial,Helvetica;
	FONT-SIZE: 12px;
	line-height: 15px;
	padding-bottom: 10px;
	background-color: #E0E0E0;
	vertical-align: middle;
}

td.disclaimer {
	FONT-FAMILY: Verdana,Arial,Helvetica;
	FONT-SIZE: 10px;
	line-height: 12px;
	background-color: #E0E0E0;
}

td.disclaimer_italic {
	FONT-FAMILY: Verdana,Arial,Helvetica;
	FONT-SIZE: 10px;
	line-height: 12px;
	background-color: #E0E0E0;
	font-style : italic;
}

td.disclaimer_headline {
	FONT-FAMILY: Verdana,Arial,Helvetica;
	FONT-SIZE: 12px;
	line-height: 15px;
	background-color: #E0E0E0;
	font-weight: bold ;
}


A:visited  {
	font-family : Verdana,Arial,Helvetica;
	font-size : 12px;
	color : Black;
	text-decoration: none;
}
A:link {
	font-family : Verdana,Arial,Helvetica;
	font-size : 12px;
	color : Black;
	text-decoration: none;
}
A:hover {
	font-family : Verdana,Arial,Helvetica;
	font-size : 12px;
	color : Red;
	text-decoration: underline;
}
A:active {
	font-family : Verdana,Arial,Helvetica;
	font-size : 12px;
	color : Gray;
	text-decoration: none;
}

