.Normal
		{
			font-family: verdana,arial;
			font-size: 10pt;
			color: black;
			background-color: white;
		}

.Bold
		{
			font-family: verdana,arial;
			font-size: 10pt;
			color: black;
			font-weight: bold;
		}

.Footer 	
		{
			font-family: verdana,arial;
			font-size: 8pt;
			color: #cccccc;
			background-color: #000066;
			font-weight: normal;
		}

TD.Filled
		{
			font-family: verdana,arial;
			font-size: 10pt;
			color: white;
			background-color: #0000CC;
			font-weight: bold;
		}

Table.DarkBorder
		{
			border: thin solid #000066;
			background-color: #000066;
		}