/* CSS Document */
body
{
	padding: 10px;
	margin: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #ffffaa;
	background:url(/img/fon2.gif) center;
}

td {
	vertical-align: top;
}

p {
	margin:0;
	padding:0;
}
.store_text {
	font-size: 14px;
	font-weight: bold;
}

h1 {
	font-family: Myriad Pro;
	font-size:22pt;
	color: #ff0000;
	margin-top:10px;
	margin-bottom:10px;
}

h2 {
	font-family: "Arial Narrow", Arial;
	font-size:16pt;
	color: #ff0012;
	margin-left:10px;
	font-weight:lighter;
	margin-top:0px;
	margin-bottom:8px;
}

h3 {
	font-family: Myriad Pro;
	font-size:13pt;
	color: #ff0000;
	margin-top:22px;
	margin-bottom:8px;
}

h4 {
	font-family: Myriad Pro;
	font-size:13pt;
	color: #267826;
	margin-bottom:8px;
	margin-top:0px;
}

.headername {
	font-size:10pt;
	color: #000;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:1px;
}

#logo_header {
	height: 80px;
}

#main_tab {
	z-index: 2;
    display: block;
    width: 940px;
    top: 1px;
    color: #ffffff;

    margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align: left;

    text-align: left;
	background-color:#181818;
	border-left: 0px solid #ff0000;
	border-right: 0px solid #ff0000;
	padding: 0px;

	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#sub {
	display: block;
	z-index:10;
	width: 940px;

	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;

	position: relative;
	padding: 15px;
	border: 0px solid #000000;
	border-left: 1px solid #ff0000;
	border-right: 1px solid #ff0000;
	color: #ffffff;

	background-color:#1b1b1b;

    filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

img {
	border:none;
    behavior: url(/img/iepngfix.htc);
}

a:link, a:visited, a:active, a:hover {
	color: #fff;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

.text {
	line-height:18px;
	margin-left:10px;
}
input.but2 {

		BACKGROUND-COLOR: #ff0000;
		BORDER-BOTTOM: 1px outset;
		BORDER-LEFT: 1px outset;
		BORDER-RIGHT: 1px outset;
		BORDER-TOP: 1px outset;
		COLOR: #ffffff;
		FONT: 13px arial;
		FONT-WEIGHT: bold
}

input.but0 {

		BACKGROUND-COLOR: #ffffff;
		BORDER-BOTTOM: 1px outset;
		BORDER-LEFT: 1px outset;
		BORDER-RIGHT: 1px outset;
		BORDER-TOP: 1px outset;
		COLOR: #ff0000;
		FONT: 13px arial;
		FONT-WEIGHT: bold
}