@import url(_main_style.css);
@import url(_form_style.css);
@import url(_member_style.css);

BODY {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000;
  	background: #003366 url(../img/mesh.gif) repeat;
 }

TABLE {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	background: #fff;
 }