@charset "UTF-8";


:focus {
	outline: 0;
}
	

html {

	height: 100%;
}

body {
	background-color:#fff;
	color: #000;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	height: 95%; 
	padding: 0;
}

a {

	color:#000000;
	text-decoration: underline;
}

h1, h2, h3, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {

	font-size: 24pt;
	border-bottom: 3px solid #333;
}

h1 a {
	text-decoration: none;
}

h2 {
	font-size:18pt;
}


h3 {
	font-size:14pt;
}

h4 {
	font-size:13pt;
}

address {
    font-style: normal;
}

acronym {
    border: 0;
}

a {
    text-decoration: none; 
}

#main-container {
    padding: 0;
    margin: 0;
}

#text {
    width: 100% !important;
    padding-right: 0 !important;
    position: static !important;
    
}


#extra-tagline,
#sidebar,
#text form,
#conditions,
#acura,
#tile-left,
#tile-right,
.admin #footer,
.admin #header strong,
.admin #tagline {
	display: none;
}

#text table th  {
    text-align: left;
}

#text a[href^="http://"]:after{
    content: " (" attr(href) ") ";
	text-decoration: none !important;
	color: #666;
	font-size: 90%;
}
