/***********************************************/
/* mm_car-ezloan.css                            */
/* Use with Inalways website all.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	margin:0px;
	background-color:#000000;
	}

td {
	font:12px arial,sans-serif;
	line-height:1.5;
	color:#999999;
	}

a:link, a:visited, a:hover {
    color:#999999;
	text-decoration:underline;
	}

a:hover {
	text-decoration:none;
	}


/*************** #head styles **************/

h1, h2, h3, h4, h5, h6 {
	font-family:arial,sans-serif;
	margin: 0px;
	padding: 0px;
	}

h1{
	font:20px;
	line-height:1.5;
    color:#FFFFFF;
	font-weight:bold;
	}

h2{
	font:14px;
	line-height:1.5;
    color:#999999;
	font-weight:bold;
	}

h3{
	font:14px;
	line-height:1.5;
    color:#CD6E22;
	font-weight:bold;
	}

h4{
	font:12px;
	line-height:1.5;
    color:#FFFFFF;
	font-weight:bold;
	}

h5{
	font:12px;
	line-height:1.5;
    color:#CCCCCC;
	font-weight:bold;
	}

h6{
	font:12px;
	line-height:1.5;
    color:#403F3B;
	font-weight:bold;
	}


/*************** #class styles **************/
	
.pagHeader {
	font:20px arial,sans-serif;
	color:#CD6E22;
	font-weight:bold;
	}

.subHeader {
	font:16px arial,sans-serif;
	color:#403F3B;
	font-weight:bold;
	}

.iteHeader {
	font:16px arial,sans-serif;
	color:#999999;
	font-weight:bold;
	}

.navHeader {
	font:14px arial,sans-serif;
	color:#403F3B;
	}

.navFont {
	font:12px arial,sans-serif;
	color:#403F3B;
	}

.texColor1{
    color:#FFFFFF;
	}

.texColor2{
    color:#CCCCCC;
	}

.texColor3{
    color:#CD6E22;
	}


/*************** #heaLink styles **************/

.heaLink{
	font:14px arial,sans-serif;
	}

.heaLink a:link, .heaLink a:visited, .heaLink a:hover {
	color:#999999;
	text-decoration:none;
	}

.heaLink a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}


/*************** #subLink styles **************/

.subLink{
	font:12px arial,sans-serif;
	}

.subLink a:link, .subLink a:visited, .subLink a:hover {
	color:#999999;
	text-decoration:none;
	}

.subLink a:hover {
	color:#666666;
	text-decoration:none;
	}


/*************** #navLink styles **************/

.navLink{
	font:12px arial,sans-serif;
	}

.navLink a:link, .navLink a:visited, .navLink a:hover {
	color:#CCCCCC;
	text-decoration:none;
	}

.navLink a:hover {
	color:#403F3B;
	text-decoration:none;
	}


/*************** #airLink styles **************/

.airLink{
	font:14px arial,sans-serif;
	font-weight:bold;
	}

.airLink a:link, .airLink a:visited, .airLink a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}

.airLink a:hover {
	color:#403F3B;
	text-decoration:none;
	}


/*************** #addCart styles **************/

.addCart{
	font:12px arial,sans-serif;
	font-weight:bold;
	}

.addCart a:link, .addCart a:visited, .addCart a:hover {
	color:#CD6E22;
	text-decoration:none;
	}

.addCart a:hover {
	color:#403F3B;
	text-decoration:none;
	}


/*************** #checkOut styles **************/

.checkOut{
	font:12px arial,sans-serif;
	font-weight:bold;
	}

.checkOut a:link, .checkOut a:visited, .checkOut a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}

.checkOut a:hover {
	color:#403F3B;
	text-decoration:none;
	}


/***********************************************/