/* This CSS is the style sheet for the entire site. */
  body { 
	font-family: verdana,arial;
	background-image: url(images/testbg.gif);
	background-repeat: repeat-x;
	margin: 0;
  }
.caption{
	font-size: .8em;
	font-style: italic;
	text-align: center;
}
.e70{
	font-size: .7em;
}
.e75{
	font-size: .75em;
}
.e80{
	font-size: .8em;
}
.e75blue{
	font-size: .75em;
	color: #006699;
}
.e90{
	font-size: .9em;
}
.e90b{
	font-size: .9em;
	font-weight: bold;
}
.e110{
	font-size: 1.1em;
}
.big{
	color: #232696;
	font-size: .9em;
	font-weight: bold;
}
.title{
	font-size: 2em;
	color: "#003366";
}
.title1{
	font-size: 1.0em;
	font-weight: bold;
}
.title2{
	font-size: 1.3em;
	color: "#003366";
}
.title2b{
	font-size: 1.5em;
	font-family: times new roman;
}
.title15blue{
	font-size: 1.5em;
	font-family: times new roman;
	color: #006277;
}
.title3{
	font-size: 1.7em;
	font-family: times new roman;
}
.subtitle{
	font-size: 1.2em;
	color: "#996633";
}
.subtitle2{
	font-size: 1em;
	font-family: serif;
	font-weight: bold;
	font-style: italic;
	color: "#003366";
}
.signature{
	font-size: .8em;
	font-style: italic;
	text-align: left;
}
.sig1{
	font-size: .8em;
	text-align: left;
	font-weight: bold;
}
.main {
	padding: 10px;
	background-color: white;
}
img {
	border-color: black;
}
td.nav {
	font-size: .8em;
	padding: 0;
	white-space: nowrap;
	
}
td.nav a {
	color: white;
	text-decoration: none;
	display: inline-block;
	padding: 4px;
}
td.nav a:hover {
	//* background-image: url(images/gradebutton-on.gif); *//
	background-color: #6985BD;
}
div.link2 {
	text-align: center;
}
div.link2 a {
	font-size: .8em;
	text-decoration: none;
}
div.link2 a:hover {
	text-decoration: underline;
	color: red;
}
div.greybox {
	background-color: #ddd;
	padding: 10px;
	border: 1px solid black;
	text-align: center;
}
table.table80 td {
	font-size: .8em;
}
table.table1 td {
	font-size: .8em;
	text-align: center;
	vertical-align: top;
}
table.table1 img {
	margin-bottom: 5px;
}