@import url("tables.css");
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	font-size: 80%;
	margin: 0px 0px 75px 0px;
}
p, h2, h3 {
	margin: 8px 0px;
	padding: 0px;
}
form {
	padding: 0px;
	margin: 0px;
}
/* this class creates a double-spaced list */
.ds_lists li {
	margin-bottom: 1em;
}
a:link {
	color: #0000ee;
}
a:visited {
	color: #0000ee;
}

a.blackLink:link { color: #000; }
a.blackLink:visited { color: #000; }
a.blackLink:hover { color: #000; }
img {
	border: 0px;
}
.printOnly {
	display: none;
}

#content {
	padding: 10px 0px 10px 7px;
}
.sortStyle {
	width: 100px;
	font-size: 0.8em;
}
.noBold { font-weight: normal; }
.smallText {  font-size: 0.8em; }
.stBold {   font-size: 0.8em; font-weight: bold; }
.gtBold, .assignSubTitle {  font-weight: bold; }
.sectionTitle {  font-size: 1.2em; font-weight: bold; }
.blueSecTitle {  font-size: 1.2em; font-weight: bold; color: #8FBEE0; }
.redMama { color: #D22C00; }
.fadeText { color: #999999; }
.gtUnder { text-decoration: underline; }
.reportTitle { font-size: 1.2em; font-weight: bold; }
.brownText { color: #643628; }
.blueText { color: #0000FF; }
#content .slimTable { 
	margin: 0px;
	padding: 0px;
	border: 0;
}
#content .slimTable td {
	padding: 0px;
	border: none;
}
.bold {
	font-weight: bold;
	font-style: none;
}
.verticalText {
	writing-mode: tb-rl;
	filter: flipv fliph;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

#bodyContainer {
	width: 710px;
}

