body{
	background-image: url(i/bgbody.jpg); background-repeat: repeat-x;
	background-color: #F22F2F;
	margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px;
}

.tdmenu{
	background-image: url(i/bgmenu.jpg); background-repeat: no-repeat;
	width: 511px; height: 23px;
}
.menulink{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-style: italic; font-size: 10px;
	text-decoration: none; color: white; font-weight: bold;
}
.menulink:hover{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-style: italic; font-size: 10px;
	text-decoration: none; color: #48D1CC; font-weight: bold;
}
.tdpage{
	background-image: url(i/tb_bg.jpg); background-repeat: repeat-y;
}
.tablepage{
	background-image: url(i/tb_top.jpg); background-repeat: no-repeat;
}
.pagetext{
	color: White; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: normal;
	text-align: justify;
}
.paddleft{
	padding-left: 10px;
}