<style>

			BODY {
				font-family : Arial, Helvetica, sans-serif;
			}

			TABLE.detail {
				background : #E0E0E0;
			}


			TR.detail {
				background-color : #9FAFC7;
				background : #9FAFC7;
			}


			.detail {
				font-family : Arial, Helvetica, sans-serif;
				font-size : 11px;
			}


			.mesto {
				font-size : 11px;
			}


			.date {
				font-size : 11px;
			}


			A {
				text-decoration : none;
				color : Blue;
			}

			A:HOVER {
				color : Maroon;
				text-decoration : underline;
			}

			input {
				font-size: 11px;
				border-width: 1 1 1 1;
			}
			th {
				font-family : Arial, Helvetica, sans-serif;
				font-size: 12px;
				background-color:#c7c7c7
			}
			th.black{
				background-color:black
			}
			tr.r1 {
				background-color:#dddddd
			}
			tr.r0 { background-color:#eeeeee}
			td {
				font-size : 11px;
				font-family : Arial, Helvetica, sans-serif;
			}

			td.h1 {background-color:#c7c7c7;
				text-align: center;}
		    .partner {
				font-family : Arial, Helvetica, sans-serif;
				font-size: 14px;
			}
</style>                                    

