a:visited
{
	color: rgb(0,0,0);
	text-decoration: underline;
} 
a:link
{
	color: rgb(0,0,0);
	text-decoration: underline;
} 
a:active 
{
	color: rgb(0,128,128);
	text-decoration: underline;
}
a:hover
{
	color: rgb(0,128,128);
	text-decoration: underline;
}
body.b0
{
	font-family: Arial, Helvetica;
	background-color: rgb(221,221,221);
	background-repeat: no-repeat;
	padding-left: 20; padding-top: 20;
}
body.b1
{
	font-family: Arial, Helvetica;
	background-color: rgb(192,192,192);
	background-repeat: no-repeat;
	padding-left: 20;
}
body.b3
{
	background-color: rgb(221,221,221);
	padding-left: 20; padding-top: 20;
	font-family: Arial, Helvetica;
	font-size: 80%;
}
table.m1
{
	font-family: arial; 
	font-size: 80%;
	table-border-color-light: rgb(255,102,153);
	table-border-color-dark: rgb(102,51,153); 
}
p.t0
{
	font-family: Arial, Helvetica;
	color: rgb(0,0,0);
	font-size: 80%;
	text-align: left;
}
p.t1
{
	font-family: Arial, Helvetica;
	color: rgb(0,128,128);
	font-size: 80%;
	text-align: left;
	text-decoration: none;
}
p.k0
{
	font-family: Arial, Helvetica;
	color: rgb(0,128,128); 
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
p.k1
{
	color: rgb(0,0,0); 
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}