table.oldorange {
  	background-color: #ee7700;
}

table.boxorange {
  	border-top-width: 1px;
  	border-right-width: 0px;
  	border-bottom-width: 0px;
  	border-left-width: 1px;
  	border-style: dashed;
        border-color: black;
}

td.oldorange {
  	background-color: #ff6600;
}

.title {
	color: #dddddd;
	font-family: Arial, Verdana, Tahoma;
	font-size: 30px;
}

.subtitle {
	color: #777777;
	font-family: Arial, Verdana, Tahoma;
	font-size: 20px;
}

.redtitle {
	color: #ff0000;
	font-family: Arial, Verdana, Tahoma;
	font-size: 30px;
}

.message {
	color: #66ccff;
	font-family: Arial, Verdana, Tahoma;
	font-size: 16px;

}

.small {
	color: #aaaaaa;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
}

body {
	color: #dddddd;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	background-color: #ff9900;
}
	
table {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	background-color: #dddddd;
}

p {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #333333;
}

.grey {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #dddddd;
}
.greenbold {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #338833;
	font-weight:bold;
}

.bluebold {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #333388;
	font-weight:bold;
}

a {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #003366;
}

a:visited {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #003366;
}

a:hover {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #ff0000;
}

a.body {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #111111;
}

a.body:visited {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #111111;
}

a.body:hover {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #ff0000;
}

a.nav {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #ffffff;
}

a.nav:visited {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #ffffff;
}

a.nav:hover {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}