body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	background-color: #FFFFF4;
	text-align: center;
	margin-left: auto; 
	margin-right: auto; 
	width: 720px;
	text-align: left;
}

#content {
	min-height: 95%;
	height: auto !important;
	height: 100%;
	padding: 0px;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-weight: bold;
	font-size: small;
}

h2 {
	font-weight: bold;
	font-size: small;
}

p {
	font-weight: none;
	font-size: small;
}

.standard-form-text-Error {
	font-weight: bold;
	color: #990000;
}

.title-text {
  text-decoration: none;
  font-weight: bold;
}

.form-list {
	color: #000000;
	text-decoration: none;
}

.window-format { 
	color: #FFFFFF; 
	background-color: #31518C; 
}

.e-read {
	background-color: #FFFFFF;
	border-color: #6699CC;
	border-top: double;
}

.e-unread {
	background-color: #FFFF99;
	border-color: #6699CC;
	border-top: double;
}

.cell-fill {
	color: #FFFFFF;
	background-color: #336799;
	font-weight: bold;
}

#footer  {
	text-align: center; 
	margin-top: 10px;
}

