BODY
{
    MARGIN-LEFT: 0px;
    BACKGROUND-COLOR: transparent;
    border-right: black 0px inset;
}

A:link
{
	FONT-FAMILY: Verdana, Sans-Serif;
	FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #32405d;
	text-decoration: none;
	text-align: right;
	cursor: hand;
	background-color: Transparent;
}
/* same as A:link */
A:visited
{
	FONT-FAMILY: Verdana, Sans-Serif;
	FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #32405d;
	text-decoration: none;
	text-align: left;
	cursor: hand;
	background-color: Transparent;
}
A:hover
{
    TEXT-DECORATION: none;
    FONT-WEIGHT: normal;
    FONT-FAMILY: Verdana, Arial, Sans-Serif;
    FONT-SIZE: 10px;
    COLOR: #a7d4ec;
    BACKGROUND-COLOR: transparent;
    CURSOR: hand;
    text-align: center;
}

/*
A:active
{
    TEXT-DECORATION: none;
    FONT-WEIGHT: normal;
    FONT-FAMILY: Verdana, Arial, Sans-Serif;
    FONT-SIZE: 12px;
    COLOR: Black;
    BACKGROUND-COLOR: transparent;
    CURSOR: default;
    text-align: left;
}
*/

.ReportHdr
{
    TEXT-DECORATION: none;
    FONT-WEIGHT: bold;
    FONT-FAMILY: Verdana, Arial, Sans-Serif;
    FONT-SIZE: 11pt;
    COLOR:  #15317E;
    BACKGROUND-COLOR: transparent;
    CURSOR: auto;
    text-align: left;
}

.ReportList
{
	FONT-FAMILY: Verdana, Arial, Sans-Serif;
	FONT-WEIGHT: lighter;
    FONT-SIZE: 13px;
    COLOR:#15317E;
	text-decoration: none;
	text-align: left;
	cursor: hand;
	background-color: Transparent;	
}

.ReportHdr2
{
    TEXT-DECORATION: none;
    FONT-WEIGHT: bold;
    FONT-FAMILY: Verdana, Arial, Sans-Serif;
    FONT-SIZE:10pt;
    COLOR: #15317E;
    BACKGROUND-COLOR: transparent;
    CURSOR: auto;
    text-align: left;
}