@charset "UTF-8";

body {
	background-color: #217635;
}
a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #A9353B;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #A9353B;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}
.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	width: 210px;
	line-height: 18px;
	padding-left: 15px;
}
.popup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	background-color: #FFFFFF;
	width: 640px;
	height: 10px;
}

