body, td {
font-family: Verdana, Arial, Georgia, Helvetica, sans-serif; font-size:11px;
}
a, a:link, a:visited {
text-decoration:none;
color:#CC0000;
}
a:hover {
text-decoration:underline;
}

a.footer {
color:#FFFFFF;
}

/* THIS IS THE TEST CODE TO MAKE THE DROP SHADOW WORK WITH BLOCK ELEMENTS. */
.dropshadow1, .dropshadow2{
	
background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
background: url(../images/shadow.gif) no-repeat bottom right;
margin: 10px 0 0  10px !important;
margin: 10px 0 10px 5px;
padding: 0px;
}
		
/* .innerbox only applies to test 2 */
.innerbox{
position:relative;
background-color:#FFFFFF;
bottom:6px;
right: 6px;
border: 1px solid #C0C0C0;
padding:5px;
margin: 0px 0px 0px 0px;
}
.innerbox{
/* IE5 hack */
\margin: 0px 0px -3px 0px;
ma\rgin:  0px 0px 0px 0px;
}
.innerbox2{
position:relative;
bottom:6px;
right: 6px;
border: 1px solid #C0C0C0;
padding:10px;
margin: 0px 0px 0px 0px;
}