/* CSS Document */
body
{
	background-image: url(images/bground.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #FFFFFF;
}
table.main
{
	width: 780px;
	background-color: #ffffff;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}
table.main td.body
{
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
table.menu
{
	width: 100%;
}
table.menu td
{
	height: 28px;
	padding-left: 5px;
	padding-right: 5px;
}
table.menu td.default
{
	background-image: url(images/button_bground.gif);
}
table.menu td.hover
{
	background-image: url(images/button_over_bground.gif);
}

td.menu
{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-image: url(images/menu_bground.gif);
}