#page {
	text-align: left;
	width: 906px;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
td.header {
	text-align: right;
	vertical-align: middle;
}
td.nonactive {
	color:red;
	text-decoration:line-through;
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
	font-style: italic;
}

.alert {
	color: #FF0000;
	font-size: 14px;
	text-align: left;
}
table {
	background-color: #333333;
}
th {
	background-color: #CCCCCC;
}
td {
	background-color: #FFFFFF;
	vertical-align: top;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	border:0px;
}
a.print {
	cursor:pointer;
}
