.header {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
 .header a:link {color: #003366; font-weight: bold; text-decoration: none;}
 .header a:visited {color: #003366; font-weight: bold; text-decoration: none;}
 .header a:hover {color: #CC0000; font-weight: bold; text-decoration: none;}
 .header a:active {color: #CC0000; font-weight: bold; text-decoration: none;}
 
 body { 
 /* background: #19467B url("/images/layout/watermark-logo.png"); */
  background: #FFFFFF url("/images/layout/watermark-logo.png");
  background-repeat: no-repeat;
  background-position:  center center;
  background-attachment: fixed
}

.body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
 .body a:link {color: #003366; font-weight: none; text-decoration: underline;}
 .body a:visited {color: #003366; font-weight: none; text-decoration: underline;}
 .body a:hover {color: #CC0000; font-weight: none; text-decoration: underline;}
 .body a:active {color: #CC0000; font-weight: none; text-decoration: underline;}
 
 .body_small {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
 .body_small a:link {color: #003366; font-weight: none; text-decoration: underline;}
 .body_small a:visited {color: #003366; font-weight: none; text-decoration: underline;}
 .body_small a:hover {color: #CC0000; font-weight: none; text-decoration: underline;}
 .body_small a:active {color: #CC0000; font-weight: none; text-decoration: underline;}
 
.th {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.th12 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

 .td {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

 .req {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
