body {
  background-color: #929091;
  font-family: Verdana;
  font-size: 0.8em;
  margin: 0px;
  padding: 0px;
}

.areatitle {
  background-color: black;
  color: #48494D;
  font-size: 1.4em;
  padding: 5px;
}

a {
  text-decoration: none;
  color: #FFFFFF;
}

a:hover {
  text-decoration: none;
  color: #26E01D;
}

.sponsorbar {
  background-image: url(../images/bottombarpattern.png);
  background-repeat: repeat-x;
  height: 43px;
  padding-top: 12px;
  clear: both;
}

.sponsors {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.sponsors img {
  border:none;
  margin-left: 5px;
  margin-right: 5px;
}

.green {
  color: #26E01D;
}

a.green:hover {
  color: white;
}

#contact {
  border: 1px solid #26E01D;
  margin: 10px;
  padding: 0px;
}

.contacttext {
  color: #FFFFFF;
  background-color: #48494D;
  padding: 10px 25px;
}

.oddrow {
  background-color: #777;
}

.bold {
  font-weight: bold;
}

.map {
  float: right;
  width: 250px;
  text-align: center;
  padding-top: 10px;
}

.padme td {
  padding-left: 10px;
  padding-right: 10px;
}

a[href$="pdf"] {
        background: url(http://www.ma5daracing.com/images/pdf.png) right center no-repeat;
        padding-right: 18px;
}

a[href$="pdf"]:hover {
        background: url(http://www.ma5daracing.com/images/pdf.png) right center no-repeat;
}
a[href$="doc"] {
        background: url(http://www.ma5daracing.com/images/word.png) right center no-repeat;
        padding-right: 18px;
}

a[href$="doc"]:hover {
        background: url(http://www.ma5daracing.com/images/word.png) right center no-repeat;
}
a:link img {
  border: none;
}
.clear {
  clear:both;
}
.center {
  text-align: center;
}
.large {
  font-size: 18px;
}
.larger {
  font-size: 20px;
}
.small {
  font-size: 10px;
}
.smaller {
  font-size: 8px;
}
.right{ 
  text-align: right;
}
.underline{ 
  text-decoration: underline;
}
