A:link		{ text-decoration: none; color: #0020a0; }
A:visited	{ text-decoration: none; color: #0020a0; }
A:active	{ text-decoration: none; color: #00ff00; }
A:hover		{ text-decoration: underline; }

body
{
	background:	#a0a0a0;
	color:		#000000;

	font-family:	helvetica, arial, sans-serif;
	font-style:	normal;
	font-size:	11px;

	margin:		0px;
}

.ot
{
	background:	#e0e0e0;
	color:		#000000;

	font-family:	helvetica, arial, sans-serif;
	font-style:	normal;
	font-weight:	bold;
	font-size:	12px;

	border:		1px solid #505050;

	padding:	2px;
}

.ob
{
	background:	#e0e0e0;
	color:		#000000;

	border:		1px solid #505050;

	padding:	30px;
}

.button
{
	background:	#d5d5d5;
	color:		#000000;

	border-style:	outset;
	border-width:	2px;

	font-family:	helvetica, arial, sans-serif;
	font-style:	normal;
	font-size:	11px;
}

input.std
{
	background:	#f5f5f5;

	border:		2px inset #a0a0a0;

	font-family:	helvetica, arial, sans-serif;
	font-style:	normal;
	font-size:	11px;

	width:		100%;

	padding:	1px;
}

select.std
{
	background:	#f5f5f5;

	font-family:	helvetica, arial, sans-serif;
	font-style:	normal;
	font-size:	11px;

	width:		100%;
}

td
{
	font-family:	helvetica, arial, sans-serif;
	font-style:	normal;
	font-size:	11px;
}

.grey
{
	color:		#505050;

	font-family:	helvetica, arial, sans-serif;
	font-style:	normal;
	font-size:	11px;
}

.hi
{
	background:	#d0d0d0;
	color:		#000000;

	font-size:	10px;
}

.lo
{
	background:	#e9e9e9;
	color:		#000000;

	font-size:	10px;
}

