body {
	margin: 0px;
	color: #0D1F23;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #D4DAE5;
	background-image: url(img/head_bgr_s1.png);
	background-repeat: repeat-x;
}

hr {
	border: 1px solid #4FA302;
	height: 1px;
}

img {
	border: 0px;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #4C90C3;
}

a:hover {
	color: #000000;
}

a.footer {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	font-size: 13px;
}

.footer {
	color: #666666;
	font-size: 13px;
}

.footer_small {
	color: #666666;
	font-size: 10px;
}

h1 {
	text-decoration: none;
	display: inline;
	font-weight: bold;
	font-size: 22px;
}

h2 {
	text-decoration: none;
	display: inline;
	font-weight: bold;
	font-size: 18px;	
}

h3 {
	text-decoration: none;
	display: inline;
	font-weight: bold;
	font-size: 16px;	
}

h4 {
	text-decoration: none;
	display: inline;
	font-weight: bold;
	font-size: 18px;	
}

/**************************
 * Navigation
 **************************/

#navigation {
 	width: 183px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	border-bottom: 1px solid #FFFFFF;
}

#navigation ul li.level1 {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.3em;
	background: #BBE455;
}

#navigation ul li.level1 a {
	font-size: 12px;
	color: #3D4663;
	text-shadow: 0.1em 0.1px #FFF;
}

#navigation li a:link, #navigation li a:visited  {
	display: block;
	color: #4C90C3;
	text-decoration: none;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.3em;
}

#navigation li a:hover {
	color: #000000;
}