/* the whole website */

BODY {
  margin             : 0px 0px 0px 0px;
  background-color   : #f1f1f1;
  background-image   : url(/media/background/mainbg.jpg);
  background-repeat  : repeat-x;
  font-size          : 11px;
  font-family        : Verdana, Arial, Helvetica, sans-serif;
  color              : #3e3e3e;
  text-decoration    : none;
}


td {
  font-size          : 11px;
  font-family        : Verdana, Arial, Helvetica, sans-serif;
  color              : #3e3e3e;
  text-decoration    : none;
}


/* topcircles */

.topcircles {
  background-image : url(/media/home/topcircles.jpg);
  background-position:top left;
  background-repeat:no-repeat;
}


/* content 2 */

.content2 {
  background-image : url(/media/background/bg.jpg);
  background-position:bottom;
  background-repeat:no-repeat;
  padding-left     :23px;
  padding-top      :31px;
}

/* content */

.content {
  font-size        : 11px;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  color            : #3e3e3e;
  text-decoration  : none;
}

.content a:link {
  font-size        : 11px;
  color            : #3e3e3e;
  font-weight      : normal;
  text-decoration  : none;
}

.content a:visited {
  font-size        : 11px;
  color            : #3e3e3e;
  font-weight      : normal;
  text-decoration  : none;
}

.content a:active {
  font-size        : 11px;
  color            : #3e3e3e;
  font-weight      : normal;
  text-decoration  : none;
}

.content a:hover {
  font-size        : 11px;
  color            : #096771;
  font-weight      : normal;
  text-decoration  : underline;
 
}


/* bottom left */

.bottomleft {
  font-size        : 11px;
  font-family	   : "Times New Roman", Times, serif;
  color            : #93a3a4;
  text-decoration  : none;
  padding-left	   : 5px;
  padding-right	   : 0px;
  padding-bottom   : 0px;
  padding-top	   : 0px;
  
}

.bottomleft a:link {
  font-size        : 11px;
  color            : #93a3a4;
  font-weight      : normal;
  text-decoration  : none;
}

.bottomleft a:visited {
  font-size        : 11px;
  color            : #93a3a4;
  font-weight      : normal;
  text-decoration  : none;
}

.bottomleft a:active {
  font-size        : 11px;
  color            : #93a3a4;
  font-weight      : normal;
  text-decoration  : none;
}

.bottomleft a:hover {
  font-size        : 11px;
  color            : #93a3a4;
  font-weight      : normal;
  text-decoration  : underline;
 
}

/* bottom right */

.bottomright {
  font-size        : 10px;
  font-family	   : Verdana, Arial, Helvetica, sans-serif;
  color            : #93a3a4;
  text-decoration  : none;
  padding-left	   : 0px;
  padding-right	   : 5px;
  padding-bottom   : 0px;
  padding-top	   : 0px;
  
}

.bottomright a:link {
  font-size        : 10px;
  color            : #93a3a4;
  font-weight      : normal;
  text-decoration  : none;
}

.bottomright a:visited {
  font-size        : 10px;
  color            : #93a3a4;
  font-weight      : normal;
  text-decoration  : none;
}

.bottomright a:active {
  font-size        : 10px;
  color            : #93a3a4;
  font-weight      : normal;
  text-decoration  : none;
}

.bottomright a:hover {
  font-size        : 10px;
  color            : #93a3a4;
  font-weight      : normal;
  text-decoration  : underline;
 
}

