html,body{
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color:#333333;
	width:780px;
}	
	
a {
	color:#993333;
	text-decoration:none;
}

a:hover{text-decoration:underline;}

img {border:0px;}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:5px 0px;
	color:#993333;
	}

h1{
	font-size:20px;
	}

h2{
	font-size:18px;
	}

h3{
	font-size:16px;
	}

h4{
	font-size:14px;
	}

h5{
	font-size:12px;
	}

h6{
	font-size:10px;
	}

.print-table{
	width:100%;
	border-collapse:collapse;
	}

.print-table th, .print-table td{
	text-align:left;
	vertical-align:top;
	padding:5px 10px;
	border:1px solid #333333;
	}

.print-table th{
	text-transform:uppercase;
	}

.print-table td{
	
	}
