body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table {
	background-color: #F9FBFD;
	color: #000000;
	border: 1px solid #D7E5F2;
	border-collapse: collapse;
}
td {
	border: 1px solid #D7E5F2;
	padding-left: 4px;
}
td.dark {
	background-color: #A7B1CD;
}
td.header {
	background-color: #9FC5EA;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}
input {
	border: 1px solid #666666;
	font-size: 12px;
}
input.nostyle {
	border: none;
}
/* text styles */
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.title {
	font-weight: bold;
	font-size: 24px;
	color: #003366;
}
.warning {
	color: #FF0000;
	font-weight: bold;
}
