a:link {
        font-weight: bold;
	color: #000000;
	}
a:visited {
        font-weight: bold;
	color: #000000;
	}
a:hover {
        color: #ffffff; 
        background-color: #000000; 
        cursor: help
	}
a:active {
        font-weight: bold;
	color: #000000;
	}

body {
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: #ffffff;
	margin: 0px;
	}

input, select, textarea {
	background-color: #ffffff;
	border-width: 1px;
	border-color: #000000;
	border-style: dotted;
	padding: 1px;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 8pt;
	color: #000000;
	}