BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position:relative;
	left:0px;
	top:0px;
	z-index:0;
	background-repeat: repeat;
	background-color: #E4E4E4;
}
TABLE {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
TABLE.mainmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.menuitem {
	background-image: url(../images/menu_item.gif);
	height: 26px;
	text-align: center;
	background-repeat: no-repeat;
}
.menuitem_over {
	background-image: url(../images/menu_item_selected.gif);
	font-weight: bold;
	height: 26px;
	text-align: center;
	cursor: pointer;
	background-repeat: no-repeat;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 400px;
	padding:20px;
	border-left:1px dashed #0170BF;
	border-right:1px dashed #0170BF;
	vertical-align: text-top;
	background-color: #FFFFFF;


}
.content H1 {
	font-weight: bold;
	font-size: 14px;
}
.content_row {
	display: none;
}

