td img {display: block;}

body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #666666;
	line-height: 1em;
	margin-bottom: 4px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 12px;
	margin-top: 4px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #993300;
}

a:hover {
	text-decoration: underline;
}

/* NAVIGATION STYLES START */

#navigation-container {
	
	height: 41px;
	width: 900px;
	background-image: url("images/nav-bg-repeat.jpg");
	background-repeat: repeat-x;
}

#navigation-list {
	height: 44px;
	width: 858px;
	margin: 0px;
	padding: 10px 0px 0px 30px;
	background-image: url("images/nav-left-end.jpg");
	background-repeat: no-repeat;
}

#navigation-list li {
	display: inline;
	font-family: Arial, sans-serif;
	font-size: 15px;
	margin-right: 20px;
}

#navigation-list a {
	text-decoration: none;
	color: #666666;
}

#navigation-list a:hover {
	text-decoration: underline;
	color: #000000;
}

#navigation-list li.nav-no-click {
	font-weight: bolder;
}

#nav-right-end {
	position: relative;
	left: 878px;
	right: auto;
	top: auto;
	bottom: 54px;
}
	