body {
	color: #333;
	background: #fff;
	font-size: 10pt;
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
}

a {
	color: #e60;
	font-weight: bold;
	text-decoration: none;
	font-size: 12pt;
}

#header {
	margin: 0;
	padding: 45px 10px 45px 10px;
	background: #ffffff;
}
#header h1 {
	font-size: 22pt;
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
	color: #111;
}
#header .printonly {
}
#centercont h1 {
	font-size: 20pt;
	margin: 10px 0px;;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
	color: #111;
}
#L1Nav {
	display: none;
	font-size: 6pt;
}
#L1Nav a.selected {
display: inline;
font-size: 6pt;
}
#L2nav {
display:none;
}
#L2nav a.activea {
display: inline;
font-size: 6pt;
}
#L3Nav {
	font-size: 6pt;
}
#navbar{
display: none;
}
#leftcont {
display: none;
}
#rightcont {
	position: relative;
	float: right;
	width:190px;
	margin: 0;
	padding: 0px;
	color: #334;
}
#pictureframetop {
	display: block;
	height: 30px;
	width: 30px;
	border-top-width: 7px;
	border-left-width: 7px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #eb9500;
	border-left-color: #eb9500;
	margin-top: 20px;
	margin-left: 5px;
}
#pictureframebottom {
	display: block;
	height: 30px;
	width: 30px;
	border-bottom-width: 7px;
	border-right-width: 7px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #000E78;
	border-right-color: #000E78;
	margin-bottom: 20px;
	text-align: right;
	float: right;
	margin-right: 5px;
}

#rightcont img {
	margin: auto;
	border: 5px solid #FFFFFF;
}

#rightcontimg {
	text-align: center;
}


#container {
	background: #fff;
	margin: 0;
	padding: 0;
	
}
#centercont {
	color: #334;
	background: #fff;
	border-top: 1px solid #ddd;
	margin: 0;
	padding: 0;
	line-height: 140%;
}

#centercont a {
	text-decoration: none;
	color: #eb9500;
	font-size: 10pt;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;

}
#centercont span.date {
	border: 1px solid #bbb;
	color: #333;
	background: #eee;
	padding: 1px 4px;
	position: relative;
	top: -4px;
	left: -17px;
	font-weight: bold;
}
#centercont span.archive {
	display: block;
	margin: 5px 0 0;
}
#centercont p {
	margin: 0px 0px 10px 0px;
}
#centercont p.crumbs {
	display: none;
}
#comment p {
	font-family: Arial, helvetica, sans-serif;
	font-size: 1.8em;
	color: #cccccc; 
	text-align: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 30px;
	font-weight: bold;
}

#footnotes, #footnotes a {
	font-size: 6pt;
}

.blok {
	border: 1px solid #bbb;
	padding: 5px 9px;
	background: #fff;
}

h2 {
	margin: 15px 0px 3px 0px;
	padding: 3px 21px;
	font-size: 14pt;
	color: #111;
	background: url(imgs/arrow_ico.gif) no-repeat 2px 4px #ddd;
	border: 1px solid #bbb;
}



a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 6pt;
	font-weight: normal;
	text-decoration: none;
	}