/* CSS Document */

body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

body {
	background-color:#FFFFFF;
	background-image:url(http://www.doubletruckmagazine.com/graphics/side_logo_2007.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position: top left;
}

p {
  margin: 2px 0px;
}

a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color:#FF9900;
}

#dtNav {
	margin-left: 75px;
/*	background-color:#FF9900;*/
}

#dtContent {
	margin-left: 75px;
	width: 690px;
/*	height:500px; */
}

#dtFooter {
	margin-left: 75px;
	font-size:10px;
	color:#666666;
}

h1 {
	font-size:22px;
	color:#6699cc;
	margin: 24px 0px 18px 0px;
}

h2 {
	font-size:12px;
	color:#666666;
}

#dtFooter h1 {
	font-size:14px;
	color:#666666;
	margin: 10px 0px 0px 0px;
}

#dtFooter h2 {
	font-size:9px;
	color:#ff8601;
	margin: 0px 0px 0px 0px;
}

#dtNav a {
	color:#666666;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

#dtNav a:hover {
	color: #6699cc;
}

#dtFooter a {
	color:#ff9900;
	font-weight: bold;
	text-decoration: none;
}

#dtFooter a:hover {
	text-decoration: underline;
}

div#dtContent a span {
	display: none;
}


div#dtContent a:hover span {
	display: block;
  position: absolute;
	left: 85px;
	width: 688px;
  padding: 1px;
	z-index: 100;
  color: #666666;
  font: 10px Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
}

.tableText {
	padding: 15px;
}

.tableTextgry {
	padding: 15px;
	background-color:#ececec;
}

.imageLink {
	text-decoration: none;
}
