/* main */

html, body{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: #dfdfdf;
}

form, p{
  margin: 0px;
  padding: 0px;
}

table{
  border: 0px;
  border-collapse: collapse;
}

table td{
  padding: 0px;
}

/* backgrounds */

.left_table_border{
  background: url(/img/left_table_border.gif) repeat-y;
}

.right_table_border{
  background: url(/img/right_table_border.gif) repeat-y;
}

.top_logo{
  background: url(/img/top_logo.jpg) no-repeat;
}

.top_panel_left{
  background: url(/img/top_panel_left.gif) no-repeat;
}

.top_panel_midd{
  background: url(/img/top_panel_midd.gif) repeat-x;
}

.top_panel_right{
  background: url(/img/top_panel_right.gif) no-repeat;
}

.buttons_right_back{
  background: url(/img/buttons_right_back.gif) repeat-y;
}

.buttons_left_back{
  background: url(/img/buttons_left_back.gif) repeat-y;
}

.under_buttons_gradient{
  background: url(/img/under_buttons_gradient.gif) repeat-x;
}

.content_panel_left{
  background: url(/img/content_panel_left.gif) no-repeat;
}

.content_panel_midd{
  background: url(/img/content_panel_midd.gif) repeat-x;
}

.content_panel_right{
  background: url(/img/content_panel_right.gif) no-repeat;
}

.main_back{
  background: url(/img/main_back.gif) repeat-y;
}

.under_content_back{
  background-image: url(/img/under_content_back.png);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/under_content_back.png"); /* For IE */
  background-image: "none"; /* For IE */
}

.divider{
  background: url(/img/divider.gif) no-repeat;
}

.grey_logo{
  background: url(/img/grey_logo.jpg) 10px 5px no-repeat;
}

.bottom_panel_left{
  background: url(/img/bottom_panel_left.gif) no-repeat;
}

.bottom_panel_midd{
  background: url(/img/bottom_panel_midd.gif) repeat-x;
}

.bottom_panel_right{
  background: url(/img/bottom_panel_right.gif) no-repeat;
}

/* links */

a.mail_link{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #a0a0a0;
  text-decoration: none;
}

a:hover.mail_link{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #a0a0a0;
  text-decoration: underline;
}

a.bottom_link{
  font-family: Arial;
  font-weight: normal;
  font-size: 10px;
  color: #a0a0a0;
  text-decoration: none;
}

a:hover.bottom_link{
  font-family: Arial;
  font-weight: normal;
  font-size: 10px;
  color: #a0a0a0;
  text-decoration: underline;
}

/* text */

.all_text{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
}

.small_text{
  font-family: Arial;
  font-weight: normal;
  font-size: 10px;
  color: #a0a0a0;
}

/* forms */


