body {
	margin:0px;
	background-color:#FFFFFF;
	font-size:9pt;
	font-family:arial;
	color:black;
}

.small {
	font-size:8pt;
}

.menu {
	color:white;
	font-weight : Bold;
	text-decoration:none;
}

.adminmenu td{	
	background-color: #00476D;
	border: 2px solid #00476D;
}

.adminmenu td:hover{
	background-color: #7A9CC2;
	border-style: outset;
}

/* Apply mousedown effect only to NON IE browsers */
html>body .adminmenu td:active{ 
	border-style: inset;
}

.newshead {
	font-weight : Bold;
	color:black;
}

.news {
	text-decoration:none;
	color:black;
}

.newssc {
	font-weight : Bold;
	text-decoration:none;
	color:black;
}

.nobr { 
	white-space: nowrap; 
}

.desathisweek {
	background-image:url('images/newspapertexture.png');
}

#jump_base {
  overflow:hidden;
  width: 400px;
  height: 50px;
  border: 2px dotted #000099;
  margin: auto;
  padding: 0 10px 0 10px;
  font-size: .9em;
  font-family: Verdana, Arial, sans-serif;
}

#jump_base a {
  color: #000099;
  background-color: inherit;
}


.redshirt {
	background-color: red;
	color: white;
	font-weight: bold;
}

.greenshirt {
	background-color: green;
	color: white;
	font-weight: bold;
}

.blueshirt {
	background-color: blue;
	color: white;
	font-weight: bold;
}

.blackshirt {
	background-color: black;
	color: white;
	font-weight: bold;
}

.yellowshirt {
	background-color: yellow;
	color: black;
	font-weight: bold;
}

