body,tr,td,th {
  font-size: 10pt;
}


.Title {
	background-color: #4646ff;
	color: #ffffff;
	font-weight: bold;

}


.Title2 {
	background-color: #dfdfdf;
	color: #333333;
	font-weight: bold;

}


a:link {
  text-decoration:none;
  color: #0000ff;
}

a:visited {
  text-decoration:none;
  color: #0000ff;
}

a:active {
  text-decoration:none;
  color: #0000ff;
}

a:hover {
  text-decoration:underline;
  color: #0000ff;
}