/* CSS Document */

body{
padding:0px;
margin:0px;
background-color:#000000;
}
pre{
padding:0px;
margin:0px;
}
.search{
font-family:Tahoma;
font-size:12px;
font-weight:bold;
color:#DBDBDB;
}
.field{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
}
.menu{
font-family:Tahoma;
font-size:11px;
color:#000000;
text-align:center;
line-height:18px;
}
.menu a{
font-weight:bold;
color:#000000;
text-decoration:none;
}
.menu a:hover{
font-weight:bold;
color:#C04E4E;
text-decoration:none;
}
.body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#807F7F;
text-align:justify;
}
.body a{
color:#807F7F;
text-decoration:underline;
}
.body a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.news{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
text-align:justify;
}
.style1 {color: #FFFFFF}
.head{
font-family:Tahoma;
font-size:12px;
color:#F8DCCA;
font-weight:bold;
}
/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #ADADAD;
  color: #585858;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
font-family:Tahoma;
	font-weight:bold;
  font-size: 18px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
}