/*  ÎÁÙÈÅ                                                */
html, body, form, ul, ol, h1, h2, h3, p {
  margin: 0px;
  padding: 0px;
  font: 10pt "Trebuchet MS", arial;
  color: #707070;
}
ul li {
  list-style: square inside;
}
ol li {
  list-style: decimal inside;
}
p.space {
  padding: 0px;
  margin: 0px;
}
a img {
  border: none;
}
.hr {
  border-bottom: dotted 1px #aaa;
  height: 1px;
  overflow: hidden;
}
input.button {
  background: #ccc;
  border-top:    solid 1px #999;
  border-right:  solid 1px #333;
  border-bottom: solid 1px #333;
  border-left:   solid 1px #999;
  height: 24px;
}

.print_logo
{
    display: block;
    text-align: center;
}

div.head,
table.main td.td1,
table.main td.td3,
div.b_menu,
div.bottom,
.print_button,
p.rasp
{
    display: none;
    background-color: #f00;
}

/*  MAIN                                                 */
table.main {
  width: 100%;
}

/*  TEXT                                                 */
#text {
  padding: 25px;
  font: 10pt arial;
  font: 10pt arial;
}
#text div.module_content div {
  margin: 15px 0 0 0;
}
#text img {
  margin: 0 5px 0 5px;
}
#text p {
  padding: 0 0 20px 0;

}
#text form p {
  padding: 0 0 10px 0;
}
#text h1 {
  font-size: 14pt;
}
#text h2 {
  font-size: 13pt;
}
#text div.error {
  border: solid 2px red;
  padding: 5px;
}
#text ul, #text ol {
  margin: 0 0 0 15px;
}
#text a {
  color: #0000ff;
}
#text a:hover {
  color: #ff0000;
}
#text .google a {
  font-weight: bold;
}
#text .google li {
  margin: 0 0 15px 0;
}
#text .google em {
  color: red;
  text-decoration: normal;
  font-weight: bold;
}
#text .cat a {
  color: #920202;
}

span.title {
  font-family: "Trebuchet MS", arial;
  font-weight: bold;
  color: #920202;
  display: block;
  font-size: 11pt;
  font-weight: bold;
  padding: 0 0 15px 0;
  text-align: center;
}
span.module_title {
  font-size: 11pt;
  font-weight: bold;
  color: #920202;
  padding: 0 0 0 50px;
}
span.module_title a {
  color: #920202!important;
  text-decoration: none;
}
.module_date {
  font-size: 11pt;
  font-weight: bold;
  color: black;
}
.module_content form span {
  display: block;
  width: 120px;
  float: left;
}
.module_content form p input {
  width: 300px;
  border-top:    solid 1px #ccc;
  border-right:  solid 1px #999;
  border-bottom: solid 1px #999;
  border-left:   solid 1px #ccc;
}
.module_content form label {
  display: block;
  width: 430px;
  border-top: solid 1px #999;
  margin: 5px 0 0 0;
  padding: 5px 0 0 0;
}
.module_content form label input {
  width: 150px;
  margin: 0 0 0 120px;
}
#rasp th {
  background: #CCCCCC;
  }
#rasp table {
  font: 10pt Arial, Helvetica, sans-serif;
  margin-bottom:15px;
  border:2px solid black;
	background:#000000 none repeat scroll 0 0;

}
#rasp td {
  background: #FFFFFF;

}
p.rasp {
  text-align: left;
}
.rasp {
  font: 11pt "Trebuchet MS", arial;
  font-weight: bold;
  color: #920202;
}
.rasp a {
  color: #707070!important;
  text-decoration: none;
   text-align: left;
}

.list a{
	text-align: center;
}

