body {
	background: #ffffff url(images/topbkg.gif) repeat-x;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0;
	margin-left: 0;
}
a            {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a:hover      { 
               color : #ffffff; 
					background : #990000; 
					font-weight : bold; text-decoration: overline underline; 
}
h1 {
  font-size: 150%;
  font-weight: bold;
  color: Red;
  margin-bottom: 1em;
  clear: both;
}

h2 {
  font-size:125%;
  font-weight: bold;
  color:#990000;
  margin-bottom: 1em;
}

h3 {
  font-size:100%;
  font-weight: bold;
  color:#990000;
  margin-bottom: 1em;
}

hr {
  color: #990000;
}
.data {
	background: url(images/sidebkg.gif) repeat-y;
	min-height: 100%;
}

.datatop {
	background: url(images/topbut.gif) no-repeat;
	width: 20%;
}
td {
  font-size: 11px;
}

.bg {
	background-color: #FEB8D7;
	border: outset 1px;
	border-color: #FF4D4D;
}