/* CSS Document */
p { margin: 15;
   font-weight: bold;
     font-size: x-small;
   font-family: Arial, Helvetica, sans-serif;
	line-height : 200%;
	color: #000033;
	}
	
H2 { margin: 15;
   font-size: medium;
   font-family: Arial, Helvetica, sans-serif;
	line-height : 150%;
	color: #660033;
	}
H3 { margin: 5;
   font-size: xx-small;
   font-family: Arial, Helvetica, sans-serif;
	line-height : 150%;
	color: #ffffff;
	}
H5 { margin: 5;
   font-size: x-small;
   font-family: Arial, Helvetica, sans-serif;
	line-height : 120%;
	color: #000099;
	}
H6 { margin: 5;
     font-weight:200;
   font-size: small;
   font-family: Helvetica, sans-serif;
	line-height : 120%;
	color: #000066;
	}
H7 { margin: 5;
     font-weight:bolder;
   font-size: small;
   font-family:  Helvetica, sans-serif;
	line-height : 120%;
	color: #660033;
	}
H4 { margin: 15;
   font-size: medium;
   font-family: Arial, Helvetica, sans-serif;
	line-height : 150%;
	color: #999966;
	}
ul, li
{
     margin: 8;
   font-size: medium;
   font-family: Arial, Helvetica, sans-serif;
	line-height : 200%;
	color: #660033;
	font-weight: bold;
list-style-type: square;
}
	
a:link {
	color: #660033;
	text-decoration: none;
	font-weight: bold;
     font-size: small;
	}

a:visited {
	color: #660033;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
	}

a:hover {
	color: #000033;
	text-decoration: underline;
	font-weight: bold;
     font-size: small;
	}

a:active {
	color: #660033;
	text-decoration: none;
	font-weight: bold;
     font-size: small;
	}	

#content h1 {
	font-size: 120%;
	letter-spacing: 0.1em;
}

#content h2 {
	font-size: 100%;
	letter-spacing: 0.1em;
}

#content p{
	font-size: 80%;
	line-height : 140%;
}

#logo{
	letter-spacing: 0.05em;
	text-decoration: overline;
}

#script{
	letter-spacing: 0.5em;
}

#navigation p {
	font-size: 80%;
}

.button a:link {
	font-size: 90%;
	display : block;
	padding-bottom : 4px;
	padding-left : 12px;
	padding-top : 6px;
	width : 100%;
	padding-right: 5px;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #660033;
	font-family: Arial, Helvetica, sans-serif;

}
.button a:visited {
	font-size: 90%;
	display : block;
	padding-bottom : 4px;
	padding-left : 12px;
	padding-top : 6px;
	width : 100%;
	padding-right: 5px;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #660033;
	font-family: Arial, Helvetica, sans-serif;

}

.button a:active {
	font-size: 90%;
	display : block;
	padding-bottom : 4px;
	padding-left : 12px;
	padding-top : 6px;
	width : 100%;
	padding-right: 5px;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #660033;
	font-family: Arial, Helvetica, sans-serif;

}
.button a:hover {
	background-color : #000033;
	color : #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;


}

.sublink a {
	font-size: 90%;
	display : block;
	width : 90%;
	text-indent: 0.5em;
	clip:    rect(auto auto auto auto);
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000033;

}

.sublink a:hover {
	background-color : #CCCC66;
	color : #000033;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;

}


.script a {
	display : inline;
	padding-bottom : 2px;
	padding-left : 12px;
	padding-top : 2px;
}

.script a:hover {
	background-color : #003366;
	color : #FFFFFF;
}

.boxrt {
	float: right;
	margin: 2px 2px 2px 15px;
	}
		
.boxlft {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-top: 3px;
	}
.bg {
	background-image: url(images/tire-banner-finished29090.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bgmain {

	background-image: url(images/maintexttrucks.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.flasht { background-color: #C60;
	text-decoration:  blink;
}
