* {
	margin: 0;
	padding: 0;
	}
body {
	width:100%;
	height:100%;
	}
.table{
	width:100%;
	height:100%;
	overflow-y:scroll;
		}
.header {
	background: url(graf/header.jpg) repeat-y;
	width: 710px;
	height: 75px;
      	}
.name {
	background: url(graf/name.jpg) repeat-x;
	height: 59px;
		}

.left {
	background: url(graf/left.jpg);
	width: 87px;
	}
.menu {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	background: #cccccc;
	width: 230px;
	height: 100%;
	font-size: 0.7em;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 30px;
	padding-right: 15px;
	line-height: 2;
	valign: top;
	}
.cent{
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	padding-left: 45px;
	padding-top: 0px
}
.text{
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	padding-left: 0px;
	padding-top: 0px
}


.back {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 0.9em;
	padding-left: 0px;
	padding-right: 15px;
	valign: top;
	}


list-style-type: none;
ul.sample-menu {
	list-style-type: none;
	font-size: 1.2em;
	font-weight: bold;
	width: 100%;
					 }
ul.sample-menu li {
	list-style-type: none;
	list-style:none;
	font-size: 1em;
	width: 95%;
	}
ul.sample-menu li ul {
	list-style-type: none;
	font-size: 1em;
	padding-left: 15px;
	width: 95%;
			 }



