@charset "utf-8";
/* CSS Document */

body {
	background-color: #d9a416;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.mainlnk {
	background-color: #e1f5e1;
	line-height: 27px;
	text-indent: 5px;
	border-bottom: 1px dashed #056305;
}
.mainlnkc {
	background-color: #e1f5e1;
	line-height: 27px;
	text-indent: 5px;
}
a.mainlnktxt:link {
    font-size: 14px;
	font-weight: bold;
	color: #056305;
	text-decoration: none;
	cursor: pointer;
}
a.mainlnktxt:visited {
	font-size: 14px;
	font-weight: bold;
	color: #056305;
	text-decoration: none;
}
a.mainlnktxt:hover {
    font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}


