.cdiv
{
	float: left;
	border-right: silver thin solid;
	border-top: silver thin solid;
	border-left: silver thin solid;
	border-bottom: silver thin solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
	font-size: small;
	text-align: left;
}

.pdiv
{
	float: left;
	position: relative;
	text-align: center;
	font-size: small;
	border-right: silver thin solid;
	border-top: silver thin solid;
	border-left: silver thin solid;
	border-bottom: silver thin solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.pdiv P
{
	text-align: center;
}

.mdiv
{
	float: left;
	position: static;
	text-align: center;
	font-size: small;
	border-right: silver thin solid;
	border-top: silver thin solid;
	border-left: silver thin solid;
	border-bottom: silver thin solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
}

.mframe
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	border: 0px;
}

.mltable
{
	width: 100%;
}

.mltable1
{
	border-right: thin solid;
	border-top: thin solid;
	border-left: thin solid;
	border-bottom: thin solid;
	border-collapse: separate;
}

.mltr
{}

.ctd
{
	vertical-align: top;
	width: 10%;
}

.ptd
{
	vertical-align: top;
	width: 20%;
	text-align: center;
}

.mtd
{
	vertical-align: top;
}


