body {
	background-color: #F8FAFF;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.box {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	margin-right: 0px;
}
.image {
	float: right;
}

a {
	color: #3366CC;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}


.shiftcontainer{
position: relative;
left: 7px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 300px; /* container width*/
background: transparent url(media/bigshadow.gif) no-repeat bottom right;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -7px; /*shadow depth*/
top: -7px; /*shadow depth*/
}.boxextension {

	background-image: url(images/boxextension.png);
	background-repeat: no-repeat;
	background-position: left top;
}



 body, td {

    font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;

  }
  
 #tableDisplay {

    background: url("images/table.gif");
   border: 1px solid #cacaca;
    border-width: 0 1px 1px 1px;

  }

  #tableDisplay td {

    height: 25px;
   padding-left: 15px;
    padding-right: 5px;

  }

