@import url(_main_style.css);
@import url(_form_style.css);
@import url(_member_style.css);

BODY {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1em;
	color: #000;
	background: #cccccc url(../img/hbg.jpg) top left repeat-x fixed;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
 }

TABLE {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1em;
	color: #000;
	background: #fff;
 	margin: 0px;
 	padding: 0px;
 }


 A {
 	color: #600;
 }
 
 A:visited {
 	color: #600;
 }
 
 A:hover {
 	color: #333;
	text-decoration: none;
 }