/* ADT.css */
.center {
	margin:auto;
}
.centercontents {
	text-align:center;
}
.red {
	color:red;
}
.bold {
	font-weight:bold;
}
.small {
	font-size:75%;
}
.pad {
	padding:0.5em 1em 0.5em 1em;
}
.underline {
	text-decoration:underline;
}

td {
	vertical-align:top;
}
input[type='text'] {
	width:100%;
}
#nav {
	text-align:right;
	position:relative;
	top:-130px;
}
#nav img {
	border:none;
}
#nav a {
	text-decoration:none;
}
table {
	width:812px;
	border-collapse:collapse;
}
* {
	font-family: arial;
}
img {
 border-style: none;
}