/* Details Page style definations */

	body {background-color: #000000; margin-left: 0px; margin-bottom: 0px; margin-right: 0px; margin-top: 0px;}

/* Text styles - Black */
 
    b.H1 {
	color: #FFFFFF;
	font-size: 15pt;
	font-weight: bold;
	font-family: "Arial", Helvetica, sans-serif;
	text-align: left;
}
	b.H2 {color: #FFFFFF; font-size: 10pt; font-weight: normal; font-family: "Arial", Helvetica, sans-serif;}
	b.H2B {color: #FFFFFF; font-size: 10pt; font-weight: bold; font-family: "Arial", Helvetica, sans-serif;}
	b.TB {color: #FFFFFF; font-size: 14pt; font-weight: Bold; font-family: "Times New Roman", Times, serif;	font-style: italic;}
	b.MB {color: #FFFFFF; font-size: 9pt; font-weight: bold; font-family: "Arial", Helvetica, sans-serif;}
	b.CB {color: #FFFFFF; font-size: 10pt; font-weight: normal; font-family: "Arial";}
	b.FT {color: #999999; font-size: 10pt; font-weight: bold; font-family: "Arial";}
	b.P1 {color: #FFFFFF; font-size: 25pt; font-weight: bold; font-family: "Arial", Helvetica, sans-serif; font-style: italic;}
	b.H22 {color: #000000; font-size: 10pt;	font-weight: normal; font-family: "Arial", Helvetica, sans-serif;}
	b.H2BB {color: #000000;	font-size: 10pt; font-weight: bold;	font-family: "Arial", Helvetica, sans-serif;}
	b.FA1 {color: #FFFFFF; font-size: 11pt; font-weight: bold; font-family: "Arial", Helvetica, sans-serif;}
	b.FA2 {color: #FF0000; font-size: 11pt; font-weight: bold; font-family: "Arial", Helvetica, sans-serif;}
	

/* Link styles  */	

	A:link {color: #FFFFFF;	text-decoration: none}
    A:visited {color: #FFFFFF; text-decoration: none}
    A:active {color: #666666; text-decoration: none}
	A:hover {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.blue {
	color: #00F;
}
.txt .txt a u {
	color: #00F;
}

#warrantyContain {
	width:975px;
	margin:auto;
	position:relative;
}

#warrantytop {
	width:975px;
	background:url(img/warrantybg_top.png) no-repeat scroll center top;
	position:relative;
	height:21px;
}

#warrantytile {
	background:url(img/warrantybg_mid.png) repeat-y scroll center top;
	margin:auto;
	position:relative;
	width:975px;
	
}

#warrantyfooter {
	background:url(img/warrantybg_bottom.png) no-repeat scroll center bottom;
	margin:auto;
	width:975px;
	height:42px;
}
	
	
	

