﻿.ms-color2-main {
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom: 1.5pt solid black;
	background-color: silver;
}
.ms-color2-top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom: 1.5pt solid black;
	background-color: #7FEF7F;
}
.ms-color2-even {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	border-style: none;
	background-color: #FFFFEF;
}
.style_border {
	border-left-style: solid;
	border-left-width: 2px;
	border-right-style: solid;
	border-right-width: 2px;
	border-top-style: solid;
	border-top-width: 2px;
	border-bottom: 2px solid #006666;
	background-color: silver;
}
.style_red {
	color: red;
}