@charset "utf-8";
*{font-family: Verdana, Arial, Tahoma}
#navcontainer {display: none}
#left_side {display:none}
#header h2 {display:none}
#footer {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    font-size: 9px;
    margin: 0 auto;
    text-align: center;
}
table{
	border-width: 0px;
	border-style: outset;
	border-color: white;
	border-collapse: separate;
	background-color: white;
        font-size: 10px;
}
table th {
	border-width: thin;
	padding: 3px;
	border-style: dashed;
	border-color: gray;
	background-color: white;
}
table td {
	border-width: thin;
	padding: 3px;
	border-style: dashed;
	border-color: gray;
	background-color: white;
}