html,body 
{
	margin:			0;
	padding:		0;
	height:			100%;
	width:			100%;
	background-image:	url('../images/bg_grad.jpg');
	font-family:		Verdana, Arial, helvectica, sans-serif;
	font-size:		14px;
}

table.full-height 
{
	height:			94%;
	width:			100%;
	border:			none;
}

div.header
{
	position:		absolute;
	top:			10px;
	left:			10px;
  	background:		#3c5c84;
  	color:			#FFFFFF;
  	padding:		4px;
 	margin:			10, 10, 0, 10;
 	border-top:		2px;
  	border-left:		2px;
  	border-right:		2px;
  	border-bottom:		#3c4a73 1px solid;
  	font-family:		Verdana, Arial, helvectica, sans-serif;
  	font-size:		16px;
}

tr
{
	height:			50%;
	width:			50%;
}

a:link img 
{
	display:		block;
}

a:visited img 
{
	display:		block;
}
