body {
  margin: 0px;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 12px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

/*  Font Style */
body { font-size: 12px; }
.fsmall { font-size: 10px; }
.LeftMenu { font-family: Arial; font-size: 12px; font-weight: bold; color: #5D5AD5; }
/*.DetailText { font-family:"MS Sans Serif"; font-size: 14px; color: #3366CC; }*/
.DetailText { font-family:"MS Sans Serif"; font-size: 14px; color: #004D83; }

/* Link Style */
a {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #FF8A00;
	text-decoration: underline;