/* CSS Document */
body {
	margin: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 1.5em;
	text-align: left;
	}

a {
	display: none;
	}

a#print {
	display: inline;
	color: #000;
	text-decoration: none;
	}
	
h1 {
	font-size:16pt;
	}

h2 {
	font-size:14pt;
	}

hr {
	height: 1px;
	color: #999;
	margin: 0;
	}
	
div#topholder {
	display: none;
	}
	
div#banner {
	display: none;
	}
	
div#barholder {
	display: none;
	}

div#sidebar {
	display: none;
	}
	
div#menu {
	display: none;
	}

.printparagraph {
	display: none;
	}
	
table#em_rota {
	width: 70%;
	border: 1px dashed #999;
	}

table#em_rota td, th {
	padding: 5px;
	border: 1px dashed #999;
	vertical-align: top;
	}
	
table#r_rota {
	width: 70%;
	border: 1px dashed #999;
	}

table#r_rota td, th {
	padding: 5px;
	border: 1px dashed #999;
	vertical-align: top;
	}
	
table#masstimes {
	margin-top: 16px;
	width: 250px;
	border: 1px dashed #999;
	}

table#masstimes td, th {
	padding: 5px;
	border: 1px dashed #999;
	}
	
.tiny {
	font-size: 10pt;
	color: #999;
	}