﻿body 
{
	margin:0px;
	background-color:#FFFFFF;
}
.tableHeader
{
	height: 30px; 
	background-color: #003366; 
	color: #FFFFFF; 
	font-weight: bold; 
	text-align: center; 
	font-family: tahoma; 
	font-size: 10pt; 
	border-bottom-style: solid; 
	border-bottom-width: 2px; 
	border-bottom-color: #FF0000;
}
.tableNormal
{
	font-family: tahoma; 
	font-size: 9pt; 
	padding: 2px; 
	text-align: center
}
.txtNormal
{
	font-family: tahoma; 
	font-size: 9pt;
}
