h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #212D81;
	font-style: italic;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FC3D20;
}
ul {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #333333;
}

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

.shadowcontainer{
width: 817px; /* container width*/
background-color: #d1cfd0;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-image:url(images/JSGreyBack.jpg);
border: 1px solid gray;
padding: 5px;
position: relative;
left: -1px; /*shadow depth*/
top: -1px; /*shadow depth*/
}
.calloutTable {
	position:absolute;
	width:307px;
	top:326px;
	border:0px;
	left: 490px;
	background-image:url(images/JSbackground.png);
	background-repeat:no-repeat;
	height: 370px;
}
	
td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #212D81;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FC3D20;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #C62517;
	text-decoration: none;
}

a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FC3D20;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}


th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #212D81;
}
