span.warn{
	font-size: 80%;
	color:orange;
}

table,tr,td,th {
	font-family: "Ubuntu";
}
td{
	font-size:85%;
}

a.modify{
	text-decoration:none;
	color:#004040;
	font-weight: bold;
}

a.addnew{
	text-decoration:none;
	color:#000080;
	font-size:80%;
}

a.modify:hover
{
	text-decoration:underline;
}
a.addnew:hover
{
	text-decoration:underline;
}

.note{
	font-size: 80%;
}

.tnote{
	padding-left:1em;
	font-size:80%;
}

