.topmenu {
	background-color : Navy;
	font-family : "Courier New", Courier, monospace;
	font-size : smaller;
	font-weight : bold;
	margin-top : 2px;
	color : White;
	text-indent : 5px;
}

.menusor {
	background-color : Gray;
	text-decoration : none;
	font-family : "Courier New", Courier, monospace;
	font-size : smaller;
	font-weight : bold;
	margin-top : 2px;
	width : 100%;
	text-indent : 5px;
	color : Yellow;
}

.menusor:hover {
	background-color : Black;
	width : 100%;
	text-decoration : none;
}

a:link, a:visited, a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
}


.menu  {
	background-color : #CEB38C;
        color : #656565;
	text-decoration : none;
        font-family: Arial;
        font-size: 20px;
	font-weight : bold;
	margin-top : 2px;
	width : 100%;
        height: 100%;
        padding-left: 5px;
}

.menu:hover {
	background-color : #e3e3e3;
	margin-top : 2px;
        width : 100%;
        height: 100%;
	text-decoration : none;
        color: black;
}

.menu a:hover {
	background-color : #e3e3e3;
	margin-top : 2px;
        width : 100%;
        height: 100%;
	text-decoration : none;
        color: black;
}


.menu a {
	background-color : #CEB38C;
	text-decoration : none;
        font-family: Arial;
        font-size: 20px;
	font-weight : bold;
	margin-top : 2px;
	width : 100%;
        height: 100%;
	color : #5c5c5c;
        display: block;
}


.p.text1 {
	padding-left : 10px;
	padding-right : 10px;
}

.td.titlesor {
	background-color : Navy;
	color : White;
	font-family : "Courier New", Courier, monospace;
	font-weight : bolder;
	text-align : center;
}

.td.typ {
	background-color : Aqua;
	font-weight : bold;
	text-align : center;
}




