/* CSS Document */

.rightimage {
	float:right;
	padding:12px 0 0 12px;
	}

.leftimage {
	float:left;
	padding:12px 12px 0 0;
}

.navbox {
    float: left;
	width:99%;
    margin: 0px auto;
    padding: 6px 6px 12px;
	text-align: center;
}

.navbox img {
	border:none;
}

.longcell {
	width:52%;
}

.shortcell {
	width:16%;
}

.cellshade td {
	background-color:#f2f6f9;
}

table {
	margin-top:12px;
}

th {
	background-color:#bfd2e1;
}