/* Print Style Sheet */
body
{
  padding : 5pt;
  margin : 5pt;
  font-size : 10pt;
  font-family : verdana, arial, sans-serif;

}
img {
	border: none;
}

#navwrapper, #navigationtop, #navigationskip, #footerlinks, #navigation{
    display:none;
}

#content {
  padding-left: 0;
  position: relative;
  margin-left: 0;
  left: 0;
  right: 0;
  height: 1%;
}



h1.title
{
  margin : 3px 0 1px 0;
  margin-bottom : 2px;
  color : #336699;
  color : #003366;
  font-family : "times new roman", georgia, serif;
  font-size : 1.75em;
  line-height : 1em;
  font-weight: bold;
 }

h1
{
  font-size : 120%;
  color : #003366;
}


h2
{
  font-size : 110%;
  margin-bottom : 0px;
}
h3
{
  font-size : 110%;
  margin-bottom : 0;
}

h4
{
  font-size : 100%;
}

h5
{
  font-size : 100%;
  color : #003366;
  margin : 0;
  padding : 5px 0 5px 0;
}

p
{
  margin : 15px 0 15px 0;

}

p.blurb {
	margin-top: 0;
}





#logo
{
  margin : 0 0 2em 0;
}

/* Tables */


table
{
  border-collapse: collapse;
  border-color: #cccccc;
}

table td
{
	padding: 2px 5px 2px 5px;
	font-size : 70%;
}

table td p
{
 	padding: 0;
	margin:0;
}

.statstable table
{
  border: 1px solid #cccccc;
  border-collapse: collapse;
  padding:10px;
}

.statstable table tr 
{
	 

}

.statstable table tr td
{

	margin:0;
	padding: 2px 3px;
   font-size : 70%;
}
.statstable table tr td p
{
	margin:0;
	padding: 0;
}
.date {
	color: #cc0033;
}

.tableinformation{
	display:none;
	}