﻿.Textbox01 {
	font-family: Tahoma;
	font-size: 8pt;
	color: #000066;
	text-align: right;
	direction: rtl;
	width: 200;
	border: 1px dotted Red;
}
.Textbox02 {
	font-family: Tahoma;
	font-size: 8pt;
	color: #000066;
	text-align: left;
	direction: ltr;
	width: 200;
	border: 1px dotted Red 1;
}
.Title01{
	width: 130px;
	vertical-align: top;
	font-family: Tahoma;
	font-size: 8pt;
	color: #000099;
}
.Button01{
	width: 70px;
	height: 25px;
	font-family: Tahoma;
	color: #000099;
}
.ListHeaderRight{
	border-top: 1 solid;
	border-bottom: 1 solid;
	border-right: 1 solid;
}
.ListHeader{
	border-top: 1 solid;
	border-bottom: 1 solid;
}.ListHeaderLeft{
	border-top: 1 solid;
	border-bottom: 1 solid;
	border-left: 1 solid;
}
.ListBodyRight{
	border-bottom: dashed 1;
	border-right: 1 solid;
	border-left: 1 dotted;
	padding: 6px;
	height: 25px;
	vertical-align: top;
	text-align: center;
	font-family: Tahoma;
	font-size: 10pt;
}
.ListBody{
	border-bottom: dashed 1;
	height: 25px;
	border-left: 1px dotted;
	padding: 6px;
}
.ListBodyLeft{
	border-bottom: dashed 1;
	height: 25px;
	border-left: 1 solid;
	padding: 6px;
	vertical-align: bottom;
	text-align: center;
	font-size: 10pt;
	font-family: Tahoma;
}
.ListFooterRight{
	border-bottom: 1 solid;
	border-right: 1 solid;
}
.ListFooter{
	border-bottom: 1 solid;
}
.ListFooterLeft{
	border-bottom: 1 solid;
	border-left: 1 solid;
}
.BackLink{
	cursor: hand;
	text-align: left;
	text-decoration: none;
	color: Red;
	font-size: 8pt;
	font-family: Tahoma;
}
