/* main */

html, body{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px
}

form, p, div{
  margin: 0px;
  padding: 0px;
}

table{
  border: 0px;
  border-collapse: collapse;
}

table td{
  padding: 0px;
}

/* backgrounds */

.main_back_main{
  background: url(/img/main_back_main.jpg) no-repeat;
}

.main_back_other{
  background: url(/img/main_back_other.jpg) no-repeat;
}

.bottom_logo{
  background: url(/img/logo_bottom.jpg) 100% 0% no-repeat;
}

.news_header{
  background: url(/img/news_header.jpg) 3px 0px no-repeat;
}

.news_back{
  background: url(/img/news_back.jpg) 3px 0px repeat-y;
}

.gradient_line{
  background: url(/img/gradient_line.jpg) no-repeat;
}

/* hrefs */

a.svector_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #89bf1c;
  text-decoration: none;
}

a:hover.svector_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #89bf1c;
  text-decoration: underline;
}

a.main_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #0D3560;
  text-decoration: none;
}

a:hover.main_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #0D3560;
  text-decoration: none;
}

a.sub_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 11px;
  color: #0D3560;
  text-decoration: none;
}

a:hover.sub_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 11px;
  color: #0D3560;
  text-decoration: underline;
}

a.white_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #ffffff;
  text-decoration: underline;
}

a:hover.white_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}

a.bottom_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
}

a:hover.bottom_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #ffffff;
  text-decoration: underline;
  margin-left: 10px;
  margin-right: 10px;
}

a.news_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

a:hover.news_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #333333;
  text-decoration: underline;
}

a.sub_catalog_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #333333;
  text-decoration: underline;
}

a:hover.sub_catalog_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

a.gallery_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #333333;
  text-decoration: underline;
}

a:hover.gallery_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

a.navbar_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #0955a6;
  text-decoration: underline;
  margin-left: 10px;
  margin-right: 10px;
}

a:hover.navbar_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #0955a6;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;  
}

a.xls_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #333333;
  text-decoration: underline;
}

a:hover.xls_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

/* text */

.p_container_12{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
}

.main_container{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  margin: 8px 0px 8px 0px;
}

.site_text{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #333333;
}

.white_text{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #ffffff;
}

.phone_text{
  font-family: Arial;
  font-weight: normal;
  font-size: 24px;
  color: #28507a;
}

.news_date_text{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #e7e9eb;
}

.news_date{
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #0955a6;
}

.content_header{
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #0955a6;
}

/* forms */

.input_box{
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  border: 1px solid #7F9DB9;
}

.button{
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  border: 1px solid #7F9DB9;
  background: #e0dfe3;
}
