body {
	margin: 0px;
	background-color: white;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: black;
}

#body {
	margin: 70px 0px 0px 20px;
	padding: 0px;
}

a {color: #006cf0;}
a:visited {color: #0000ff;}
a:active {color: #ff0000;}

.new {color: #006cf0; font-weight: bold;}
.desc {text-align:left; font-size: small;}
.message {color:#FF0000; font-size:18px; font-weight:bold}
.updatemessage {color:#FF0000; font-size:18px; font-weight:bold;}
.updateerrormessage {color:#FF0000; font-size:18px; font-weight:bold}
.error {color:#FF0000;}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 0 0 0;
	font-weight: bold;
	}

#header {
	position: absolute;
	z-index: 5;

	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 50px;

	text-align: right;

	background: url("img/xtopsitesbg.png") no-repeat;
	background-color: #006cf0;
	border-bottom: 1px solid #807d74;
}

#headernavigator {
	position: absolute;
	top: 54px;
	left: 0px;

	margin-left: 84px;
	text-align: left;
	vertical-align: middle;
	font-size: small;
}

#headernavigator a {
	color: #000000;
}

#logo {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 0px;
	z-index: 10;

	background: url("/img/xtopsiteslogo2.png") no-repeat;
	width: 64px;
	height: 64px;
}

#logo a img {
	width: 64px;
	height: 64px;
	border: 0px;
}

table {
	border : none;
	border-style : none;
	width : 550px;
}
