body
{
    font: normal 11px Verdana;
}

.menu_top
{
    height: 24px;
    width: 700px;
    background: url('images/menu_top.png') bottom left no-repeat;
    font: bold 11px Verdana;
}

.menu_body
{
    background: url('images/menu_body.png') top center repeat-y;
    width: 700px;
}

.menu_bottom
{
    height: 8px;
    width: 700px;
    background: url('images/menu_bottom.png') top left no-repeat;
}

.color_even
{
	background: #F0F0E0;
}

.color_odd
{
	background: #F3F9EA;
}

.error
{
	color: #FF0000;
	font: normal 11px Verdana;
}
