﻿body {
    background-color: #272727;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
a:link {
	color: #c1c1c1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c1c1c1;
}
a:hover {
	text-decoration: none;
	color: #C7C23D;
}
a:active {
	text-decoration: none;
	color: #2a1905;
}
.mainText {
	font-family: Tahoma;
	font-size: 8pt;
	color: #c1c1c1;
	text-align:justify;
}
.divup {
	background-image: url(images/bg_gold.jpg);
	width: 677px;
	background-repeat: repeat-x;
	height: 71px;
}
.mirror {
	background-image: url(images/mirror.jpg);
	background-repeat: repeat-x;
	width: 638px;
	height: 59px;
}
.main {
	background-image: url('images/bg_gold.jpg');
	width: 677px;
	background-repeat: repeat-x;
	height: 71px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	
}
.x
{
	text-align:center;
	z-index: 1000;
	background-color:blue;
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: fixed;
	color: black;
	width: 100%;
	height: 22px;
	}
.smallText {
	font-family: Tahoma;
	font-size: 7pt;
	color: #c1c1c1;
	text-align:center;
}
.leftalign {
	text-align: left;
}
.regularText {
	font-family: Tahoma;
	font-size: 8pt;
	color: #c1c1c1;
	text-align:justify;
}
.style2 {
	color: #CACA00;
}
.style3 {
	direction: ltr;
}
.style4 {
	border-width: 0;
}

