BODY { text:#440150; bgColor:#3A6EA5; font-family: Arial; font-size:small; }
/*H1 {text-align:bottom; font-weight:bold;font-size:18px;font-family: Arial; valign:bottom}
H2 { text-align: left; font-family: Times, serif;
	font-weight: 200; font-size: 15pt; background: silver; }

INPUT { background: #aaaadd; font-size: medium }

/*A:link { color: #770000; text-decoration: none; font-style: normal; }
/*A:visited { color: #770000; text-decoration: none; font-style: normal; }
/*A:hover { color: red; text-decoration: none }
/*A:active { color: #770000; text-decoration: none; font-style: normal; }

TABLE.datatable { border: none; font-size: small; cellspacing: 2;
		  font-size:10pt; }

TABLE.datatable TD {  background: white; border: thin;
			border-color: lightgray; padding: 2px }

TABLE.datatable TD.label { background: none; border: none;
			   color: gray; font-style: bold; font-size:9pt;
			   padding: 2px; padding-right: 2px; }

TABLE.datatable TH {  background: #aaaadd; border: none; padding: 2px;
			font-style:italic; color:gray; }

TABLE.data TH { background: #aaaadd; border: none; padding: 2px;
			font-style:normal; font-family:Arial; font-size:16;color:black; }

.smalltext { font-size: 8pt; }

TD.menu {  background: #7777cc; border: thin;
	   font-size: 24pt; border-color: lightgray; padding: 2px }

/* Style Sheet Added By Charles (Below)


.shiftcontainer{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/

}

.shadowcontainer{
width: 95%; /* container width*/
position: relative;
top: 20px;
left: 20px;
background-color: #272727;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
border: 1px solid white;
background-color: white;
background-image:url(images/#0000FF_vertical.jpg);
padding: 0px;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/

}
