/*** INFOTERRA TEMPLATE LAYOUT ***/
* { margin: 0; padding: 0; }
html { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-align: center; background-color: #12466d; color: #646464; }
body { width: 800px; height: auto; margin: 0 auto; text-align: left; background-color: #fff; }

iframe, a img, fieldset, form, table { border: 0; }
legend { color: #000; }
button, select, textarea, input { font-size: 100%; }
table { border-collapse: collapse; margin-left: 11px; margin-top: 5px; margin-bottom: 5px; }
caption, th, tr, td { text-align: left; padding: 2px; border: solid 1px #ccc; }
dd, dt, li, dl, ul { list-style: none; }
li { line-height: 1.5em; }

h2, h3, h4, h5 { clear: left; margin: 0; padding: .5em 5px; color: #646464;}

h1 { font-size: 180%; }
h2 { font-size: 160%; }
h3 { font-size: 14px;
	font-family: arial;
	margin-bottom: 3px;
	width: 100%;
	letter-spacing: 1px;
 }
h4 { font-size: 120%; }
h5 { /*font-size: 100%;*/font-size: 12px; font-weight: bold; }
h6 { font-size: 100%; font-weight: bold; padding: .3em 5px; color: #646464;}

p { padding: .4em 5px; line-height: 1.5em; }
q { font-style: italic; }

a:link { color: #f6821f; text-decoration: none; }
a:visited { color: #f6821f; text-decoration: none; }
a:hover { color: #f6821f; text-decoration: none; }

img, img a { border: none; margin-top: 5px; margin-bottom: 5px; }

hr { color: #fff; background-color: #fff; height: 1px; border: 0 none; border-bottom: 1px dotted #ccc; margin: 5px 0; }

.hide { display: none; }