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

a
{
  color: #FF6600;
  font-weight: bold;
  text-decoration: underline;
}

a:hover
{
  color: #FF6600;
  font-weight: bold;
  text-decoration: none;
}

body
{
  background-color: #FFFFFF;
  color: #000000;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10px;
  text-align: center;
}

div#bottomBarBlock
{
  clear: both;
  height: 30px;
  width: 100%;
}

div#bottomBarBlock table
{
  height: 30px;
  width: 100%;
}

div#bottomBarBlock table td
{
  background-image: url(../images/bottom_bar_background.jpg);
}

div#bottomBarBlock table td#bottomBarLeft
{
  background-image: url(../images/bottom_bar_left.jpg);
  width: 1px;
}

div#bottomBarBlock table td#bottomBarMiddleLeft
{
  background-image: url(../images/bottom_bar_middle_left.jpg);
  width: 185px;
}

div#bottomBarBlock table td#bottomBarMiddleRight
{
  background-image: url(../images/bottom_bar_middle_right.jpg);
  width: 585px;
}

div#bottomBarBlock table td#bottomBarRight
{
  background-image: url(../images/bottom_bar_right.jpg);
  width: 1px;
}

div#contentBlock
{
  clear: both;
  width: 100%;
}

div#contentBlock table
{
  width: 100%;
}

div#contentBlock table td#contentLeft
{
  background-image: url(../images/content_left_background.jpg);
  border-left-color: #CCCCCC;
  border-left-style: solid;
  border-left-width: 1px;
  font-size: 10px;
  width: 185px;
  vertical-align: top;
}

div#contentBlock table td#contentRight
{
  background-image: url(../images/content_right_background.jpg);
  border-right-color: #CCCCCC;
  border-right-style: solid;
  border-right-width: 1px;
  width: 565px;
  font-size: 11px;
  line-height: 140%;
  padding: 10px;
  text-align: justify;
}

div#dayTip 
{
  padding: 15px;
}

div#footerInfo
{
  text-align: center;
  font-size: 10px;
}
div#footerInfo a
{
  font-size: 10px;
}

div#logoBlock
{
  clear: both;
  height: 110px;
  width: 100%;
}

div#logoBlock table
{
  height: 110px;
  width: 100%;
}

div#logoBlock table td
{
  background-image: url(../images/logo_background.jpg);
  width: 33%;
}

div#mainBlock
{
  margin: auto;
  text-align: left;
  width: 100%;
}

div#topBarBlock
{
  clear: both;
  height: 36px;
  width: 100%;
}

div#topBarBlock table
{
  height: 36px;
  width: 100%;
}

div#topBarBlock table td
{
  background-image: url(../images/top_bar_background.jpg);
}

div#topBarBlock table td#topBarButtonAdvantages
{
  width: 120px;
}

div#topBarBlock table td#topBarButtonBlog
{
  width: 119px;
}

div#topBarBlock table td#topBarButtonContact
{
  width: 123px;
}

div#topBarBlock table td#topBarButtonOffer
{
  width: 120px;
}

div#topBarBlock table td#topBarButtonStart
{
  width: 113px;
}

div#topBarBlock table td#topBarLeft
{
  background-image: url(../images/top_bar_left.jpg);
  width: 83px;
}

div#topBarBlock table td#topBarRight
{
  background-image: url(../images/top_bar_right.jpg);
  width: 94px;
}

img
{
  border: 0px;
  display: block;
  vertical-align: middle;
}

input[type='image']
{
  margin: 1px;
}

input.login
{
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px;
  height: 16px;
  margin: 1px;
  width: 128px;
}

input.loginButton
{
  margin-top: 3px;
}

ol
{
  padding-left: 35px;
}

p
{
  margin-left: 15px;
}

table, th
{
  font-size: 11px;
}

table.header
{
  width: 100%;
}

table.header td.headerLine
{
  background-image: url(../images/line.gif);
  background-position: center;
  background-repeat: repeat-x;
  width: 100%;
}

table.header td.headerText
{
  background-image: url(../images/dot.gif);
  background-position: 3px;
  background-repeat: no-repeat;
  padding-left: 15px;
}

table.header td.headerText pre
{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding-right: 5px;
}

td.caption
{
  color: #999999;
  padding-left: 3px;
}

td.logged
{
  font-size: 10px;
  text-align: center;
}

.notice
{
  color: #FF0000;
}