body {	font-family:"Arial",sans-serif;
	color:black;
	font-size:100%;
	}
.lblColumnName { 	font-weight:bold;
			font-size:0.6875em;
			text-align:right;
			vertical-align:middle;
			width:75px;
	}
.lblColumnValue {	font-weight:normal;
			font-size:0.6875em;
			text-align:left;
			vertical-align:middle;
			width:150px;
			text-indent:5px;
	}

/* ===Setting the Images for the "frame"=== */
.OuterTable { border-collaspe:collapse;
		padding:0;
		border-spacing:0;
	}

.TopLeft {	background-image:url('http://www.salessimplicity.net/images/topoUL.png');
		background-repeat:no-repeat;
		height:8px;
		width:8px;
		font-size:0.005em;
		
	}
.TopMiddle {	background-image:url('http://www.salessimplicity.net/images/topoUM.png');
		background-repeat:repeat-x;
		height:8px;
		font-size:0.005em;
	}
.TopRight {	background-image:url('http://www.salessimplicity.net/images/topoUR.png');
		background-repeat:no-repeat;
		height:8px;
		width:8px;
		font-size:0.005em;
	}
.CenterLeft {	background-image:url('http://www.salessimplicity.net/images/topoL.png');
		background-repeat:repeat-y;
		width:8px;
	}
/*.CenterMiddle {	background-image:url('http://www.salessimplicity.net/images/topoM.png');
		background-repeat:no-repeat;}*/
	
.CenterRight {	background-image:url('http://www.salessimplicity.net/images/topoR.png');
		background-repeat:repeat-y;
		width:8px;
	}
.BottomLeft {	background-image:url('http://www.salessimplicity.net/images/topoBL.png');
		background-repeat:no-repeat;
		height:8px;
		width:8px;
	}
.BottomMiddle {	background-image:url('http://www.salessimplicity.net/images/topoBM.png');
		background-repeat:repeat-x;
		height:8px;
	}
.BottomRight {	background-image:url('http://www.salessimplicity.net/images/topoBR.png');
		background-repeat:no-repeat;
		height:8px;
		width:8px;
	}
.CenterMiddle { background-color:White;
	}

