body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #fff;
	color: #000;
}

div,p,td,tr {
	font-family: Helvetica, Arial, sans-serif;
}

a{
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #006600;
}

a:visited
{
	color: #009900;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	text-decoration: underline;
}

.vmiddle {
	vertical-align: middle;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

#title h1
{
	color: green;
	margin-bottom: 0;
}

#title h2
{
	margin-top: 0.25em;
}

#footer {
	clear: both;
	margin-top: 0.25em;
	border-top: 1px solid gray;
}


.vmiddle {
	vertical-align: middle;
}

.small {
	font-size: 85%;
}

.large {
	font-size: large;
}


#info h3 {
	font-size: x-large;
	text-align: center;
}

#banner {
	margin-bottom: 0.5em;
}

.noBorder {	
	border: none;
}

.centeredTable {
   margin-left: auto;
   margin-right: auto;
}

span.underline {
	text-decoration: underline;
}

.mt {
	width: 90px;
	background-color: white;
	font-size: 9pt;
}

.occ {
	width: 90px;
	background-color: #ffffcc;
	font-size: 9pt;
}

.otherOcc{
  width: 90px;
  background-color: #ccf;
  font-size: 9pt;
}

.repeated {
	border-left: 1px dashed;
	border-right: 1px dashed;
}

.conflict {
	background-color: #fcc;
	width: 90px;
	font-size: 9pt;
}

dt {
	font-size: 120%;
	font-weight:bold;
}

.important {
	color: red;
	font-weight: bold;
}

h1 {
  font-size: 125%;
}

table { border: none; }
tr, td { 
  border: 1px solid gray;
}
