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

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

/* Global Classes
----------------------------------------------------------------------------------------------------*/

h2.add-info { color: #707070; }
p.add-info { color: #A0A0A0; }

/* Headings */

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

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

h2, h3 { color: #333; }

h2 {
	margin-top: 23px;
	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: #003366;
}

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;
	color: #666;
}
