/* ---------CSS ------- */

P {
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
}


/*-------------------- LINK RELATED CLASSES -------------------*/

a.auto_cellback {
	color: white;
	text-decoration: none;
}

a:link.auto_cellback {
	color: white;
	text-decoration: none;
}

a:hover.auto_cellback{
	color: yellow;
	text-decoration: underline;
}

a:active.auto_cellback{
	color: yellow;
	text-decoration: none;
}

a:visited.auto_cellback{
	color: white;
	text-decoration: none;
}


/*-------------------- TABLE  RELATED  CLASSES -------------------*/

TD {
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.auto_cellback {
	color: #FFFFFF;
	background-color : #005595;
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.auto_qp { /* Quality Policy */
	/* background-image : /url('automotive/images/qp_bknd.jpg'); */  
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: #000000;
	font-size : 12px;
	text-align:  center;
}

.auto_ep_header { /* Environmental Policy */
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: #339966;
	font-size : 14px;
	text-align:  center;
}

.auto_ep { /* Environmental Policy */
	/* background-image : /url('automotive/images/ep_bknd.jpg'); */  
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: black;
	font-size : 12px;
	text-align:  left;
}

.auto_at { /* Actuator Technology */
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #005595;
	text-align: left;
	font-style: italic;
}



/*-------------------- AUTOMOTIVE SPECIFIC FONT RELATED CLASSES -------------------*/

.autotoptxt {
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 14px;
}

.autopagetitle {
	font-family : Times New Roman, Geneva, sans-serif;
	font-size : 20px;
	font-weight : bold;
	color : #990000;
	text-align: right; 
	font-style: italic;
}

.autoheadlinks {
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #005195;
}

.autobullets {
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 12px;
	/* font-weight : bold; */
	color : #005195;
}

.autoobvious {
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #005195;
}



/* ---------------MISC HTML TAGS--------------------- */