/* CSS Document */
Body{
	background-position: center center;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
}
.table{
	border-collapse: collapse;
	width: 700px;
	border: 0px;
	text-align: left;
}
.table1{
	width: 100%;
	padding: 5px;
}
.titletd {
	text-align:center;
	border-bottom: 1px solid #BCD0ED;
	font-weight: bold;
}
.td {
	border-bottom: 1px solid #BCD0ED;
	border-left: 1px solid #F0F2F4;
}
.maintopleft{
	width: 5px;
	height: 30px;
	background-image: url(skin/topleft.gif);
}
.maintopmiddle{
	height: 30px;
	background-image: url(skin/topmiddle.gif);
}
.maintopright{
	width: 5px;
	height: 30px;
	background-image: url(skin/topright.gif);
}
.mainmiddleleft{
	width: 5px;
	background-image: url(skin/middleleft.gif);
}
.mainmiddleright{
	width: 5px;
	background-image: url(skin/middleright.gif);
}
.mainbottomleft{
	width: 5px;
	height: 18px;
	background-image: url(skin/bottomleft.gif);
}
.mainbottommiddle{
	height: 18px;
	background-image: url(skin/bottommiddle.gif);
}
.mainbottomright{
	width: 5px;
	height: 18px;
	background-image: url(skin/bottomright.gif);
}
.image{
	width: 96px;
	height: 96px;
	border-bottom: 1px solid #BCD0ED;
	background-repeat: no-repeat; `
}

