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
{
	margin-top:5px;
        padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px dashed #C4C4C3;
}

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: 75%;
	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;
}
table.data-table 
{
       width:100%; 
       border:1px solid #C4C4C3;
       border-collapse:collapse;
       border-collapse:collapse;
}
table.data-table td 
{
       background-color:#FFFFFF;
       border:1px solid #C4C4C3;
       color:#333333;
       padding:3px 5px;
}
table.data-table thead td
{
    /* background-color:#F2F2EA;*/
       background-color:#c8dceb;
       background-image:none;
       border:1px solid #C4C4C3;
       color:#333333;
       font-weight:bold;
       padding:4px;
       text-align:left;
}
table.data-table th
{
    /* background-color:#F2F2EA;*/
       background-color:#e1ebf0;
       background-image:none;
       border:1px solid #C4C4C3;
       color:#333333;
       font-weight:bold;
       padding:4px;
       text-align:center;
}


table.data-table tbody td
{
       background-color:#FFFFFF;
       background-image:none;
       color:#333333;
}
table.data-table tfoot td 
{
       background-color:#FFFFFF;
       color:#333333;
       padding:4px;
}

.data-table select { width: 445px !important; }
.data-table select option { width: 445px; }


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