/* basic elements */
body { 
	font-family: Arial,Humnst777 BT,Zurich,sans-serif; 
	color: #333;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#page {
    padding: 16px;
}

.text-muted {
    color: #666;
    text-weight: normal;
}
.indexnews {
    font-size: 1.25em;
}
.row {
    margin-bottom: 6px;
    font-size: 0.8em;
    color: #aaa;
}

h1, h2 {
	color: #222;
	padding: 0px 0px 6px 0px;
	margin: 0px;
	font-size: 20pt;
	font-weight: normal;
}
h3 {
	color: #222;
	padding: 12px 0px 6px 0px;
	margin: 0px;
	font-size: 12pt;
	font-weight: bold;
}
abbr, acronym, .help {
	cursor: help;
	border-bottom: 1px dashed #aaa;
}
a:link, a:visited {
	font-weight: bold; 
	text-decoration: none;
	color: #1C2730; 
}
a:hover, a:active { 
	text-decoration: underline;
	color: #37444F;
}
a.header:hover, a:active { 
	text-decoration: none;
}
/* header */
#header {
}

/* navigate bar */
#navigatebar {
	height: 28px;
    color: #333;
    margin: 8px 0 24px 0;
}
#navigatebar ul,#navigatebar li {
	display: inline;
	padding: 0;
	margin: 0;
}
#navigatebar a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
	position: relative;
	top: 3px;
	padding: 0px 6px 0px 6px;
}
#navigatebar a:hover {
	text-decoration: underline;
}

/* footer */
#pagefooter {
	padding-top: 32px;
    color: #aaa;
    font-size: 11px;
}

/* content blocks */
#breadcrumb {
}
#content {
}
