BODY {
	font-family : Verdana, Times New Roman, Helvetica, Arial, Sans-Serif;
	background-color:#000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: 3px 6px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

input, textarea, select, option {
        font-family: Verdana, Times New Roman, Helvetica, Arial, Sans-Serif;
        font-size: 10px;
        border: 1px solid #000000;
    }

Table.Menu {
	width: 136px;
	margin:0;
	padding:0;
}

.VociMenu {
margin:0 0 1px 0;
border:0;
}

table.Menu td a {
	background-image: url(../images/bg-menu.jpg);
	background-repeat: no-repeat;
	display:block;
	width: 124px;
	height: 14px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	color: #FFFF00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

table.Menu td img {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

table.Menu td a:hover {
	text-decoration: underline;

}
