body{font-family:Georgia; font-size:16px; }

h1 {
text-shadow: 2px 2px #c1c1c1;	
}

#header1 {
	color: #fff;
	font-size: 14px;
    position: fixed;
    top: 0px;
    height: 30px;
    width: 100%;
    background: #000;
	margin-left: -10px;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 5px;
}
#header2 {
	color: #000;
	font-size: 16px;
    position: fixed;
    top: 30px;
    height: 70px;
    width: 110%;
    background: #C0C0C0;
	margin-left: -10px;
	padding-left: 0px;
}
#menu {
	color: #fff;
    position: fixed;
    top: 100px;
    height: 40px;
    width: 100%;
    background: #000;
	margin-left: -10px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 5px;
}

#body{ margin-top: 150px; line-height: 1.5; overflow: auto; padding-left: 50px; padding-right: 50px; text-align:justify; }

#footer {
color: #fff;
background: #000;
height: 50px;	
width: 100%;
}

a.menu { color: #000; text-decoration: none; }
a.menu:hover { color: #000; text-decoration: none; }

a.mic { font-size: 12px; color: #000; text-decoration: none; }
a.mic:hover { font-size: 12px; color: #000; text-decoration: underline; }

td.cap_tabel {
font-size: 16px;
height: 20px;
background-color: #c1c1c1;	
}

td.cap_tabel2 {
font-size: 14px;
height: 20px;
background-color: #c1c1c1;	
}

td.info {
width: 340px;
font-size: 20px;
font-weight: bold;
border: solid 2px #000;
background: #c1c1c1;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
padding: 5 0 5 0;	
}
td.info2 {
width: 340px;
font-size: 22px;
border: solid 2px #000;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;	
padding: 10 0 10 0;
}

.button {
  background-color: #FFFF00;
  font-size: 14px;
  border: solid 1px #000;
  border-radius: 5px;
  color: #000;
}

.button:hover {
  background-color: #FFFFFF;
  font-size: 14px;
  border: solid 1px #000;
  border-radius: 5px;
  color: #000;
}


.curse {
  background-color: #f1f1f1;
  font-size: 14px;
  border: solid 1px #000;
  border-radius: 5px;
  color: #000;
}

.curse:hover {
  background-color: #FFFF00;
  font-size: 14px;
  border: solid 1px #000;
  border-radius: 5px;
  color: #000;
}

.kms {
  background-color: #f1f1f1;
  font-size: 16px;
  border: solid 2px #000;
  border-radius: 5px;
  color: #000;
  margin-left: 5px;
  margin-right: 5px;
}

.kms:hover {
  font-size: 16px;
  border: solid 2px #000;
  border-radius: 5px;
  color: #000;
}



input.mod {
width: 200px;	
border: solid 2px #000;
border-radius: 5px;
padding: 4 4 4 4;
}

.doc {
    width: 100%;
    height: 500px;
}

a.link {
	color: #000;
	text-decoration: none;
}
a.link:hover {
	font-weight: bold;
}

a.link2 {
	color: #000;
	text-decoration: none;
}
a.link2:hover {
	text-decoration: underline;
}


a span {display: none; position: absolute; color: #fff; background: #000; padding: 5px; margin-left: 30px; margin-bottom: 60px;}
a:hover span {display: block; text-align: center; width: 100px;}


.button_big {
  background-color: #FFFF00;
  font-weight: bold;
  font-size: 32px;
  border: solid 1px #000;
  border-radius: 5px;
  color: #000;
}
.button_big:hover {
  background-color: #FFFFFF;
  font-weight: bold;
  font-size: 32px;
  border: solid 1px #000;
  border-radius: 5px;
  color: #000;
}


td.men {
	font-size: 16px;
	font-weight: bold;
	background-color: #FFF;	
	border: solid 1px #000;
	border-radius: 10px;
}

td.men:hover {
	background-color: #FFFF00;		
}