/* CSS Document */
body {
	font-family: Arial, Serif;
	font-size: small;
}
.menubutton{
	background-image:url(images/buttonback.jpg); 
	border:none; 
	padding-left:30px;
	padding-bottom:2px;
	height:40px;
	vertical-align:middle;
}
.shortcutbar{
	border:solid #779336 2px;
	background-color: #0000CC;
	background-image:url(images/navibarback.jpg); 
	height:49px;
	text-align:right;
	vertical-align: top;
	padding-right:4px;
	color: white;
}
td.layout{
	border:solid white 2px;
}

