@charset "UTF-8";
/* CSS Document */

.printOnly {
	display: block;
	}
	
.dontPrint {
	display: none;
	}

body { color: #000000; background-color: #ffffff; }


h1 { padding: 25px 0px 25px 0px; font-weight: normal; }

table#mainTable { width: auto; }

table#mainTable tr td { padding: 2px; }

table#mainTable tr.newSection td { height: 1px; line-height: 1px; border-top: 1px solid #000000;	}

table#mainTable tr.sameSection td { padding: 0px; line-height: 1px; font-size: 1px; height: 1px; border-top: 1px dashed #BBB; }

table#mainTable tr td.stationCall, table#mainTable tr.inHdWhathaveyou td.stationCall {
			font-size: 10pt;
			font-weight: normal;
			white-space: nowrap;
			background: #ffffff;
			color: #aaa;
			}
		
			table#mainTable tr td.stationCall strong {
				font-size: 1.1em;
				font-weight: bold;
				color: #000000;
				display: inline;
				}
		
		
		table#mainTable tr td.stationFreq, table#mainTable tr.inHdWhathaveyou td.stationFreq  {
			font-size: 1.1em;
			padding-right: 16px;
			color: #000;
			font-weight: bold;
			white-space: nowrap;
			background: #fff;
			text-align: center;
			}
		
		table#mainTable tr td.stationInfo, table#mainTable tr.inHdWhathaveyou td.stationInfo {
			font-size: 1em;
			font-weight: normal;
			background: #fff;
			text-align: left;
			}
