/* CSS - EZ Credit Auto Sales */

/* High Field and Open MRI CSS Document */

/* Background Color */
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
}


/* Text Properties */
p {
	color: #000000;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}

/* Header Text Properties */
h1 {
	color: #01508C;
	font-size: 18px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

/* Footer Text Properties */
h2 {
	color: #01508C;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
}

/* Unordered List Properties */
ul {
	color: #000000;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}

/* Ordered List Properties */
ol {
	color: #000000;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}

/* Table Data Properties */
td {
	color: #000000;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}


/* Horizontal Rules */
hr {
	color: #01508C; 
}


/* Active LInks */
a {
	color: #01508C;
	font-weight: bold; 
}

a.nav {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover.nav {
	color: yellow;
	font-size: 14px;
	text-decoration: underline;
	}

p.footer {
	color: #000000;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}