/*

HTML ELEMENTS

*/

body {
  font-family: verdana;
}

td {
  font-family: verdana;
  font-size: 10px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

p {
  font-family: verdana;
  font-size: 10px;
  color: #666666;
  font-weight: normal;
  text-decoration: none;
}

li {
  list-style-type: circle;
  color: #666666;
  font-weight: normal;  
}

h1 {
  display: inline;
  font-size: 10px;
  color: #EE6C38;
  background-color: #FFFFFF;
  padding: 5px 5px 5px 5px;
  margin: 20px 0px 0px 0px;
  border: 1px solid #CCCCCC;
}

h2 {
  display: inline;
  font-size: 10px;
  
  /* BULLET 
  color: #006699;
  background: url(images/b-2.gif) no-repeat center left;
  padding-left: 15px;
  padding-right: 15px;
  */
  
  /* BORDER */
  color: #006699;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  padding: 2px;
}

img { border: 0px; }

/*

CUSTOMISED ELEMENTS

*/

.h1 {
  font-size: 20px;
  color: #DCDCDC;
  text-transform: uppercase;
}

.h2 {
  font-size: 20px;
  color: #FF9900; /* #EE6C38; */
  text-transform: uppercase;
}

.white {
  color: #FF9900;
}

.footer {
  font-family: verdana;
  font-size: 10px;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}

/*

NAV ELEMENTS

*/

a.nav:link, a.nav:visited, a.nav:active {
  font-family: verdana;
  font-size: 10px;
  color: #EFEFEF;
  font-weight: bold;
  text-decoration: none;
}

a.nav:hover {
  font-family: verdana;
  font-size: 10px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

/*

LINK ELEMENTS

*/

a:link, a:visited, a:active {
  font-family: verdana;
  font-size: 10px;
  color: #006699;
  font-weight: normal;
  text-decoration: none;
}

a:hover {
  font-family: verdana;
  font-size: 10px;
  color: #1280BB;
  font-weight: normal;
  text-decoration: none;
}

/*

SPORT SEEKER ELEMENTS

*/

.seeker td {
  color: #666666;
}