/* Template Sets the overall style of the template with attributes such as widths, borders, backgrounds, margins, padding *//* Table styles */
body {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
.body {
	font-size: 11px;
}
.BackRight {
	background-image: url(../images/Back_right.gif);
	background-repeat: no-repeat;
	background-position: right 200px;
}
.BackLeft {
	background-image: url(../images/Back_left.gif);
	background-repeat: no-repeat;
	background-position: left 200px;
}
.BackTop{
	background-image: url(../images/back_cT.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	padding-bottom: 12px;
	padding-top: 14px;
}
.RightSide {
padding: 20px;
}

