body {
	background: white;
	font-family: Arial, Helvetica, sans-serif;
}
td {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
        border-style: none;
}
td.box {
        border-width: 1px;
        border-style: solid;
}
td.red {
        border-style: none;
        background-color: red;
}
td.yellow {
        border-style: none;
        background-color: yellow;
}
td.green {
        border-style: none;
        background-color: green;
}
td.log {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
        border-width: 1px;
        border-style: solid;
}
td.loggreen {
	color: black;
        background-color: green;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
        border-width: 1px;
        border-style: solid;
}
td.logred {
	color: black;
        background-color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
        border-width: 1px;
        border-style: solid;
}
td.logpink {
	color: black;
        background-color: #FF69B4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
        border-width: 1px;
        border-style: solid;
}
th {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
        border-style: none;
}
th.box {
        border-width: 1px;
        border-style: solid;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
}
h3.red {
	font-family: Arial, Helvetica, sans-serif;
        color: red;
}
p.errormsg {
        font-family: Arial, Helvetica, sans-serif;
        color: red;
        font-weight: bold;
}
table.center {
        margin-left: 200px;
        font-family: Arial, Helvetica, sans-serif;
	color: black;
        border-style: none;
}
#top {
  width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	}
	
#top h2 {
  font-size: 90%;
	font-weight: bold;
	}
	
#topbar {
  height: 40px;
	background-color: #CCCCCC;
	}
		
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background: #CCCCCC;
	vertical-align: middle;
	padding-top: 25px;
	padding-bottom: 25px;
	}	
		
#activity {
	background: white;
	}
	
#activity p {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	}
	
#activity h2 {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	}	


