/* blue grades - root level; text properties for states: normal, hover, click */
.TM0i0 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	padding: 4px;
}

/* blue grades - root level; box properties for states: normal */
.TM0o0 {
	background: #5674DD;
	border: 1px solid #2B547F;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* blue grades - root level; box properties for states: hover, click */
.TM0o1 {
	background: #4D99E6;
	border: 1px solid #2B547F;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* blue grades - sub levels; text properties for states: normal, hover, click */
.TM1i0 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding: 4px;
}

/* blue grades - sub levels; box properties for states: normal */
.TM1o0 {
	background: #4D99E6;
	border: 1px solid #2B547F;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* blue grades - sub levels; box properties for states: hover, click */
.TM1o1 {
	background: #5674DD;
	border: 1px solid #2B547F;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

body 
{
  background-color:#ddd;
  font-family:"Arial";
}
a 
{
  color:#5674DD;
}

h1 
{
  margin-top: 4mm;
  padding-left:6px;
  color:#5674DD;
}
P 
{
    padding-left:6px;
    padding-right:6px;
}
td 
{
  vertical-align:top;
  padding-bottom:2mm;
}
.paper 
{
  background-color:white;
  width:760px;
  margin-left:30px;
  font-family:inherit;
}
.intro 
{
  font-weight: bolder;
  margin-left:1cm;
  padding-right:1cm;
  text-align:justify;
  border-left-style:solid;
  border-left-color:#5674DD;
  border-left-width:5px;
  color:#5674DD;
}
