body {
    font-size: 11pt;
    color: black;
    font-family: Arial;
    background-color: white;
	margin:0px;
	padding:0px;
	background-color:white;
}


.maincontent {
	width:85%;
}

table,
table tr td,
table tr th {
   
    border-collapse: collapse;
    background-color: white;
    color: black;
}

td {
	width:23%;
}

@page {
	size: 8.5in 11in;  /* width height */
}

hr {
	border:1px solid #FFFFFF;
}

.showonprint {
	display: block;
}

.hideonprint {
    display: none   
}

img {
	margin:5px;
}

.bravo { 
	font-size: .8em; 
	color: #000; 
	text-decoration: none; 
}

