body {background-color:black;
	font-family: Tahoma;
	font-size: 90%;
	color: #9e9e9e;
}

h1 {
	background: url('images/tta-logo1.gif') no-repeat;
	text-indent: -1000px;
	height: 70px;
	margin-bottom: 0;
}
h2 {
	font-size: 1.5em;
	margin-top: 0px;
	color: #9e9e9e;
	padding-top: 0;
	margin-bottom: 24px;
}
h3 {
	color: #9e9e9e;
	font-family: serif;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 20px;
}
h4 {
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 1em;
	font-weight: bold;
}
li {
	margin-bottom: 4px;
	padding-bottom: 2px;
}
ul {
	margin-top: 0px;
	margin-bottom: 8px;
}
li a {
	/*border-bottom: 1px #777 dotted;*/
	border-bottom: 1px #D98200 dotted;
	text-decoration: none;
	padding-bottom: 0;
	font-size: .9em;
}
li a:link, li a:visited {
	color: #9e9e9e;
}
li a:visited {
	text-decoration: line-through;
	border-bottom: none;
}
li a:hover {
	text-decoration: none;
	/*border-bottom: 1px #bbb solid;*/
	border-bottom: 1px #ff9900 solid;
	color: #cfcfcf;
}
li span.comment {
	margin-left: 8px;
	margin-bottom: 0;
	font-size: .75em;
	font-style: italic;
}

/* styles for the about page */


div.caption {
	font-size: 8pt;
	clear: left;
}
div#callout {
	width:320px;
	position: absolute;
	left: 440px;
	text-align: left;
	font-size: 20pt;
	font-family: "Bookman Old Style";
}
div#callout2 {
	width:320px;
	position: absolute;
	left: 442px;
	margin-top: 2px;
	text-align: left;
	font-size: 20pt;
	font-family: "Bookman Old Style";
	color: #404040;
	z-index: -1;
}
span.byline {
	font-size: 9pt;
}
div#about {
	position: absolute;
	left: 440px;
	top: 300px;
	font-size: .9em;
	width: 360px;
}
a:link, a:visited {
	color: #D98200;
	text-decoration: none;
	border-bottom: 1px #D98200 dotted;
}
a:visited {
	
}
a:hover {
	color: #ff9900;
	border-bottom: 1px #ff9900 solid;
}
p.validation {
	position:absolute;
	right:0;
	bottom:0;
}
p.author {
	 position:absolute;
	 bottom:2px;
	 width:100%;
	 text-align:center;
}
/*----------------*/