html, body
{
  height:100%;
  line-height: 17px;
}

body {
	background: #dedede url('/images/backgrounds/bg.png') repeat-x;
	/*background-color: #dedede;*/
}


html, body, table, tr, td, a, div, span
{
  font-family: 'CartoGothicStdBook', Arial, sans-serif;
  font-size:13px;
  margin:0;
  padding:0;
  
}

/*html emelents reset*/
image
{
  border:0;
  margin:0;
  padding:0;
}

image.picture
{
  border:1px solid black;
  margin:0 5px 0 5px;
  padding:0;
}

a.moreLink
{
    font-size:10px;
    text-align:left;
    color:#c26810;
    float: right;
    text-decoration:none;
    font-size: 11px;
}

a.link
{
    text-decoration:none;
    font-size:11px;
    color:#f63420;
}

a.moreLink:hover, a.link:hover
{
    color:#5b5b5b;
}
