﻿.style_cen {
	text-align: center;
}
.style_arial {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif; 
}
.style_arial_sm {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 10pt;
}
.ms-color2-main {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 10pt;
	color: black;
	border-style: none;
	border-bottom: 1.5pt solid black;
	background-color: silver;
}
.ms-color2-top {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: yellow;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom: 1.5pt solid black;
	background-color: #2F8F2F;
}
.ms-color2-even {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 10pt;
	color: black;
	border-style: none;
	background-color: #EFEFEF;
}
.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_border1 {
	border: 2px solid #006666;
}
.style_list_margin {
	margin-top: 0px;
	margin-bottom: 3px;
}
.style_red {
	color: red;
}
.style_green {
	color: green;
}
.style_white {
	color: white;
}