body, p, tr, td {font-family: Tahoma; font-size: 9pt; color: white}
body {background-color:#0e0e0e}

a.menu {color:white; text-decoration:none; font-size:10pt}
a.menu:hover {color:#7da7d8}

.small {font-size:8pt}

a {color:#7da7d8}

a.white {color:white; text-decoration:none}
a.white:hover {color:#7da7d8; text-decoration:underline}

.imageright{float:right; margin-left:10px; margin-bottom:5px}
.imageleft{float:left; margin-right:10px; margin-bottom:5px}

p {line-height: 1.4}

h1, h2, h3, .zagolovok {color:white; font-weight:normal; font-size:13pt; margin-top:0}

form input, form select, form textarea {color:white; border:0; font-size:9pt; border-style: solid; border-color:#999999; background-color:#707070; border-width:1px}

form {font-size:9pt}

/** LIGHTBOX **/
#lightbox {
	background-color: white; padding: 10px;	border: 0px solid #FFF;
}
#overlay {
	background-image: url(/images/lightbox/overlay.png);
}
#lightboxCaption {
	color: #333; background-color: white; font-size: 90%; text-align: center;
}
* html #overlay {
	background-color: #000;	background-image: url(/images/lightbox/blank.gif);	filter: Alpha(opacity=50);
}