body {
  font-family:Verdana, Arial, sans-serif;
  /*background-color:#996600;*/
  background-color:#CCCC99;
}

h1 {
  text-align:center;
}

.MainLogo {
  text-align:center;
}

.MainBG {
  background-color:#003300;
}

.ContentTable {
  background-color:#003300;
}

.CarTable {
  background-color:#003300;
}

.CarInfo {
  color:#FFFFFF;
}

.CarNbr {
  text-align:center;
  font-size:130%;
  font-weight:bold;
  color:#FFFFFF;
}

.CarTitle {
  font-weight:bold;
  font-size:120%;
  text-decoration:underline;
}

.CarExtra {
  font-size: 80%;
}

.LeftGrad {
  background-image:url('/images/LeftEdgeGrad.jpg');
  width:20px;
  background-repeat:repeat-y;
  background-position:right;
}

.RightGrad {
  background-image:url('/images/RightEdgeGrad.jpg');
  width:20px;
  background-repeat:repeat-y;
  background-position:left;
}

.CoreContent {
  background-color:#FFFFFF;
}

.Links {
  background-color:#FFFFFF;
}

.HeaderBar {
  text-align:center;
  font-weight:bold;
}

.TTR_TL_Segment {
  text-align:center;
  background-color:#CCCCCC;
  font-size:130%;
  margin:10px 0px;
  padding:10px 0px;
}

.TTR_TL_Time {
  text-align:center;
}

.TTR_TL_Desc {
  text-align:left;
  padding:5px 0px 5px 10px;
  border-style:none none none solid;
  border-width:1px;
  border-color:black;
}

.MapImgCell {
  text-align:center;
}

.MapLinkCell {
  text-align:center;
}

.TextLeftAlign {
  text-align:left;
}

.TextPadNormal {
  padding:5px 25px;
}

.TextPadMore {
  padding:10px 35px;
}

.TextSizeSmall {
  font-size:80%;
}

.TextSizeSmaller {
  font-size:60%;
}

.TextSizeSmallest {
  font-size:40%;
}

.teamName {
  display: block;
  font-weight: normal;
  font-size: 110%;  
  margin: 20px 0px 0px 0px;
}

.teamPosition {
  display: inline;
  font-weight: bold;
  font-size: 120%;
  padding: 0px 10px 0px 20px;
}

.FAQ_Answer {
  /*border: #542988 1px dotted;*/
  border: #fff 1px dotted;
  padding: 4px 0px 15px 0px;
  font-size:90%;
}

.Top_Link {
  float:right;
  font-size:80%;
}

.Question_Answered {
  font-style:italic;
  text-decoration:underline;
}

.TO_DO_NOTE {
  font-weight: bold;
  font-size:120%;
  color: red;
}