/* ---page defaults--- */

body, td {
	margin: 10;
	padding: 0;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	}
hr  {
    width: 100%;
    height: 1px;
    background-color: #000;
	margin: 30px 0px 0px 0px;
	border:0px solid #000;
	}
h1,h2,h3 {
	color: #999;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
strong, b {
	font-weight: bolder;
	}
A, a, A:visited, a:visited {
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	}
A:hover, a:hover, A:active, a:active {
	color: #999;
	}