			body {
				behaviour:url(include/csshover.htc);
                        }
			* {
                                font-family: arial, sans-serif;
				font-size : 12px;
			}
                        .info {
                                font: 0.8em arial, sans-serif;
                        }
			.ultimeta {
                                margin : 0 5px;
                                padding : 2px;
                                border: 1px #587D1E solid;
                                background-color:#fff;
                                z-index: 20;
                        }
			p ul.list {
				margin : 20px;
				border : 2px;
			}
			ul.list li {
				list-style-type: circle;
				list-style-position: inside;
				color : black;
                        }
                        small {
                                color : #505050;
                        }
                        small a {
                                text-decoration : none;
                                color : #505050;
                        }
                        small a:hover {
                                text-decoration : underline;
                        }
			p {
                                padding : 5px;
                        }
			h5.sidebar {
                                color : black;
                                background : #CDDBAB;
                                padding-left : 10px;
                                padding-top : 5px;
                                padding-bottom : 5px;
                                margin-bottom : 0px;
                        }
			div.navbar {
                                font: 0.8em arial, sans-serif;
                                float : right;
                                width : 182px;
				margin : 0px;
				padding : 0px;
                                margin-top: 50px;
                                height : 150px;
                                padding-right : 18px;
				display : none;
				z-index : 15;
                        }
			div.languages {
				font: 0.8em arial, sans-serif;
                                margin : 0px;
                                padding-bottom : 5px;
				text-align : left;
			}
			div.eventTimeStamp {
				padding-right : 10px;
				float : right;
				text-align : right;
			}
			div.eventDescr {
				padding-left : 10px;
				float : left;
				text-align : left;
			}
			div.eventContainer {
				padding : 0;
				clear : both;
				margin : 0;
			}

			a img {
				border : 0px;
				padding : 2px;
			}
			h3 {
				clear : both;
				color : #E47012;
				padding-top : 5px;
			}
			h4 {
				width : auto;
				border-bottom : 1px white solid;
			}
			input, textarea { 
				border : 0px;
				padding : 2px;
				background : #BDC6F9;
                                font-size : 62px;
			}
			input:focus, textarea:focus {
				border : blue 1px solid;
			}


			div.success, div.warning, div.info {
				border : 1px solid #000000;
				width : 80%;
				text-align : center;
				padding : 2px;
				margin-left: 80px;
				margin-bottom : 5px;
			}
			div.success {
				background : #C0FFC0;
			}
			div.warning {
				background : #FFC0C0;
			}
			div.info {
				background : #FFFFC0;
			}
