﻿/* CSS layout */
.auto-style4 {
	font-size: 1.1em;
  }
.classCenter {
	text-align: center;
  }
.classTitle {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
  }
.classUnderline {
	text-decoration: underline;
  }
.classItalic {
	font-style: italic;
}
.green {
	color: #008000;
  }
.purple {
	color: #6600CC;
  }
.maroon {
	color: #800000;
  }
.red {
	color: #FF0000;
  }
.redStrikethrough {
	text-decoration: line-through;
	color: #FF0000;
}
.tableHeader {
	height: .5in;
	font-size: 1.4em;
	font-weight: bold;
}
.cell {
	border: medium double #000000;
	padding: 10px;
}
.black {
	color: #000000;
}
