/* Browser Viewport
----------------------------------------------------------------------------------------------------*/

body { font: 75%/1.5em Arial, Helvetica, sans-serif; }

/* Headings */

h1, h2, h3, h4  {
	line-height: 1.0em;
	font-weight: bold;
}

h1 {
	padding-bottom: 0.17em;
	font-size: 1.83em;
}

h2 {
	margin-top: 1.0em;
	font-weight: normal;
	font-size: 1.50em;
}

h3 { font-size: 1.17em; }

h4 { font-size: 1.0em; }

span.found { font-weight: normal; }

/* Paragraphs */

p { margin-bottom: 0.83em; }
	

/* Lists */

ol {
	list-style: decimal;
	line-height: 1.83em;
}

ul {
	list-style-type: none;
	line-height: 1.83em;
}

ul li,
dt, dd {
	margin: 0;
}

/* Links */

a {
	text-decoration: none;
	color: #006699;
}

a:hover {
	color: #ff6600;
	text-decoration: underline;
}

a:focus { outline: 1px dotted invert; }

/* Forms */

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
