body.nomargin {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:none; }
a:active { text-decoration:none; }
.image { text-decoration:none; }

body, table {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

table.allbold {
	font-weight: bold;
}

table.maxheight {
	height: 100%;
}

input.text {
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
  border-top: 1px solid #333333;
}
input, textarea {
	border: 1px solid;
}