@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Calibri, Tahoma;
	font-size: 13px;
	color: #000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a.class_bottom:link {
	color: #cbc9c9;
	text-decoration: none;
}
a.class_bottom:visited {
	text-decoration: none;
	color: #cbc9c9;
}
a.class_bottom:hover {
	text-decoration: underline;
	color: #cbc9c9;
}
a.class_bottom:active {
	text-decoration: none;
	color: #cbc9c9;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Calibri, Tahoma;
	margin: 0px;
}
h1 {
	font-size: 20px;
	color: #FFFFFF;
	border: 1px dotted #B8E161;
	margin-bottom: 10px;
	background: #86C117;
	padding-left: 10px;
}
h2 {
	font-size: 15px;
	color: #000;
	border-bottom: 1px dotted #000;
}
h3 {
	font-size: 16px;
	color: #FFFFFF;
}
.highlightText {
	font-size: 20px;
}
.table1 {
	color: #FFF;
	background: #A3A3A3;
	height: 20px;
}

.table2 {
	background: #B8E161;
	line-height: 20px;
	border: 1px solid #B8E161;
}
.table3 {
	background: #7AB906;
	line-height: 20px;
}

