html,body,form
	{
		height:100%;
		border:0;
		margin:0;
		padding:0;
	}
	.ContentHeader
	{
		font-size: large;
		color: #446462;
		text-align: center;
		font-family: tahoma;
		margin-top: 5px;
		border-bottom: 1px solid #B9D7D4;
		padding-bottom: 5px;
	}
	.Text
	{
		font-family: Tahoma;
		font-size: small;
		font-weight: normal;
		color: #000000;
	}
	table.DataTable 
	{
		font-size:0.9em;
		font-family: Arial, Helvetica, verdana sans-serif;
		border-collapse: collapse;
		width: 100%;		
	}
	table.DataTable tbody 
	{
		border-collapse: collapse;
	}
	table.DataTable tr 
	{
		border-bottom: 1px solid #81B2C0;
	}
	table.DataTable th
	{
		text-align:left;
		padding:5px;
	}
	table.DataTable td {
		padding:5px 2px 5px 2px;
		text-align:left;
		min-width: 80px
	}