/* CSS Document */

body{
	background-image: url("../images/contentfade.jpg");
	background-repeat:repeat-y;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	color:#000000;
}

ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	color:#000000;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:800;
	color:#003366;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	color:#ffffff;
	background-color: #003366;
}

td  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	color:#000000;
}


/*********************************************************/
/*--TABLE HEADER--*/
DIV.tableHeader
{
	position: relative;
	text-align: left;
	vertical-align: bottom
}

TABLE.headerRows
{
	width: 620px;
	table-layout: fixed;
	font-weight: bolder;
}

TABLE.headerRows TD
{
	background-color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	color: #000000;
	overflow: auto;
	font-weight: bold;
}


/*********************************************************/
/*--TABLE CONTENT--*/
DIV.tableContent
{
	position: relative;
	height: 650px;
	width:620px;
	text-align: left;
	vertical-align: top;
}

TABLE.contentRows
{
	width: 620px;
	border-width: 1px;
	table-layout: fixed;
	border-color: #000000;
}

TABLE.contentRows TD
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	
}

