<!--
body {
	color : #000000;
	text-align: center;
	width: 780px;
	}
	
a {
	color:#00c; 
	background-color: transparent; 
	text-decoration: underline;	
	}

a:hover {
	color:#000066; 
	background-color: transparent; 
	text-decoration: underline;
	}
	
a:active {
	color:#fff; 
	background-color: transparent; 
	text-decoration: underline;	
	}

input:button {
	cursor:hand;
	}

input.display {
	border: 0px;
	font-size : 150%;
	margin: 0px 0px;
	text-align: center;
	width: 100%;
}

input.left {
	line-height : 100%;
	text-align: left;
	font-family: Courier New, Times New Roman, Verdana, sans-serif;
	padding: 3px;
}

#content {
	color: #000;
	border: 2px solid #000;
	text-align:left; 
	}

table {
	background-color: transparent; 
	}

td.inside {
	border: 2px;
}

.link {
	cursor:hand;
	color:#00c; 
	text-decoration:underline;
}

td.outside {
	border: 2px;
}

	
tr.expedited {
	color: #fff; 
	background: #FF0000;
	}

tr.it {
	color: #fff; 
	background: #00c; 
	}

tr.checked {
	color: #fff; 
	background: #00c; 
	}

tr.both {
	color: #fff; 
	background: #c0c; 
	}

p {
	font-family : Times New Roman, Verdana, Geneva, sans-serif;
	font-size : 12pt;
	line-height : 100%;
	margin:20px 25px;
	}

form {
	font-family : Times New Roman, Verdana, Geneva, sans-serif;
	font-size : 12pt;
	line-height : 100%;
	}
-->