body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt ;
	border: none;
}

h2 {
	font-family: inherit ;
	font-size: 16pt ;
	border-bottom: 1px solid #000 ;
}

h3 {
	font-family: inherit ;
	font-size: 14pt ;
}

a { text-decoration: underline; }

#topbar { display: none; }
#banner { display: none; }
.header { display: none; }
#header { display: none; }
#rightnav { display: none; }
#listnav { display: none; }
#flashcontent { display: none; }
#col1 { display: none; }
#col2 { display: none; }
#navtrans { display: none; }
#col3 { display: none; }
#footer { display: none; }
#pageOptions { display: none; }
#breadcrumbs { display: none; }
#sectionnav { display: none; }


body, #modified-layout td { background-color: #fff; }

/* @group Table Data */
table.data {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-collapse: collapse;
  	width: 100%;
  	border: 1px solid #999;
  	margin-bottom: 10px;
  	background: #fff;
	}
table.data th, table.data td {
  	margin: 0;
  	padding: 4px 10px;
  	text-align: left;
  	border-bottom: 1px solid #999;
  	border-right: 1px solid #999;
  	}
table.data th {
  	color: #333;
  	background: #cacaca;
  	}
table.data .name, th {
		text-transform: uppercase;
  	}
table.data tr {
		background: #fff;
		}
#modified-layout table.data tr.altRow td {
		background: #f1f1f1;
		  	}
/* @end */

