body, table, tr, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:rgb(0,0,0);
	cursor:default;
}

a:link {
	text-decoration:none;
	color:rgb(153,102,51);
}

a:visited {
	text-decoration:none;
	color:rgb(153,102,51);
}

a:active {
	color:rgb(153,102,51);
}

a:hover {
	text-decoration:underline;
	color:rgb(204,12,12);
}

.b	{
	font-weight:bold;
}

.i	{
	font-style:italic;
}

.sm	{
	font-size:smaller;
}

.lg	{
	font-size:larger;
}

.red	{
	color:rgb(204,12,12);
}

.brown	{
	color:rgb(153,102,51);
}

.turq	{
	color:rgb(51,153,204);
}

.lgturq	{
	font-size:larger;
	font-weight:bold;
	color:rgb(51,153,204);
	text-decoration:underline;
}

.c	{
	text-align:center;
}