* {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #00FFFF;
	font-weight: bold;
}
.border_top {
	border: 0px;
}
.border_right {
	border: 0px;
	background-image: url(right.png);
	background-repeat: repeat-y;
	background-position: left;
}
.border_left {

	border: 0px;
}
.border_bottom {
	border: 0px;
	background-image: url(bottom.png);
	background-repeat: repeat-x;
	background-position: top;
}
.Header {
	background-color: #0099FF;
	border: 1px solid #666666;
}
.Text_Area {
	background-color: #F5F5F5;
	border: 1px solid #666666;
}
.border_top_Right {
	border: 0px;
	background-image: url(top_right.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.border_bottom_right {
	border: 0px;
	background-image: url(bottom_right.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.border_bottom_left {

	border: 0px;
	background-image: url(bottom_left.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.Text_Area2 {
	background-color: #F5F5F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
.Text {
	background-color: #F5F5F5;
}
