/* Begin: Outer div container with borders */
/* begin: modification 7/11/2006 CR 458 */
.relatedLinksContainerA{

        border : 1px solid #C4e26a;
        width: 200px;
        margin: 20px 0px 0px 0px;
        padding: 0px;
        float: right;
        
}
/* end: modification 7/11/2006 CR 458 */

html>body .relatedLinksContainerA{
width: 200px;
}
/* End: Outer div container with borders */

/* Begin: Inner div container with margins */
.relatedLinksContainerB
{
    margin: 0px;
    padding: 10px;
}

.relatedLinksContainerB a {
	background: transparent url('images/generic/link_arrow.gif') no-repeat center left;
	color: #009900; 
	font-family: arial, helvetica, sans-serif;
	text-align: left; 
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	display: inline;
}
/* End: Inner div container with margins */

/* Begin: RelatedLinksImage */
.relatedLinksImage{
        width: 50px;
        margin: 0;
        padding: 3px 0 5px 5px;
        float: right;
}
/* End: RelatedLinksImage */

/* Begin: RelatedLinksLine */
.relatedLinksLine{
        margin: 7px 0 7px 0;
        padding: 0px;
}

.relatedLinksTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #009900;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    margin-bottom:5px;
}
/* End: RelatedLinksLine */
