body { 
  background: #FFFF99 url("/images/layout/background.png");
  background-repeat: repeat-x;
  background-position: top;
}

.header {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
 .header a:link {color: #000000; font-weight: bold; text-decoration: underline;}
 .header a:visited {color: #000000; font-weight: bold; text-decoration: underline;}
 .header a:hover {color: #FF0000; font-weight: bold; text-decoration: underline;}
 .header a:active {color: #FF0000; font-weight: bold; text-decoration: underline;}
 
.menu_header {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC3300;
}
 .menu_header a:link {color: #CC3300; font-weight: bold; text-decoration: underline;}
 .menu_header a:visited {color: #CC3300; font-weight: bold; text-decoration: underline;}
 .menu_header a:hover {color: #CC3300; font-weight: bold; text-decoration: underline;}
 .menu_header a:active {color: #CC3300; font-weight: bold; text-decoration: underline;}

.body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
 .body a:link {color: #333333; font-weight: bold; text-decoration: underline;}
 .body a:visited {color: #333333; font-weight: bold; text-decoration: underline;}
 .body a:hover {color: #FF0000; font-weight: bold; text-decoration: underline;}
 .body a:active {color: #FF0000; font-weight: bold; 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: #333333; font-weight: bold; text-decoration: underline;}
 .body_small a:visited {color: #333333; font-weight: bold; text-decoration: underline;}
 .body_small a:hover {color: #FF0000; font-weight: bold; text-decoration: underline;}
 .body_small a:active {color: #FF0000; font-weight: bold; text-decoration: underline;}