a
{
	text-decoration:			none;
	color:						#999999;
}
a:hover
{
	text-decoration:			underline;
	color:						#CC6633;
}
.t
{
	font-family:			Monaco, Courier New, Courier, monospace;
	font-size:				12px;
	color:					#000000;
}
.error
{
	font-family:			Monaco, Courier New, Courier, monospace;
	font-size:				12px;
	font-weight:			bold;
	color:					#FF0000;
}
.notify
{
	font-family:			Monaco, Courier New, Courier, monospace;
	font-size:				12px;
	font-weight:			bold;
	color:					#336600;
}
.i
{
	font-family:			verdana, arial, helvetica;
	font-size:				10px;
	border:					1px solid #999999;
	background-color:		#FFFFFF;
}
