body {
        margin: 0px;
        color: rgb(225,225,255);
        background-color: rgb(0,51,102);
        font-family: Arial, Helvetica, Century Gothic, Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
        scrollbar-face-color: rgb(0,51,102);
        scrollbar-shadow-color: rgb(225,225,255);
        scrollbar-highlight-color: rgb(0,51,102);
        scrollbar-3dlight-color: rgb(0,51,102);
        scrollbar-darkshadow-color: rgb(225,225,255);
        scrollbar-track-color: rgb(204,204,204);
        scrollbar-arrow-color: rgb(225,225,255);
}

a {
        color: rgb(225,225,255);
        text-decoration: none;
}

a:visited {
        color: rgb(225,225,255);
        text-decoration: none;
}

a:hover {
        color: rgb(225,225,255);
	text-decoration: none;
        font-variant: small-caps;
        font-weight: bold;
}

table {
        width: 100%;
        border: 1px solid rgb(80,104,127) rgb(0,29,60) rgb(0,29,60) rgb(80,104,127);
        border-width: 0px;
}

td {
        border: 1px solid rgb(0,51,102);
        font-size: 8pt;
        text-align: left;
        white-space: WRAP;
}

th {
        border: 1px solid rgb(0,51,102);
        font-size: 8pt;
        text-align: left;
        white-space: WRAP;
}

.cellHeading3
  {
        width: auto;
        color: rgb(102,255,255);
        background-color: rgb(0,75,150);
        font-size: 8pt;
        font-style: italic;
        font-weight: normal;
        text-align: center;
        border-color: rgb(25,110,150) rgb(0,51,102) rgb(0,51,102) rgb(25,110,150);
  }

.cellHeading4 {
        width: 100%;
        color: rgb(102,255,255);
        font-size: 9pt;
	font-style: italic;
        font-weight: normal;
        text-align: center;
        background-color: rgb(0,55,150);
        border-color: rgb(80,104,127) rgb(0,29,60) rgb(0,29,60) rgb(80,104,127);
}

.cell1 {
	width: 100%;
	color: rgb(102,255,255);
        font-size: 9pt;
	font-weight: normal;
	text-align: center;
        background-color: rgb(0,75,150);
        border-color: rgb(225,225,255) rgb(0,51,102) rgb(0,51,102) rgb(225,225,255);
}

.cell2 {
	width: 100%;
	color: rgb(102,255,255);
        font-size: 6pt;
	font-weight: normal;
	text-align: center;
        background-color: rgb(13,63,116);
        border-color: rgb(80,104,127) rgb(0,29,60) rgb(0,29,60) rgb(80,104,127);
}

.cell3 {
	width: 100%;
	color: rgb(102,255,255);
        font-size: 8pt;
	font-weight: normal;
	text-align: left;
        background-color: rgb(0,51,102);
        border-color: rgb(80,104,127) rgb(0,29,60) rgb(0,29,60) rgb(80,104,127);
}

.cell4 {
	width: 100%;
        color: rgb(102,255,255);
        font-size: 8pt;
        font-weight: normal;
        text-align: center;
        background-color: rgb(13,63,116);
        border-color: rgb(80,104,127) rgb(0,29,60) rgb(0,29,60) rgb(80,104,127);
}

.table1 {
        color: rgb(102,255,255);
        background-color: rgb(13,63,116);
        border-color: rgb(73,110,150) rgb(10,47,87) rgb(10,47,87) rgb(73,110,150);
	border: 1;
        border-width: 1;
	cellspacing: 0;
	cellpadding: 0;
}

.table2 {
	background-color: rgb(13,63,116);
        color: rgb(153,204,255);
        border-color: rgb(73,110,150) rgb(10,47,87) rgb(10,47,87) rgb(73,110,150);
	border: 0;
        border-width: 0;
}

.rowNormal {
        color: rgb(204,204,204);
}

.rowHighlight {
        color: rgb(102,255,255);
}

