@charset "utf-8";
body {
font: 100% Verdana, Arial, Helvetica, sans-serif;
background: #666666;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #000000;
background-color: #000;
background-image: url(Obrazki/embort-dark-bgr.jpg);
background-repeat: repeat;
}
.oneColFixCtr #container {
width: 780px;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
border: 1px solid #000000;
text-align: left; /* this overrides the text-align: center on the body element. */
background-color: #2B3044;
}
.oneColFixCtr #mainContent {
padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
body,td,th {
font-size: 9pt;
color: #FFF;
text-align: left;
}
a:link {
color: #F90;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #F90;
}
a:hover {
text-decoration: underline;
color: #F00;
}
a:active {
text-decoration: none;
color: #F90;
}
h1 {
font-size: 14px;
color: #0C0;
}
h2 {
font-size: 14px;
color: #CCC;
}
.oneColFixCtr center #mainContent tr td h3 {
font-size: 14pt;
color: #F90;
}
.oneColFixCtr center #mainContent tr td h2 strong {
font-size: 18px;
color: #FFF;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
}
.oneColFixCtr center table tr td {
text-align: left;
font-size: small;
}
.oneColFixCtr center #mainContent tr td fieldset {
text-align: center;
font-size: large;
}
.oneColFixCtr center table {
font-size: x-small;
}
#important {
	font-size: x-small;
	text-align: left;
	}