body
{
      font-family: Helvetica;
      font-size: 14px;
      margin: 0px;
      background-repeat: repeat-x;
      background-color: #0d1613;
}

/* Common */

.Left
{
      text-align: left;
}

.Center
{                      
      text-align: center;
}

.Right
{                       
      text-align: right;
}

.Top
{                      
      vertical-align: top;
}

.Middle
{                         
      vertical-align: middle;
}

.Bottom
{                           
      vertical-align: bottom;
}

.hidden
{
      position: absolute;
      display: none;
}

img
{
      border-width: 0px;
}

div.FullTextBox
{
      width: 823px;
      margin-bottom: 20px;
      float: left;
}

div.HalfTextBox
{
      width: 400px;
      margin-bottom: 20px;
      float: left;
} 

div.ColumWall
{
      width: 23px;
      float: left;
}

.Headline1
{
      font-size: 16px;
      font-weight: bold; 
}

.Headline2
{                       
      font-size: 14px;
      font-weight: bold;
}

.Headline3
{
      font-weight: bold;
}

.SmallText
{ 
      font-size: 10px;
}

.NormalText
{ 
      font-size: 12px;
} 

.BigText
{ 
      font-size: 14px;
} 

.BiggerText
{ 
      font-size: 16px;
}

a:link, a:visited, a:active
{
      color: #F3F3F3;
      text-decoration: underline;
}

a:hover
{
      color: #FF6100;
      text-decoration: underline;
}

/* */

div.NaviButtons
{
      width: 103px;
      height: 210px;
      margin-left: 22px !important; 
      margin-left: 11px;
      margin-right: 22px !important;
      margin-right: 11px;
      background-color: #2F3835;
      border: 1px solid #FF6100;
      border-top-width: 0px; 
      border-bottom-width: 0px; 
      float: left;
}

div.NaviButton
{
      width: 103px;
      height: 35px;
      font-size: 1px; 
      float: left;
}

div.NewCar
{
      width: 145px;
      margin-left: 2px !important;
      margin-left: 1px;
      height: 135px;
      float: left;
}

div.JudgeDesign
{
      width: 103px;
      height: 35px;
      margin-left: 22px !important; 
      margin-left: 11px;
      margin-right: 22px !important;
      margin-right: 11px; 
      padding-top: 55px;
      background-color: #2F3835;
      border: 1px solid #FF6100;
      border-top-width: 0px; 
      float: left;
}

input.FullTextbox
{
	width: 300px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: transparent;
}

input.NormalTextbox
{
	width: 154px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: transparent;
}

input.SmallTextbox
{
	width: 75px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: transparent;
}

input.SmallerTextbox
{
	width: 25px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: transparent;
}

input.SendButton
{
	width: 100px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: transparent;
}