img, #global_nav, #sub_nav, #topnavbar, .alignleft{
	display:none;
}
body, p, a, #container {
        background-color: white;
        color: black;
        text-decoration: none;
}
#global_nav{
	width:0;
}
#sub_nav{
	width:0;
}
#main_content{
	width:100%;
}
a:hover {
    	text-decoration: none;
}
.printhide {
display: none;
}
table{
        font-size:80%;
        border-width: 1px 1px 1px 1px;
        border-spacing: 0px;
        border-style: solid;
        border-color: gray gray gray gray;
        border-collapse: collapse;
        background-color: white;
}

table th{
        border-width: 1px 1px 1px 1px;
        padding: 1px 1px 1px 1px;
        border-style: inset inset inset inset;
        border-color: gray gray gray gray;
        text-align:left;
	height: 20px;
        vertical-align: bottom;
}

table p {
	height: 10px;
	margin: 0;
	padding: 0;
	}
table tr{
	height: 20px;
	padding: 0;
	margin: 0;
	}
table td{
        border-width: 1px 1px 1px 1px;
        padding: 1px 1px 1px 1px;
        border-style: solid;
        border-color: gray gray gray gray;
        text-align:left;
}


