@charset "utf-8";
.disco_evenrow {
	background-color: #F2EBB5;
}
.disco_oddrow {
	background-color: #CCCC9A;
}
.disco_hover {
	background-color: #FDE144;
}
.disco_select {
	background-color: #80FFFF;
}
table {
 border-collapse: collapse; 
}
td {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
}
th {
	color: white;
	background-color: black;
	text-align: left;
	vertical-align: text-bottom;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}
tr {
	vertical-align: text-bottom;
	padding-bottom: 3px;
}

#discodiv {
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-position: left;
}
.nav_side {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CC673C;
}

