.BOXTitlelow,
.BOXTitlenormal,
.BOXTitlehigh
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	padding-top: 5px;
}
.BOXTitlehigh
{
	background-image: url(image/TopHigh.jpg);
	background-repeat: repeat-x;
	color: #A9253A;
}
.BOXContentLefthigh
{
	background-image: url(image/LeftHigh.jpg);
	background-repeat: repeat-y;
}
.BOXContentRighthigh
{
	background-image: url(image/RightHigh.jpg);
	background-repeat: repeat-y;
}
.BOXBottomhigh
{
	background-image: url(image/BottomHigh.jpg);
	background-repeat: repeat-x;
}

.BOXTitlenormal
{
	background-image: url(image/Topnormal.jpg);
	background-repeat: repeat-x;
	color: #7D883C;
}
.BOXContentLeftnormal
{
	background-image: url(image/Leftnormal.jpg);
	background-repeat: repeat-y;
}
.BOXContentRightnormal
{
	background-image: url(image/Rightnormal.jpg);
	background-repeat: repeat-y;
}
.BOXBottomnormal
{
	background-image: url(image/Bottomnormal.jpg);
	background-repeat: repeat-x;
}

.BOXTitlelow
{
	background-image: url(image/Toplow.jpg);
	background-repeat: repeat-x;
	color: #7A87A5;
}
.BOXContentLeftlow
{
	background-image: url(image/Leftlow.jpg);
	background-repeat: repeat-y;
}
.BOXContentRightlow
{
	background-image: url(image/Rightlow.jpg);
	background-repeat: repeat-y;
}
.BOXBottomlow
{
	background-image: url(image/Bottomlow.jpg);
	background-repeat: repeat-x;
}


.BOXText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	background-color: #FFFFFF;
}

.boxtablewhite {
	background-color: #FFFFFF;
}
