*
	{
	padding:0px;
	margin:0px;
	font-family:verdana,sans-serif;
	text-align:left;
	vertical-align:top;
	}
html
	{
	height:100%;
	}
body
	{
	background-image:url(crane1.jpg);
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-color:#4ba4ff;	
	min-width:1020px;
	width:100%;
	height:100%;
	min-height:100%;
	}
div.holder_outer
	{
	background-image:url(tflog.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	width:100%;
	height:100%;
	min-height:100%;
	}
div.holder
	{
	background-image:url(crane2.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:100%;
	height:100%;
	min-height:100%;
	}
table.holder
	{
	width:100%;
	height:100%;
	min-height:100%;
	background-image:url(building.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-attachment:fixed;
	}
td.holder
	{
	padding:10px;
	padding-bottom:140px;
	padding-left:225px;
	}
div.inner_holder
	{
	width:100%;
	height:100%;
	opacity:1;
	filter:alpha(opacity = 100);
	}
div.inner_holder:hover
	{
	opacity:1;
	filter:alpha(opacity = 100);
	}
td.inner_holder
	{
	background-color:#ffffff;
	}
h3.topheader
	{
	font-family:arial rounded mt bold,arial,sans-serif;
/*	background-image:url(topheadm4.png);
	background-repeat:repeat-x;*/
	height:40px;
	display:block;
	font-weight:bold;
	text-align:right;
	font-size:20px;
	line-height:30px;
	padding-right:10px;
	color:#004080;
	}
ul.menu
	{
	list-style:none;
	width:205px;
	}
li.menu
	{
	width:205px;
	height:40px;
	margin-bottom:5px;
	background-image:url(menu.png);
	background-repeat:no-repeat;
	}
a.menu
	{
	color:#000000;
	line-height:40px;
	text-decoration:none;
	display:block;
	height:40px;
	width:205px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	}
a.menu:hover
	{
	background-image:url(menuhover.png);
	background-position:170px 0px;
	background-repeat:no-repeat;
	color:#ff0000;
	}
