	/* Copyright 2010 Julian Tekook */
	/*body {
		background-image: url('Background.png');
		background-position: top center;
                background-repeat: repeat-x;
                background-attachment: fixed;
		background-color: #00101e;
		font-family: 'arial';
	}*/
	img {
	}
        div.spacer {
            background-color: transparent;
            height: 20px;
        }
	div.text_news {
		
	}
	table.tbl_std {
		border: 1px solid black;
		font-family: Arial;
                width: 100%;
	}
	table.tbl_std .number {
		text-align: right;
	}
	table.tbl_std .spacer {
		height: 20px;
		background-color: #B8DCE0;
	}
	table.tbl_std th, table.tbl_std td {
		border-bottom: 1px solid black;
		border-left: 1px solid black;
		vertical-align: top !important;
	}
	table.tbl_std th {
		text-align: left;
		font-weight: bold;
                font-size: 0.8em;
	}
	table.tbl_std td {
		font-weight: normal !important;
	}
	table.rent_table {
		text-align: left;
		width: 100%;
	}
	table.rent_table td {
		padding-bottom: 3px;
	}
	form.rent_form input,
	form.rent_form select {
		border: 1px solid black;
	}
	form.rent_form input:focus,
	form.rent_form select:focus {
		border: 1px solid #4F4F4F;
		background-color: #EFEFEF;
	}
	form.rent_form .red {
		border: 1px solid red;
		background-color: #FF7F7F;
	}
	form.rent_form .red:focus {
		border: 1px solid red;
		background-color: #DF0000;
		color: #BFBFBF;
	}
	div.red {
		border: 2px solid red;
		background-color: #FFD100;
		margin-bottom: 5px;
	}