html, body {
	margin:0px;
	padding:0px;
}
body, input, select, textarea {
	background-color: white;
}
td, input, select, textarea {
	font-family: Arial;
	font-size: 13px;
	color: #1F1F1F;
	vertical-align: top; 
}
td {
	padding: 0px;
}
table.main {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

table.mtext {
	width: 80%;
	height: 100%;
}

td.top1 {
	height: 95px;
	width: 120px;
	background-image: url(upl.gif);
}

td.top2 {
	height: 95px;
	background-image: url(up.gif);
	background-repeat: repeat-y;
	vertical-align: bottom; 
	font-size: 60px;
}

td.menu1 {
	background-image: url(menul.gif);
}

td.topmenu {
	height: 15px;
	background-image: url(menuc.gif);
	background-repeat: repeat-y;

}

td.buttons {
	width: 120px;
	background-image: url(left.gif);
	background-repeat: repeat-x;

}

td.text {
	width:;
	height: 100%;
	background-image: url(main.gif);
	background-repeat: no-repeat;

}
td.copyright {
	background-repeat: repeat-x;
	background-image: url(border.gif);
	vertical-align: middle; 
	color: #B5B5B5;
}
td.bottommenu {
	background-repeat: repeat-x;
	background-image: url(border.gif);
	height: 30px;
	vertical-align: middle; 
	color: #B5B5B5;
}