#Article h2 {

   	background-image: url("../images/title.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	widtht: 520px;
	height: 103px;
    padding: 0;
    margin: 0;
}


.TitleButton {

    width: 600px;
    height: auto;
    padding: 0;
    margin: 10px 0 10px 0;
    text-align: left;
}

.TitleButton ul {

    list-style: none;
    text-align: left;
    width: auto;
    height: auto;
    width: auto;
    height: auto;
}

.TitleButton  ul li {

    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -9999px;
    width: 177px;
    height: 23px;
    padding: 0;
    margin: 0;
    text-align: left;
    float: left; 
}

.TitleButton .TitleTeam    { background-image: url('../images/title_team.gif'); }
.TitleButton .TitleDriver  { background-image: url('../images/title_driver.gif'); }
.TitleButton .TitleMachine { background-image: url('../images/title_machine.gif'); }

.TitleButton a {

    background-repeat: no-repeat;
    background-position: left top;
	widtht: 177px;
	height: 23px;
    padding: 0;
    margin: 0;
    display: block;
}

.TitleButton .TitleTeam a:hover    { background-image: url('../images/title_team_on.gif'); }
.TitleButton .TitleDriver a:hover  { background-image: url('../images/title_driver_on.gif'); }
.TitleButton .TitleMachine a:hover { background-image: url('../images/title_machine_on.gif'); }

.Spec {

    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

.Spec tr {

    margin: 0;
    padding: 0;
}

.Spec td {

    margin: 0;
    padding: 1px 5px 1px 5px;
	font-size: 10px;
}

.Spec .FirstRowColumn1 {

	text-align: right;
    height: 1px;
	border-right: #ffffff 1px solid;
	border-bottom: #000000 1px solid;
}

.Spec .FirstRowColumn2 {

	text-align: left;
    height: 1px;
	border-left: #ffffff 1px solid;
	border-bottom: #000000 1px solid;
}

.Spec .Column1 {

	text-align: right;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
}

.Spec .Column2 {

	text-align: left;
	border-left: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
}

