﻿.style_cen {
	text-align: center;
}
.style_lef {
	text-align: left;
}
.style_arial {
	font-family: Georgia, "Times New Roman", Times, serif; 
}
.style_arial_sm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}
.style_arial_med {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
}
.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: Georgia, "Times New Roman", Times, 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: #C89664;
}
.ms-color2-even {
	font-family: Georgia, "Times New Roman", Times, 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;
}
.style_gray {
	color: gray;
}