/*body {
	behavior:url("http://www.fortysixtenstudios.com/sf/csshover.htc");
	background-image: url("images/mainback.png");
	background-repeat: repeat-x;
	background-color: #525252;
	font-family: Arial, sans;
	font-size: 12px;
}
#header {
	width: 500px;
	margin: 5px auto;
	text-align: center;
}
#main {
	width: 730px;
	border: 1px solid black;
	padding: 5px 10px;
	margin: 5px auto 10px auto;
	background-color: white;
}
#copyright {
	width: 600px;
	color: white;
	font-weight: bold;
	margin: 5px auto 10px auto;
	text-align: center;
}*/
#maincopy {
	behavior:url("http://www.fortysixtenstudios.com/sf/csshover.htc");
	font-family: Arial, sans;
	font-size: 12px;
	padding: 10px;
}
#maincopy h1 {
	margin-top: 0px;
	display: block;
	width: 100%;
	padding: 4px 0px;
	background-color: #1f5a9c;
	color: white;
	text-align: center;
}
h2, #maincopy a, #maincopy hr {
	color: #1f5a9c;
}
#maincopy h2 {
	text-align: center;
}
#maincopy a {
	text-decoration: none;
	font-weight: bold;
}
#maincopy a:hover {
	text-decoration: underline;
}
#maincopy hr {	width: 80%; }
#maincopy hr, .sysmsg, #maincopy table, .systemmessage {
	margin-left: auto;
	margin-right: auto;
}
#maincopy .sysmsg, .systemmessage {
	width: 50%;
	border: 3px solid #0B0;
	background-color: #000;
	color: #0F0;
	font-weight: bold;
	padding: 10px;
	font-size: 12px;
	font-family: "Courier New", Courier, "Trebuchet MS", Arial, sans;
}
#maincopy .center {
	text-align: center;
}
#maincopy table {
	background-color: #b0bed8;
	color: #1f5a9c;
	font-weight: bold;
	border: 3px solid #1f5a9c;
}
#maincopy th {
	background-color: #000066;
	color: #FFFFFF;
	padding: 5px;
	text-align: left;
}
#maincopy td {
	padding: 5px;
	border-bottom: 1px solid #000066;
}
.urgent {
  display: block;
  border: 3px solid red;
  font-weight: bold;
  padding: 15px;
  background-color: #FFCCCC;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.urgent h2, .urgent { color: red;}
