body {
	margin: 0px;
	color: rgb(225,225,255);
	background-color: rgb(51,102,153);
	font-family: "Arial", "Century Gothic", "Tahoma", sans-serif;
	scrollbar-face-color: rgb(0,75,150);
	scrollbar-shadow-color: rgb(80,104,127);
	scrollbar-highlight-color: rgb(0,29,60);
	scrollbar-3dlight-color: rgb(0,29,60);
	scrollbar-darkshadow-color: rgb(80,104,127);
	scrollbar-track-color: rgb(13,63,116);
	scrollbar-arrow-color: rgb(225,225,255);
}

a {
	color: rgb(153,255,255);
	border-bottom: rgb(144,144,144) 1px dashed;
	text-decoration: none;
}

a:visited {
	color: rgb(153,255,255);
	border-bottom: rgb(144,144,144) 1px dashed;
	text-decoration: none;
}

a:hover {
	color: rgb(153,255,255);
	border-bottom: rgb(144,144,144) 1px dashed;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
}

table
  {
	border: 1px solid rgb(80,104,127) rgb(0,29,60) rgb(0,29,60) rgb(80,104,127);
	border-width: 10px;
	width: auto;
	border: 0px;
	cellspacing: 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;
}

.cellHeading1
  {
	width: 65%;
	color: rgb(225,225,255);
	background-color: rgb(0,75,150);
	font-size: 9pt;
	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);
  }

.cellHeading2
  {
        width: 35%;
        color: rgb(225,225,255);
        background-color: rgb(0,75,150);
        font-size: 9pt;
	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);
  }

.cellHeading3
  {
        width: 20%;
        color: rgb(225,225,255);
        background-color: rgb(0,75,150);
        font-size: 9pt;
	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: auto;
        color: rgb(225,225,255);
        background-color: rgb(0,75,150);
        font-size: 9pt;
        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);
  }

.cellHeading5
  {
        width: 10%;
        color: rgb(225,225,255);
        background-color: rgb(0,75,150);
        font-size: 9pt;
        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);
  }

.cell1
  {
	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);
  }

.cell2
  {
        color: rgb(102,255,255);
        font-size: 8pt;
        font-weight: normal;
        text-align: left;
        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
  {
	width: 400px;
	background-color: rgb(0,0,51);
	color: rgb(225,225,255);
	border-color: rgb(73,110,150) rgb(10,47,87) rgb(10,47,87) rgb(73,110,150);
  }

.table2
  {
        width: 600px;
        background-color: rgb(0,0,51);
        color: rgb(225,225,255);
        border-color: rgb(73,110,150) rgb(10,47,87) rgb(10,47,87) rgb(73,110,150);
  }

.table3
  {
        width: 250px;
        background-color: rgb(0,0,51);
        color: rgb(225,225,255);
        border-color: rgb(73,110,150) rgb(10,47,87) rgb(10,47,87) rgb(73,110,150);
  }

.rowNormal { font-family: Arial, Helvetica, sans-serif;
        font-size: 8pt;
        text-align: right;
        color: rgb(204,204,204);
}

.rowHighlight {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 8pt;
        text-align: right;
        color: rgb(102,255,255);
}

.fontheading
  {
	color: rgb(255,255,255);
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
  }

.fontcaption
  {
	color: rgb(255,255,255);
	font-size: 7pt;
  }

