@charset "utf-8";
body {
	background-color:#FFFFFF;
	background-attachment: fixed;
	background-image: url(img/mainbackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin:0px;
	padding:0px;
}

td.ttop{
	width:667px;
	height:12px;
	background-image:url(img/tabletop.jpg);
}

td.tbottom{
	width:667px;
	height:15px;
	background-image:url(img/tablebottom.jpg);
}

td.tleft{
	background-image:url(img/tableleft.jpg);
	width:14px;
	height:637;
	}

td.tright{
	background-image:url(img/tableright.jpg);
	width:13px;
	height:637px;
	}

td.tcontent
	{
	background-color:#FFFFFF;
	background-image:url(img/tableback.jpg);
	width:640px;
	height:637px;
	vertical-align:top;
	text-align:center;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
.ddlist{
width:140px;
font-size:10px;}
