<!--
/* text */

.slogon {
font-family: Courier New, Courier; 
font-weight: bold; 
color: #550055;
text-align: center;
text-shadow: 0px 0px 5px #FFFFFF;
float: none;
}

.subj {
font-family: Verdana, Arial Cyr, Arial;
font-weight: bold;
color: #533388;
margin-left: 10pt; 
margin-right: 10pt;
margin-top: 10pt; 
margin-bottom: 3pt; 
text-align: center;
}

.mainText {
font-family: Times New Roman, serif; 
color: #431144; 
margin: 10px;
text-indent: 20pt; 
text-align: justify;
}

.inRect {
font-family: Courier New, Courier; 
font-weight: bold;
margin: 10px;
color: #5555FF;
text-shadow: 0px 0px 5px #00FF00;
text-align: center;
font-size: 12pt;
}

.properties {
font-family: Courier New, Courier; 
font-weight: 500;
margin: 10px;
color: #431144; 
text-shadow: 0px 0px 10px #FFFFFF;
text-align: left;
font-size: 14pt;
}

.copyright {
font-family: tahoma, serif; 
font-size: 8pt;
font-style: italic;
color: #000000; 
margin-left: 5pt; 
margin-right: 5pt; 
margin-top: 5pt; 
margin-bottom: 10pt;
text-align: center;
}

/* panels */

.parent { 
width: 100%;
margin: 0px;
padding: 1px;
background-color: transparent;
}

.menu {
margin: 5px;
background-attachment: scroll;
background-repeat: no-repeat;
background-image: url("files/rect.gif");
background-position: top center;
background-color: transparent;
width: 165px;
height: 165px;
float: right;
}

.rect {
margin-left: 150px;
float: left;
}

.down {
margin-top: 50px;
}

.alone {
clear: both;
}
/* immages */

.logo { 
float: right;
}

.siteLogo { 
float: left;
}

.screenshot {
float: left;
margin: 10px;
}

-- >
