div.tableContainer {
	width: 988px;		/* table width will be 99% of this*/
	height: 300px; 	/* must be greater than tbody*/
	overflow: auto;
	margin: 0 auto;
        border-style: solid;
        padding: 0px;

	}


table>tbody	{  /* child selector syntax which IE6 and older do not support*/
	overflow: auto;
	overflow-x: hidden;
	}

thead tr	{
	position: relative;
        height: 50px;
	top: expression(offsetParent.scrollTop); /*IE5+ only*/
	}
	
thead td, thead th {
	text-align: left;
	background-color: white;
	font-size : 10pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	font : normal;
	text-decoration : none;
        margin-top: 50px;
	}


body {
        text-align: center;
}

#container {
  width: 984px;
  height: 100%;
  margin: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-width: 1px 1px 1px 1px;
  border-spacing: 0px;
  border-style: solid solid solid solid;
  border-color: #ffffff;
  text-align: left;
  padding: 2px;
}

#container2 {
  width: 980px;
  height: 380px;
  margin: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-width: 2px 2px 2px 2px;
  border-spacing: 0px;
  border-style: solid solid solid solid;
  border-color: #000000;
  text-align: left;
  padding: 2px;
  overflow: auto;
}


P  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	font : normal;
}

H1  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	font : normal;
	text-decoration : none;
}

H2  {}

H3  {}

A  {
	font : normal;
	font-size : 10pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
}

A:Visited  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	font : normal;
	text-decoration : none;
	color : #3333FF;
}

A:Active  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	font : normal;
	text-decoration : none;
	color : #CC33FF;
}

A:Hover  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	font : normal;
	color : normal;
	text-decoration : underline;
}

BODY  {
	font : normal;
	text-decoration : none;
	font-family : Arial;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	color : black;
}

A:LINK  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	font : normal;
	color : #0099FF;
}

LI  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	font : normal;
	text-decoration : none;
}

WH  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : White;
	font : Arial;
	text-decoration : none;
}


TD  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	font : normal;
	text-decoration : none;
}

TR  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	font : normal;
	text-decoration : none;
}
