body {
	margin :0;
background-image: url("/images/background01.jpg");
background-repeat: repeat;
background-attachment: fixed;
}


body,td,th {
	font-family: "Trebuchet MS";
	font-size: x-small;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #FF6600;
	font-weight: bold;
	text-align: left;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
		font-weight: bold;
		text-align: left;
}
a:hover {
	text-decoration: underline;
	color: #3366CC;
		font-weight: bold;
		text-align: left;
		
}
a:active {
	text-decoration: none;
	color: #FF6600;
	text-align: left;
		font-weight: bold;
}


.rightsiteimage {
	float: right;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.sitemap {
	border: 1px solid #666666;
	text-align: center;
	width: 170px;
}

.headingtext {
	font-size: small;
	font-weight: bold;
}
.smalltext {
	font-size: xx-small;
}
