body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

hr {
	border-top: medium groove #00CC00;
	border-right: medium groove #00FF00;
	border-bottom: medium groove #00FF00;
	border-left: medium groove #00CC00;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.p-dropshadow {
    float: left;
    clear: left;
    background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
    background: url(../images/shadow.gif) no-repeat bottom right;
    margin: 10px 0 10px 10px !important;
    margin: 10px 0 10px 5px;
    width: 90%;
}

.p-dropshadow p {
    position: relative;
    bottom: 6px;
    right: 6px;
    border: 1px solid #999999;
    padding: 4px;
    margin: 0px; 
}

.img-dropshadow {
    float: left;
    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 0 5px;
}

.img-dropshadow img {
    display: block;
    position: relative;
    border: 1px solid #999999;
    margin: -6px 6px 6px -6px; 
}
