h1, h2, h3, h4, h5, h6
{
	color:#4F4F4F;
}


h1
{
	margin:0; padding:0;
	font-size:120%;
	margin-bottom:8px;
	padding-bottom:15px;
	padding-top:14px;
	border-bottom:1px dashed #C4C4C3;
}

h2, h3
{
	font-size:120%;
}

h2
{
	border-bottom:1px dashed #C4C4C3;
        margin-top:5px;
        padding-bottom:5px;
        padding-top:5px;
}

h4, h5, h6
{
	font-size:110%;
        margin-bottom: 0px;
        padding-bottom:0px;
}

.information-block
{
	width:170px;
	padding:0px 5px 10px 10px;
	margin-left:5px;
	margin-right:5px;
	background:#F5F5ED;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-size:90%;
	color:#494947;
}

.information-block-head
{
	font-size:110%;
	color:#335172;
	font-weight:bold;

	margin-bottom:4px;
	padding-bottom:5px;
	background:url(images/infoblock_line.gif) left bottom no-repeat;
}

.information-block-body
{
	font-size:100%;
	color:#494947;
}

code
{
	font-size:100%;
	font-weight:normal;
	display:block;
	padding:1.5em 1em 1em 1em;
	border-style:solid;
	border-width:1px;
	border-width:1px 0;
	border-color:#C4C4C3;
	margin:1em 0;
	background-color:#F9F9F3;
	font-family:sans-serif;
}

.news-date-time
{
	color:#858585;
}

body
{
	font-size: 80%;
        font-family: Arial, sans-serif;
	/*font-family: Tahoma, Verdana, Helvetica, sans-serif;*/
	color: #454545;
	
}

table
{
	font-size:100%;
}

a:link {color: #2775C7;}
a:visited{color:#8FA4BA;}
a:active {color: #2775C0;}
a:hover{color:#CF1C3E;}


small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0;
}

#container
{
	width:100%; 
	/*height:100%;*/
	/*position:absolute;
	left:50%;
	margin-left:-390px;*/
	margin: 0 auto;
	text-align: left;
	
}

#printer
{
	float:right;
	font-size:80%;
	background:url(images/printer.gif) left center no-repeat;
	padding-left:16px;
}

#printer a
{
	text-decoration:none;
	color:#787878;
}

#navigation
{

}

#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}

ul
{
        margin-top:0em;
        margin-bottom: 1em;
}
