body {
	background-image: url(/images/bluefade.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#swish {
	position:absolute;
	top:0px;
	width:480px;
	height:107px;
	z-index:1;
	left:0px;
}

#tglogo{
	position:absolute; 
	top:0px; 
	right:10px; 
	z-index:2
}
#service {
	position:absolute;
	top:20px;
	right:85px;
	z-index:4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;	
}

#main{
	position:absolute;
	top:120px;
	width:auto;
	height:auto;
	z-index:3;
	left:5%;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

.btnnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #666666;
	padding-right: 5px;
	padding-bottom: 5px;
}
.btnnav a:link, a:visited {
	color:#666666;
	text-decoration:none;
}
.btnnav a:hover, a:active{
	color:#CC0000;
	text-decoration:none;
}
