/* PRINT STYLESHEET */
@charset "utf-8";
/* CSS Document */

body {
	font-size: 82%;
	line-height: 1.4em;
	font-weight: normal;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 30px;
	}
	
html {
	height: 100%;
	font-size: 100%; /* IE hack */ 
	}
	
hr { 
	width: 100%;
	height: 1px;
	color: #5d5d5d;
	background-color: #5d5d5d;
	border: 0px solid #5d5d5d;
	margin: 0 0 20px 0;
	}
	
h2 {
	font-size: 1.9em;
	margin: 0;
	padding: 0 0 25px 0;
	color: #000;
	}
	
h3 {
	font-size: 1.4em;
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: lighter;
	color: #000;
	}
	
img.logo{
	float: right;
	margin-left: 25px;
	margin-bottom: 0px;
	}

p, th, td, h1, div {
	color: #000;
	}

img {
	padding: 0 0 10px 0;
	}

table {
	padding-top: 0px;
	margin-top: 25px;
	margin-bottom: 25px;	
	clear: both;
	font-size: 0.75em;
	border-color: #000;
	}

a {
	text-decoration: underline;
	color: #c50000;
	}

a:hover {
	text-decoration: none;
	background: #c50000;
	color: #fff;
	}

table th {
	vertical-align: bottom;
	padding: 3px;
	background: #dadada;
	line-height: 1.1em;
	}

table td {
	padding: 3px;
	background: #ebebeb;
	}

table td.decimal {
	text-align: right;	
	}

table tr.totalsRow {
	font-weight: bold;
	background: #ebebeb;
	}
