body {
  background-color: #ffffff;
  margin: 0px;
  padding: 0px; 
}

form { 
  margin: 0px;
  padding: 0px;      
}

body, table, input, textarea {
  font-family: tahoma, arial;
  font-size: 8pt;
  color: #7a7a7a;
}

a {
  color: #6a99a8;
  text-decoration: underline
}

a:hover {
  color:#6a99a8;
  text-decoration: underline
}

.mainmenu a{
  font-family: arial;  
  font-weight: bold;
  color:#36758b;
  text-decoration: none
}

.mainmenu a:hover {
  font-family: arial;  
  font-weight: bold;
  color:#36758b;
  text-decoration: none
}

.topmenu {
  color: #8f8f8f;
}

.topmenu a{
  color: #8f8f8f;
}

.topmenu a:hover{
  color: #8f8f8f;
}

input, textarea {
  color: #999999;
  background-color: #ffffff;
  padding-left: 5px;
  margin: 0px 0px 0px 0px;
}

input.inp, textarea.ta {
  border: solid 1px #b8b8b7;   
}

input.sub {
  color: #ffffff;
  border: solid 1px #c77c09;
  background-color: #ea8f03;
  height: 20px;
}

.copyright{
  background: #e3e3e2 url('/data/img/footage/bg_copyright.gif'); 
  color: #939393;       
}

.content{
  text-align: left;
  padding-left: 10px;
}

.header{
  background: #61889d url('/data/img/footage/bg_header.gif'); 
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
  padding-left: 10px;       
}

.header_main{
  background: #61889d url('/data/img/footage/bg_main_header.gif'); 
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
  padding-left: 10px;       
}

.news {
  text-align: left;
  color: #848484;
}

.form_bg {
  color: #ffffff;
  padding-left: 5px;
  background: #61889d; 
}

.news a.link {
  color: #848484;
  text-decoration: none
}

.news a.link:hover {
  color: #848484;
  text-decoration: none
}

.checklist {  
  margin: 0px;
  padding: 0px;
}
 
.checklist li {     
  list-style-type: none;
  background: url('/data/img/footage/check.gif') top left no-repeat;
  padding: 3px 25px;
}

.newsletter{
  text-align: right;
  padding-right: 7px;
  background: url('/data/img/footage/newsletter.jpg'); 
}

.newsletter input {
  border: solid 1px #096174;
  background-color: #ffffff;
  color: #333333;
}

.date{
  font-size : 7pt;
}

.title_announce{
  font-weight : bold;
  margin : 10px 0px;
}

h1{
  font-weight : bold;
  margin : 5px 0px 2px 0px;
  padding: 0px;
  font-size: 9pt;
}



.red { 
  color: #ff0000;
}


.lang
{
	font-family : Arial;
	font-size : 90%;
	color : #000000;
	text-align : center;
}
.lang a
{
	color : #979797;
	text-decoration : none;
}
.site_navigator
{
	font-size : 80%;
	color : #000000;
}
.site_navigator a
{
	text-decoration : none;
}

.title_page
{
	font-size : 100%;
	color : #666666;
	font-weight : bold;
	margin : 10px 0px;
}


.compulsory_use
{
	color : #FF0000;
	background-color : #f0f0f0;
	padding : 2px;
}

.to_fill_in
{
    color: #FF0000;
}

.error{
    color: Red;
    text-align : center;
}
.confirm{
    color: Green;
    text-align : center;
}
.empty{
    color: Blue;
    text-align : center;
}

.button_feedback {
  width: 219px;
  height: 52px;
  background: url('../img/button_feedback.jpg') no-repeat top;
  border: 0px;
  cursor: pointer;
}

.popup_baner {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 991;
}

.popup_close {
  position: absolute;
  top: 12px;
  right: 2px;
  z-index: 999;
  cursor: pointer;
}

.button_send {
  background: transparent url('/data/img/button_send.jpg') no-repeat scroll center top;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  height: 25px;
  width: 175px;
}