
/* print styles */

* {
	margin: 0;
	padding: 0;
}

body{
   background: white;
   font-size: 14px;
   font: verdana, helvetica, sans-serif;
   line-height: 20px;
}

h2 {
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}
   
#nav, #header, #footer, img, #menu2 {
   display: none;
}
   
#content {
   width: 100%;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   padding: 0;
   margin: 0;
}


#right p {margin: 10px;}

.intro {font-weight: bold;}

img {
	width: auto;
}
   
a:link, a:visited{
   background: transparent;
   font-weight: bold;
   text-decoration: none;
   color: #000;
}

 

#content table {
	width: auto;
	margin: 20px 10px;
	clear: left;
}

#content table.data_table{
	width: 100%;
	margin: 0 1.5% 1em 1.5%;
	border-collapse: collapse;
}

#content table.data_table th, #content table.data_table td{
	padding: 0.25em;
	border: solid 1px #000;
}

#content table.data_table th{
	font-weight: bold;
}


