﻿.listtable
{	
	width: 100%;
	font-size: 14px;
	background-color: #FFFFFF;
	border-collapse: collapse;
}
.listtable th
{
	color: #FFFFFF;
	border: 1px solid #C0C0C0;
	text-align: left;
	background-color: #0063A5;
	padding: 4px;
}
.listtable td
{
	border: 1px solid #C0C0C0;
	padding: 4px;
}
.header
{
	height: 150px;
	background-image: url("/Webportal/Images/tmtcheader.gif");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #0063A5;
}
.footer
{
	display: none;
	background-position: right;
	height: 50px;
	background-image: none;
	clear: both;
	text-align: right;
	background-repeat: no-repeat;
	margin: 10px;
}