#fixme {
     /* IE 5.0/Win and other lesser browsers will use this */
     position: absolute; left: 0px; bottom: 0px;

}
body > div#fixme {
     /* used by Netscape6+/Mozilla, Opera 5+, Konqueror, Safari, OmniWeb 4.5+, ICEbrowser */
     position: fixed;
}

html,body {
	margin: 0;
	padding: 0;
	text-align: left;
}
h1 {
	font-family: "Arial Black";
	font-size:24pt;
	font-weight:bold;
	margin-top:0px;
	}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	font-style:italic;
	margin-top:5px;
	margin-bottom:10px;
	color:#999999;
	}
div#primary {
	height: 100%;
}

.main {
	width: 775px; 
	border: 1px solid black;
	text-align: left; 
	margin-left: auto; 
	margin-right: auto; 
}
.thinborder {
	border: 1px solid black;
	text-align: left; 
}
.course {
	width: 800px; 
	border: 1px solid black;
	text-align: left; 
	margin-left: auto; 
	margin-right: auto; 
}
.content {
	padding:10px;
}

.text,table,tr,td,body {
	color:#000000;
	font-size:12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.small {
	color:#000000;
	font-size:9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
.notice {
	font-weight: bolder;
}
.notice {
	color: #990000;
	font-weight: bolder;
}
.decisions th {
	font-size: 14px;
	font-weight: bolder;
}
.decisions td {
	padding-left: 20px;
	border: 1px solid gray;
	padding: 15px;
}
.scoretable td {
	padding: 2px 10px;
}
.scorehead {
	font-weight: bolder;
}
.feedback th {
	text-align: right;
	padding: 5px 5px;
}
.correct {
	background-color: #999999;
}
.correctchosen {
	background-color: #999999;
	border: 2px solid red;
}
.chosen {
	border: 1px solid black;
}
.subtle {
	color: #999999;
	font-size: 10px;
}
.supportimage th {
	padding-right: 10px;
	vertical-align: top;
	padding-bottom: 10px;
}
.supportimage td {
	vertical-align: top;
}
.italic {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: medium;
}
.sub {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
.red {
	color: #FF0000;
	text-decoration:underline;
	font-size:12pt;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding-bottom: 10px;
}
.Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bolder;
	text-decoration: underline;
	background-color: #FFFF66;
}
.shadow {
	align:center;
	width:300px;
	padding:10px;
	filter:shadow(color:gray, direction:135);
	}
.note {
	align:center;
	width:300px;
	text-align:left;
	background-color:gold;
	border:1px solid black;
	font-size:12px;
	padding:10px;
	}
	.box {
	padding: 10px;
	border: medium solid #000000;
	vertical-align:middle;
}
a.small-link
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #003366;

}
a.small-link:visited
{
  font-family: Arial, Helvetica, sans-serif;
  font-size:12pt;  
  font-weight: bold;
  text-decoration: none;
  color: #003366;

}
a.small-link:hover
{
color: #ffcc33;
text-decoration: none;

}