a	{
	font-weight:bold;
	color:#FF0000;
	text-decoration:none;
}
a:hover {
	color:#FF6600;
	text-decoration:underline;
}
a:visited {
	color:#CC3300;
}
img {
	border-style:none;
	}
td.header {
	background-color: #000066;
	height: 150px;
	width: 100%;
}
body {
	background-color: #000066;
}
td.content {
	background-color: #000066;
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color:#FFFFFF;
	width: 100%;
	height:500px;
	vertical-align:top;
}
table.footer {
	background-color: #000099;
	width: 100%;
	height:80px;
	text-align: center;
	color:#FFFFFF;
	border-style:groove;
}
table.footer a{
	color:#999999;
}

table.navbar {
	height: 150px;
	width: 650px;
	position: absolute;
	left: 170px;
	top: 20px;
}
table.navbar img{
	width:200px;
	height:60px;
}

td.nitrox {
	background-image: url(images/nitrox-bar.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding:0px;
}
table.maincontent{
	width:100%;
}
