﻿/*LIST 4*/
.ms-list4-main {
				
				background-color: white;
}
.ms-list4-tl {
				font-weight: bold;
				color: white;
				border-left-style: none;
				border-right-style: none;
				border-top-style: none;
				border-bottom: 1.5pt solid black;
				background-color: gray;
}
.ms-list4-left {
				font-weight: normal;
				color: black;
				border-left-style: none;
				border-right-style: none;
				border-top-style: none;
				border-bottom: .75pt solid black;
				background-color: white;
}
.ms-list4-top {
				font-weight: bold;
				color: white;
				border-left-style: none;
				border-right-style: none;
				border-top-style: none;
				border-bottom: 1.5pt solid black;
				background-color:#006666;
}
.ms-list4-even {
				font-weight: normal;
				color: black;
				border-left-style: none;
				border-right-style: none;
				border-top-style: none;
				border-bottom: .75pt solid black;
				background-color: white;
}

