/* Basic HTML
=====================================*/

html {
	font-size:62.5%;
}

#container_12,
textarea {
	font-size:1.5em;
	line-height:1.5em;
	font-family:'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
/*	font-family:'Times New Roman', Times, Georgia, serif;*/
	color:#444;
}

hr {
}

.navigation, .subnavigation {
	font-size:1em;
}


/* Paragraphs
=====================================*/

p {
	font-size:1em;
	margin-bottom:1.5em;
}

.smallfont {
	font-size:0.8em;
	line-height:1.5em;
}

/* Headings
=====================================*/

h1 {
	font-weight:bold;
	font-size:3em;
	margin-bottom:0.6em;
	line-height:1.2em;
}

h2 {
	font-weight:bold;
	font-size:2em;
	margin-bottom:0.5em;
	line-height:0.9em;
}

h3 {
	font-weight:bold;
	font-size:1.5em;
	margin-bottom:0.4em;
	line-height:1.2em;
}

h4 {
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:0.4em;
	line-height:1.5em;
}

h5 {
	font-weight:bold;
	font-size:1em;
	margin-bottom:0.4em;
	line-height:1.8em;
}

h6 {
	font-weight:bold;
	font-size:1em;
	margin-bottom:0.4em;
	line-height:1.8em;
}


/* Links
=====================================*/

a:link, a:visited {
	font-weight:bold;
	color:#444;
	text-decoration:none;
}

a:hover, a:active {
	font-weight:bold;
	color:#914b32;
	text-decoration:underline;
}

a:focus {
	outline:none;
}


/* Lists
=====================================

ul {
	margin-bottom:1.8em;
	list-style:square inside;
}

ul li {
	font-size:1.2em;
	line-height:1.5em;
}

li > ul, li > ol{
	margin-bottom:0;
	margin-left:5em;
}

li > ul li, li > ol li{
	font-size:1em;
}

ol {
	margin-bottom:1.8em;
	list-style:decimal inside;
}

ol li {
	font-size:1.2em;
	line-height:1.5em;
}*/