body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
}
table{
	margin: 0;
	padding: 0;
}
#mainbackground{
	width: 768px;
	height: 700px;
	float: none;
	margin: 0 auto;
	padding: 0;
/*	background-image: url(../images/bg_main.jpg);
	background-repeat: no-repeat;*/
}
#maincontent{
	width: 465px;
	height: 315px;
	border: 0px solid green;
	overflow-y: scroll;
	margin:0;
	padding: 0;
}
form{
	margin: 0;
	padding: 0;
}

p, td, th, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	line-height: 140%;
}
h1{
	color: #FF0000;
	font-size: 11px;
}
h2{
	color: #ff0000;
	font-size: 11px;
}
a:link, a:visited{
	color: #000000;
	text-decoration: underline;
}
a:hover{
	color: #ff0000;
	text-decoration: none;
}
#maincontent img{
	border: 1px solid #000000;
	padding: 1px;
	margin: 0 auto;
	text-align: center;
}
#maincontent img.imagenoborder{
	border: 0px;
	margin: 0px 10px 10px 10px ;
}
#navbar{
	width:140px; 
	height:218px; 
	overflow: hidden; 
	background: #00FFFF; 
	layer-background-color: #00FFFF; 
	border: 1px dashed yellow;
}
.listtable{
	width: 100%;
}
.listtable td{
	background: #efefef;
	padding: 2px;
}
.listtable th{
	background: #cccccc;
	padding: 2px;
}

