<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(pictures/page_bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.watermark {
	background-image: url(pictures/extras/watermark.jpg);
	background-repeat: repeat-y;
}
#menu2 {
	background-image: url(pictures/menu2_bg.gif);
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 {
	color: darkblue;
	text-align: center;
	font-size: medium;
	border-bottom: dotted 1px;
}
h2, h3, h4 {
	font-weight: normal;
	font-size: small;
}
.policyH1 {
//	font-family: Matura MT Script Capitals;
	font-weight: normal;
	font-size: x-large;
}
.c {
	text-align: center;
}
.pullquote {
	width: 90%;
	float:right;
	font-size:125%;
	line-height:140%;
	margin:10px;
	background: url(pictures/extras/closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 25px 5px 0px;
}
.pullquote:first-letter {
	background: url(pictures/extras/openquote.gif) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}
.pullquoteuser {
    font-size: small;
}
.hr {
	border-top: dotted 1px;
	padding-bottom:10px;
	padding-top:10px;
}
#playlist {
	border: 1px solid #666666;
	border-collapse:	collapse;
}

#playlist tbody tr td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
	border-left: 1px solid #D9D9D9;
}
#playlist tbody tr.selected td {
	background-color: #3d80df;
	color: #ffffff;
	font-weight: bold;
	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
}
.redfoot {
	background-image: url(pictures/extras/redfoot.jpg);
	background-repeat:  repeat-x;
	background-position: bottom left;
	text-align: center;
}
.induImg {
	height: 100px;
	width: 100px;
	border: solid 1px;
}
.map {
	display: block;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 4px;
	width: 340px;
	height: 340px;
	margin-left: auto; 
	margin-right: auto;
}
.fLeft {
	float: left;
	text-align: left;
}
.milestone {
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px 1px;
	padding: 2px;
}
.redwhite {
	display:block;
	background-color: red;
	color: white;
}

-->