body {
	margin: 0;
	padding: 0;
}
td, p, div, span, input {
	font: 9pt Arial, Helvetica, sans-serif;
}

form {
	margin: 0;
	padding: 0;
}
a {
	color: #00F;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

td.textboxlabels {
	font-weight: bold;
	color: #F00;
}

input {
	font-weight: bold;
}
div#ml {
	height: 113px;
	width: 320px;
	padding: 5px 5px 5px 15px;
	background: url(../images/ml-border.gif) no-repeat;
	margin: 10px 15px 5px 25px;
}

div#search {
	height: 100px;
	width: 320px;
	padding: 5px 5px 5px 15px;
	background: url(../images/search-bg.gif) no-repeat;
	margin: 10px 15px 5px 25px;
}
td.woheading {
	border-bottom: 1px dotted #F66;
	padding-bottom: 5px;
}


h1 {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #F00;
}
.smallform {
	font-size: xx-small;
	background: #FFD9D9;
}
.smallbutton {
	color: #FFF;
	font-style: italic;
	font-weight: bold;
	cursor: pointer;
	border-top: thin #66F;
	border-right: thin inset #66F;
	border-bottom: thin inset #66F;
	border-left: thin #66F;
	background: #00F url(../images/button.gif) repeat center;
}
b {
	font-weight: normal;
}
u {
	text-decoration: none;
	font-weight: normal;
}

