/* -= MAIN =- */
body {
	background: #050402;
	margin: 0;
	padding: 0;
}
.pop { visibility:hidden }
.go { visibility:visible }


p,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
}

a {
	color: #1E90FF;
	text-decoration: none;
}

a:hover {
	color: #1E90FF;
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
}

select,
input,
textarea {
	border-color: #0056A2;
	border-style: solid;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

ul {
	line-height: 16px;
	list-style-type: square;
	margin-left: 20px;
	margin-top: 0px;
	padding: 1px;
}

h1 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-left: 18px;
	padding-top: 6px;
	text-transform: uppercase;
}

/* -= LINKS =- */
a.hidden {
	color: #000000;
	cursor: default;
	text-decoration: none;
}

/* -= LAYOUT =- */
.bottom_addr {
	color: #F8B1D7;
	font-size: 10px;
	padding-bottom: 16px;
	padding-top: 2px;
	text-align: center;
	vertical-align: top;
}

.c_name {
	color: #3D3C3C;
	font-size: 18px;
	font-weight: normal;
	padding-left: 3px;
	padding-top: 10px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: top;
}

.bottom-menu {
	color: #E6C9DC;
	padding-bottom: 1px;
	padding-top: 8px;
	text-align: center;
}

.bottom-menu-lnk {
	color: #E6C9DC;
	text-decoration: none;
}

.bottom-menu-lnk:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.menu {
	color: #DFDFDF;
	font-weight: bold;
	padding-left: 2px;
	text-transform: uppercase;
	white-space: nowrap;
}

.menu_lnk {
	color: #DFDFDF;
	text-decoration: none;
}

.menu_lnk:hover {
	color: #DB95B7;
	text-decoration: none;
}

.body_txt {
	color: #CCCCCC;
	padding-bottom: 15px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 10px;
	text-align: justify;
	vertical-align: top;
}
.H_text {
	color: #FFFF00;
	font-weight: bold;
	padding-left: 2px;
	
}
.comm {
	color: #00008B;
	font-family: verdana;
	font-size: 10px;
}

.td_body {
	padding-bottom: 15px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 10px;
	text-align: justify;
	vertical-align: top;
	}
	
/* -= COMMON =- */
.bgy {
	background-repeat: repeat-y;
}
.bgtab {
	background: url("images/fon.jpg");
}

.bottom_addr_lnk {
	text-decoration: none;
}

.bottom_addr_lnk:hover {
	text-decoration: underline;
}

.bgx {
	background-repeat: repeat-x;
}

.norepeat {
	background-repeat: no-repeat;
}

.zoom {
        cursor: url(images/zoom_in.cur);
  }
  
.zoom[class] {
cursor:-moz-zoom-in;
}  

.num {
  color: #DFDFDF;
}

div.floated {
	width: 400px;
	float: left;
	margin-left: 1em;
}


div#myOtherElement {
	width: 400px;
	height: 2px;
	overflow: hidden;
	border: 1px solid black;
	background-color: #f9f9f9;
}

div#myOtherElement span, div#myOtherElement a {
	display: block;
	padding: 0 3px;
}

div#myOtherElement a:hover {
	background: #f5f5f5;
}