/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
/* body: describes page background color and all non-table text not governed by any other style */
body {
	background-color : white;
}

.tableborder {
	background-color: white;
}

/* styles added for index.php *.
/* homebody added to replace style="background-color:#D0BC91;" in index.php */
.homebody {
	background-color: white;
}

/* menutitle added to replace width="565" height="86" border="0" in topmenu for title.gif */
.menutitle {
	text-align: center;
	width: 1000px;
	height: 110px;
}

.mainimg {
	width: 250px;
	height: 320px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/*
.t3shadow {
  -moz-box-shadow:    none;
  -webkit-box-shadow: none;
  box-shadow:         none;
}
*/
