body {
	margin: 0px;
	padding: 0px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
a:link {
	color: #0156A0;
}
a:visited {
	color: #0156A0;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FF0000;
}
.titlebox {
	background-color: #FFFFFF;
	border-right: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	border-left: 1px none #000000;
	border-top-style: none;
}
.dottedbox {
	border: thin solid #CCCCCC;
}
.nounderline {
	text-decoration: none;
}
ul {
	margin: 0px;
	padding: 0px;
	margin-left: 2em;
}
