
body {
	font-size: 90%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Sans-Serif;
	color:#555;
	}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif;
	font-weight: normal;
	text-transform:uppercase;
}

h1 { font-size: 1.4em; }
h2 { font-size: 2em; }
h3 { font-size: 1.2em; padding-left: 30px; }
h4 { font-size: 1em; }

pre {
	overflow:auto;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
}

strong {	
	color:#666;
}

a {
	color: #26a;
	
}


a:hover {
	background:#fff;
}


a img {
	border: none;
	}


/* Layout */

body {
	margin: 0;
	padding: 0;
}

div.head{font-size:3em; color:#777777; font-family:Arial, Helvetica, sans-serif}

#table-states td{ padding-right: 50px;}

/* Footer */	

#footer {
	background: url('images/border_h.png') repeat-x top;
	padding:10px;
	text-align:center;
	font-size:0.7em;
	color:#888;
	margin:20px;
}

