@media print {
.noprint { display: none; }}
html, body, div { margin: 0; border: 0 none; padding: 0; }
html, body, #right { height: 100%; min-height: 100%; }
body {
	background-image: url(images/tracks_back_narrow.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;}
#right {
	margin-left: 100px;
	margin-right: 15px;
	float: none;
	text-align: left;
	vertical-align: top;
	white-space: normal;}
.topright {
	text-align: right;
	vertical-align: text-top;
	padding-top: 5px;
	padding-right: 5px;
	width: 100%;
	}
h1 {text-align: center;}
h2 {text-align: center;}
h3 {text-align: center;}
h4 {text-align: center;}
h5 {text-align: center;}
h6 {text-align: center;}
.redbold {color:#FF0000;
font-weight:bold;}
.bluecomment { color:#0000FF;}

p.itty {
	font-size:xx-small;
	font-weight:bold;
	}
em.small {font-size:70%;}

.tBold {font-weight: bold;}
.tLeft {text-align: left;}

a { white-space:nowrap;}
a:link {color: #0000FF; text-decoration: underline; }
a:active {color: #FF0000; text-decoration: underline; }
a:visited {color: #800080; text-decoration: underline; }
a:hover {color: #FF0000; text-decoration: none; }

a.imglink {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul.thisul {
	list-style-type: square;
}
div.license {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: italic;
	text-align: center;
	border: medium solid #000000;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
div.center {
	text-align: center;
}
