/** Styles for ITS Dynamic Text */
/*
ITS
*/

/** Rotating Text Section */

/** Number of Items */
.cnt     {
    	color: #333333;
     	background: #ffffff;
 	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/** General Text */
.stddyntext {
	
    	color: #333333;
     	background: #ffffff;
 	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

	}

.stddyntext a:link {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

.stddyntext a:active {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

.stddyntext a:visited {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}


/* Rotated Part Types */
.rotate  {
    	color: #ff0000;
     	background: #ffffff;
 	font-size: 10pt;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-weight: bold;

}


/** Vehicle Table Information */
/** Table Title */
.vehtitle {
	color: #333333;
	background: #ffffff;
	font-size: 10pt;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	}

/** Vehicle Data */
.vehdata   {
	color: #333333;
	background: #ffffff;
	font-size: 9pt;
	font-family Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

.vehdata a:link {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

.vehdata a:active {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

.vehdata a:visited {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}