/***************** DOCUMENT **********************/
/* BODY */
BODY {
  background-color: black;
  margin: 0px;
}

SELECT, INPUT, TEXTAREA {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: black;
}

FORM {
  margin: 0px;
  padding: 0px;

}

P, TD, BODY {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: white;
}

a {
   color: white;
   text-decoration: underline;
	 border: 0;
}

a:hover {
   text-decoration: none;
}

a.enter {
  color:#f9007c;
}

img {
	border: 0;
}

.white {
  color: white;
}

.larger {
  font-size: 15px;
	color: #639cb8;
}

.highlight-bold {
  color: #639cb8;
	font-weight:bold;
}

.highlight {
  color: #639cb8;
}

.Side A {
   color: white;
   text-decoration: none;
   font-weight: normal;
}

.Side A:hover {
   color: white;
   text-decoration: none;
   font-weight: normal;
}

td.Small {
  color:black;
}

.Small A {
   font-size: 10px;   
   color: black;
   text-decoration: none;
   font-weight: normal;
}

.Small A:hover {
   font-size: 10px;   
   color: #D2202C;
   text-decoration: none;
   font-weight: normal;
}

/*------------------------- NO SCRIPT -----------------------*/

.noscript {
  background-color:#ff0000;
  color:#ffffff;
  font-weight:bold;
  font-size:12px;
  padding:5px;
}

/*----------------------- HOMEPAGE --------------------------*/
/* TEXT */
.FavFlavour {
  font-size: 11px;
  font-weight: bold;
  color: #;
}

.SmallCat {
   font-size: 10px;
}

.White {
  color: white;
}


/*------------------------- TEXT ---------------------------*/

/* GENERIC */
.Small {
  font-size: 10px;
}

.Small a {
  color: black;
}

/*---------------- TOP & BOT NAVIGATIONS -------------------*/


.NavBg {
  background: url(/images/fame/nav_bg.gif);
  background-repeat: no-repeat;
}

.NavBgRight {
  background: url(/images/fame/nav_bg_right.gif);
  background-repeat: no-repeat;  
  background-position: top left;
}

.NavBgLeft {
  background: url(/images/fame/nav_bg_left.gif);
  background-repeat:no-repeat;
  background-position: top right;
}

.BotNavBg {
  background: url(/images/fame/botnav_bg.gif);
  background-repeat:no-repeat;
  background-position: top right;
}

.BotNavBg a {
  color: white;
}

.BotNavBgRight {
  background: url(/images/fame/botnav_bg_right.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

.BotNavBgLeft {
  background: url(/images/fame/botnav_bg_left.gif);
  background-repeat: no-repeat;
  background-position: top right;
}
