body
{
	background-color: #000000;
	background-image: url('img/lowlandsbase.jpg');
	background-attachment: fixed;
	color: #CDD2D5;
	margin: 0px;
}

body, td
{
	font-family: sans-serif, sans;
	font-size: 9pt;
}

b
{
	color: #596AA9;
}

td.headerleft
{
	background-image: url('img/headertile.jpg');
	background-repeat: repeat;
	background-position: top right;
}

td.headermid
{
	background-image: url('img/headerlogo.jpg');
	background-repeat: repeat;
	background-position: top right;
	width: 522px;
}

td.headerright
{
	background-image: url('img/headertile2.jpg');
	background-repeat: repeat;
	background-position: top left;
}

td.footer
{
	background-image: url('img/bottomtilesmall.jpg');
	background-repeat: repeat;
	background-position: top left;
}

table.navbar
{
	margin-top: 20px;
}

td.nav
{
	font-weight: bold;
	width: 17%;
}

table.inline
{
	border: #CDD2D5 1px solid;
}

a:link		{ text-decoration: underline; color: #6D747A; }
a:visited { text-decoration: underline; color: #6D747A; }
a:hover		{	text-decoration: underline; color: #CDD2D5; }
a:active	{ text-decoration: underline; color: #6D747A; }

