//*
Example of commenting out in css.
.badStyle
{
	font-family: Aria000066l, Helvetica, sans-serif;
	font-size: 10pt
}
*//

//* custom for WTA*//

	body		{ background-color: #dadada; }
	input,body,td	{ font-family: tahoma, helvetica; font-size: 11px; color: #4877A5; }
	.inarea		{ color: #ffffff; line-height: 14px; text-align: left; }
	br.short	{ line-height: 8px; }
	a		{ text-decoration: none; color: #FFCC00; }
	a:hover		{ text-decoration: underline; }
	a.hlink		{ font-weight: bold; }
	.carea		{ line-height: 18px; text-align: justify; }
	form		{ margin: 0px; }
	.heading	{ font-weight: bold; }
	.header		{ font-weight: bold; font-family: tahoma, helvetica; font-size: 12px; color: #FFFFFF; text-decoration: underline }