Table.bodyFrame
{
	background-color:White;
	width:100%;
}

.bodyText
{
	font-family:Arial;
	text-align:justify;
	font-size: 9pt;
	
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

.bodyLeftTop
{
	background-image:url(images/frame/leftTop.gif);
	background-repeat:no-repeat;
	background-position: 0px 2px;
}

.bodyLeftSide, .frameMenu
{
	background-color: #CC0001;
	background-image:url(images/frame/leftSide.gif);
	background-repeat:repeat-y;
	background-position: 0px 0px;
}

.bodyLeftBottom
{
	
	background-image:url(images/frame/leftBottom.gif);
	background-repeat:no-repeat;
	background-position: 0px -7px;
}

.bodyTop
{
	background-image:url(images/frame/middleTop.gif);
	background-repeat:repeat-x;
	background-position: 0px 0px;
	width:100%;

}

.bodyMiddleBottom
{
	background-image:url(images/frame/middleBottom.gif);
	background-repeat:repeat-x;
	background-position: 0px 0px;
	width:100%;
}

.bodyRightTop
{
	background-image:url(images/frame/rightTop.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;
}

.bodyRightSide
{
	background-image:url(images/frame/rightSide.gif);
	background-repeat:repeat;
	background-position: -1px 0px;
	width: 50px;
}

.bodyRightBottom
{
	background-image:url(images/frame/rightBottom.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;
}

.bodyFrame
{
	/*background-image:url(images/bodyBkg.gif);*/
	background-color:White;
	width:50%;
}

.bodyText
{
	font-family:Arial;
	text-align:justify;
	font-size: 9pt;
	
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}