﻿.MyVLine {
	background-position: 50%;
	background-image: url('LineVertical.png');
	background-repeat: repeat-y;
	width: 20%;
}
.MyVLine.Top {
	height: 20px;
	background-image: none;
}
.MyBox {
	padding: 25px 7px 15px 7px;
	height: 150px;
	width: 5%;
	vertical-align: top;
	background-color: #F0F0F0;
}


.MyTitleImage {
	top: 32px;
	position: relative;
}
.MyHorzLineBold {
	background-image: url('../../sp/Misc/MainPageImages/LineHorizental.png');
	background-repeat: repeat-x;
	background-position: 50%;
	width: 100%;
}
.MySectionDistance {
	height: 10px;
}

.TopText {
	background-color: #F0F0F0;
	margin: 50px;
}


