﻿A:link {
  color: #000000;
  text-decoration: none;
}
A:visited {
  color: #000000;
  text-decoration: none;
}
A:active {
  color: #000000;
  text-decoration: none;
}
A:hover {
  color: #9999FF;
  text-decoration: none;
}
A.menu:link {
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
}
A.menu:visited {
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
}
A.menu:active {
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
}
A.menu:hover {
  color: #CCCCCC;
  font-size: 12px;
  text-decoration: none;
}
A.footerlink:link {
  color: #FFFFFF;
  font-size: 11px;
  text-decoration: none;
}
A.footerlink:visited {
  color: #FFFFFF;
  font-size: 11px;
  text-decoration: none;
}
A.footerlink:active {
  color: #FFFFFF;
  font-size: 11px;
  text-decoration: none;
}
A.footerlink:hover {
  color: #FFFFFF;
  font-size: 11px;
  text-decoration: none;
}
.cellmenu {
  background-image: url(/images/menuback.jpg);
}
.cellfooter {
  background-image: url(/images/footerback.jpg);
  color: #FFFFFF;
  font-size: 11px;
}
.cellheader {
  background-image: url(/images/header.jpg);
}
B {
  font-weight: bold;
  overflow: auto;
}
BODY {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 11px;
  margin-right: 0px;
  margin-left: 0px;
  color: #000000;
  font-family: Arial;
}
P {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 11px;
  margin-right: 0px;
  margin-left: 0px;
  color: #000000;
  font-family: Arial;
}
DIV {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 11px;
  margin-right: 0px;
  margin-left: 0px;
  color: #000000;
  font-family: Arial;
}
SPAN {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 11px;
  margin-right: 0px;
  margin-left: 0px;
  color: #000000;
  font-family: Arial;
}
TH {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 11px;
  margin-right: 0px;
  margin-left: 0px;
  color: #000000;
  font-family: Arial;
}
TD {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 11px;
  margin-right: 0px;
  margin-left: 0px;
  color: #000000;
  font-family: Arial;
}


#Ads{width:760px;}
#Ads img{margin:10px;float:left;border:none;}
#Ads a{border:none;}


/* Clear **************************************************************/
.Clear:after{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.Clear{display: inline-block;}
html[xmlns] .Clear{display: block;}
* html .Clear{height: 1%;}
