/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
	line-height:25px;
	background-color:#efefef;
	font:"Times New Roman", Times, serif;
	color:#3d3d3d;
}
a:link {
	color: #3d3d3d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #16a100;
}
a:hover {
	text-decoration: underline;
	color: #3d3d3d;
}
a:active {
	text-decoration: none;
}
.top{
    color:#333333;
	font-size:14px;
	font-weight:bold;
	font:Arial, Helvetica, sans-serif;
}