/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
body {
	background: #111111;
	color:#bdbebf;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:10px;
}
object {
	margin: 0px;
}
.roundcont {
	background-color: #4b4b4b;
	color: #fff;
	margin: 10px 0px 0px 0px;
}

.roundcont table {
	margin: 0 10px;
	font-size: 10px;
}
.roundcont th{
	color:#89bef7;
	text-align: left;
	padding-bottom: 5px;
}
.roundcont td{
	padding-bottom: 5px;
}

.roundtop { 
	background: url(tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
.heading {
	font-weight:bold;
	color:#89bef7;
}
