<style type="text/css">

html{
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}

body{ 
	background: #FFF;
	color: #000;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 11px;
	line-height: 135%;
	margin: 0;
	padding: 0; /* required for Opera to have 0 margin */
	text-align: center; /* centers board in MSIE */
}


table{ /* makes all tables 100% wide */
	width: 100%;
}

td,
.divpad{
	padding: 2px;
}

td.nopad{ /* allows some tables to have no padding on the td */
	padding: 0;
}

form{
	display: inline;
	margin: 0; /* removes mystery form tag gapping */
	padding: 0; /* removes mystery form tag gapping */
}

img{
	border: 0; /* makes sure linked images do not have a border */
	vertical-align: middle;
}

.main{ 
	margin: 1px auto 1px auto; 
	text-align: left; 	
	width: 650px;/* 90% */ 
}

table{ 
border: 5px #CCCFEE solid; 
width:600px; 
height:150px; 
background-color: #FFFFFF; }
tr,td{ text-align: center;
	background: transparent;
	color: #000;
	font-size: 11px;
	line-height: 135%; }
.t1{}
.t2{ -moz-border-radius:20px 40px 60px 80px; }
.t3{ -moz-border-radius:30px 30px 0px 30px; }
.t4{ -moz-border-radius:50px 50px; }
.t5{ -moz-border-radius:100px 20px; }
.t6{ -moz-border-radius:0px 75px; }
