BODY {
	font-family: arial;
}

a {
	text-decoration: none;
	color: gray;
	font-size: small;
}

a:hover {
	text-decoration: none;
	color: white;
}

.MenuDiv {
	position:absolute;
	top:25%;
	left:2%;
	height:50%;
	width: 17%;
}

.CmenuDiv { 
	width:100%;
}
.TitleDiv {
	position:absolute;
	top: 2%;
	width: 100%;
}

.SimpleTitleDiv {
	position:absolute;
	top: 2%;
	left: 10%;
	width: 80%;
	color: white;
	background-color: navy;
	border: 1px solid black;
}
.MainDiv {
	position:absolute;
	background-color: #B0B0B0;
	border: 1px dotted black;
	top: 100;
	right: 2%;
	width: 77%;
	height: 75%;
}

.BigDiv {
	position:absolute;
	background-color: #B0B0B0;
	border: 1px dotted black;
	top: 100;
	right: 2%;
	width: 77%;
}

.AllDiv {
	position:absolute;
	background-color: #B0B0B0;
	border: 1px dotted black;
	top: 100;
	right: 2%;
	width: 96%;
}

.LMainDiv {
	position:absolute;
	background-color: #B0B0B0;
	border: 1px dotted black;
	top: 100;
	right: 2%;
	width: 77%;
	height: 75%;
}

.SimpleDiv {
	COLOR:white;
	BACKGROUND-COLOR:NAVY;
}

.SimpleTable {
	COLOR:white;
	BACKGROUND-COLOR:NAVY;
	border: 1px solid black;
}
.SimpleTableNB {
	COLOR:white;
	BACKGROUND-COLOR:NAVY;
}
.SimpleTableFA {
	COLOR:white;
	BACKGROUND-COLOR:NAVY;
	border: 1px solid black;
	width: 100%;
	height: 100%;
}
.SimpleTableFANB {
	COLOR:white;
	BACKGROUND-COLOR:NAVY;
	width: 100%;
	height: 100%;
}
.MainTable {
	COLOR:white;
	BACKGROUND-COLOR:NAVY;
	border: 1px solid black;
}

.TitleTab {
	COLOR:white;
	BACKGROUND-COLOR:NAVY;
	border: 1px solid black;
}

.ColTable {
	COLOR:white;
	BACKGROUND-COLOR:NAVY;
	border: 1px solid black;
}

.MenuElement {
	border: 1px solid white;
	font-weight: bold;
	text-align: center;
	font-family: arial;
	font-size: 90%;
	padding-left: 0.4em;
	padding-right: 0.4em;
}

.LeftListElement {
	border: 1px solid white;
	text-align: left;
	font-family: arial;
	font-size: 90%;
}

.ListElement {
	border: 1px solid white;
	text-align: center;
	font-family: arial;
	font-size: 90%;
}

.Hmenu {
	width: 90%;
	color: white;
	background-color: navy;
	border: 1px solid black;
}

.TableElement {
	border: 1px solid white;
	padding-left: 0.4em;
	padding-right: 0.4em;
	font-family: arial;
	font-size: 90%;
}
.TableHeaderElement {
	border: 1px solid white;
	padding-left: 0.4em;
	padding-right: 0.4em;
	font-family: arial;
	font-size: 90%;
	text-align: center;
}
.FillWidth {
	width: 100%;
}
.FillAll {
	width: 100%;
	height: 100%;
}
