table {
border-collapse:        collapse;
}
td,th,tr {
padding: 0px;
margin: 0px;
}

td {
vertical-align: top;
}
body {
        background-image: url();
        background-color: #cccccc;
        font-family: Arial, Helvetica, sans-serif;
	color: white;
}

img {
        border:0;
}


a {
	text-decoration: none;
}

.maintab {
	border: 2px solid #333333;
	width: 800px;
}

.header {
background-image: url(header.jpg);
width: 800px;
height: 120px;	
}

.navbar {
	height: 25px;
	background-color: #333333;
	padding: 1px 0 0 0;
}

.navi {
	font-size: 13px;
	font-family: helvetica;
	font-weight: 599;
	padding: 18px 10px 8px 10px;
	align:bottom;
	margin: 10 0 0 0;
}
.navi a,.footi a {
	color:white;
}
.navi a:hover, .footi a:hover {
	color: black;
	background-color:#777777;

}

.footer {
	height: 18px;
	background-color: #333333;
}

.footi {
        font-size: 12px;
        font-family: helvetica;
        padding: 6px 6px 8px 6px;
        align:bottom;
        margin: 10 0 0 0;
}

.main2col, .left2col, .right2col, .left3col, .main3col, .right3col {
	padding: 10px;
	background-color: white;
	color: black;
	font-size: 13px;
}

.left2col, .right2col {
	background-color: #777777;
	color: white;
	width: 200px;
}

.left3col, .right3col {
	width: 150px;
	color: white;
	background-color: #777777;
}
