/* CASCADING STYLE SHEETS */

P,UL,LI
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
	color: black;
}

SUP
{
	font-size: 10pt;
}

P.small
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	text-align: center;
}

P.topmenu
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	text-align: right;
}

P.hint
{
	font-style: italic;
	text-align: justify;
	color: navy;
	margin-left: 50px;
	margin-right: 10px;	
}

H1
{
	font-family: Times, Serif;
	font-size: 32pt;
	/* text-align: center; */
	color: black;
}

H2
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 20pt;
	color: navy;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
}

H3
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 16pt;
	color: navy;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

TD.rown
{
	font-family: Arial;
	font-size: 12pt;
	color: black;
	background-color: #DAC5C5;
}

TD.rowt
{
	font-family: Arial;
	font-size: 12pt;
	color: black;
	background-color: #EABDBD;
}

TD.rowsource
{
	background-color: #e5e5e5;
}

TD.rowimportant
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: red;
	background-color: #e5e5e5;
}
