*
{	color: #555;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

body
{	margin: 0px;
	padding: 0px;
	background: #fff;
}

body, html
{	height: 100%;	}

img
{	border: 0px;
}

table
{	border-collapse: collapse;
	padding: 0px;
	border: solid #000 0px;
}

table td
{	text-align: left;
	vertical-align: top;
	border-color: #000;
	padding: 0px;
}

a
{	color: #2785bc;
	text-decoration: underline;
	cursor:pointer;
}

a:hover, a:hover *
{	color: #da5125;
	text-decoration: none;
	cursor:pointer;
}

form
{	padding: 0px;
	margin: 0px;
}


.supersmall, .supersmall *
{	font-size: 10px;
}
.small, .small *
{	font-size: 11px;
}
.big, .big a
{	font-size: 14px;
}

.strong
{	font-weight: bold;
}
.nostrong, .nostrong:hover
{	font-weight: normal;
}

.silver, .silver * not a
{	/*	color: #abb49d;	*/
	color: #9ba4a7;
}
a.silver:hover
{	color: #fff;
	text-decoration: underline;
}
.gray, .gray * not a
{	color: #818181;
}
.white, .white * not a
{	color: #fff;
}
.black, .black * not a
{	color: #000;
}
.red, .red * not a
{	color: #da5125;
}
.blue
{	color: #2785bc;
}

div.content
{	font-size: 12px;
	line-height: 17px;
	margin: 10px 18px 50px 18px;	}

.center
{	text-align: center;	}

a.dotted
{	cursor: pointer;
	text-decoration: none;
	border-style: dashed;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;	}

.style_news_area
{	border-color: #44b607;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	margin-bottom: 20px;		}

.style_copied_with
{	border-color: #ff8400;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	margin-bottom: 20px;		}

/* --- */

a.menu1
{	font-size:17px;
}
a.menu1:hover
{	color:#da5125;
	text-decoration:none;
}

ul.ul_slider
{	margin:10px 0px 10px 25px;
	padding:0px;
}
ul.ul_slider li
{	font-size:14px;
	font-weight:bold;
	color:#525252;
}

ul.ul_leftmenured
{	margin:10px 0px 10px 20px;
	padding:0px;
}
ul.ul_leftmenured li
{	color:#be471f;
}
ul.ul_leftmenured li a
{	font-size:12px;
	font-weight:bold;
	color:#be471f;
}

ul.ul_leftmenublue
{	margin:10px 0px 10px 20px;
	padding:0px;
}
ul.ul_leftmenublue li
{	color:#2785bc;
}
ul.ul_leftmenublue li a
{	font-size:12px;
	font-weight:bold;
	color:#2785bc;
}

ul.ul_authsilver
{	margin:5px 0px 10px 15px;
	padding:0px;
}
ul.ul_authsilver li
{	font-size:11px;
	color:#555;
}

a.linkmore_slider
{	font-size:14px;
	font-weight:bold;
}

div.header1, div.header1 a
{	font-size:24px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}
div.header2
{	font-size:19px;
	color:#da5125;
}
div.header3
{	font-size:19px;
	color:#2984bd;
}
div.header4, a.header4
{	font-size:19px;
}

ul.ul_redmenu
{	margin:5px 0px 10px 13px;
	padding:0px;
}
ul.ul_redmenu li, ul.ul_redmenu li a
{	font-size:12px;
	color:#fff;
	text-decoration:none;
}
ul.ul_redmenu li a:hover
{	color:#000;
}

.italic1
{	font-style:italic;
	font-family:georgia;
	font-size:22px;
	color:#ce2c1b;
}

div.newsblock1
{	margin-top:5px;
}
div.newsblock1 a
{	font-weight:bold;
}
div.newsblock1 div.date, div.date
{	margin-top:3px;
	font-size:11px;
	color:#7f7f7f;
}

div.separator1
{	width:50%;
	height:1px;
	background:#d2d2d3;
	margin:30px 0;
}

div.crumbs
{	margin-bottom:15px;
	font-style:italic;
	color:#888;
}


.login_block {
	background: #f7f7f7;
	border: 1px solid #d2d2d2;
	padding: 20px;
	border-radius: 10px;
	display: inline-block;
	margin-top: 100px;
}

.login_button {
	background: #bf1e2e;
	color: white;
	padding: 7px 50px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
}
.login_button:hover {
	background: #c13340;
}

.login_logo {
	width: 31px;
	height: 30px;
	background: url(../images/logo31.png);
	display: inline-block;
	margin-top: 18px;
	margin-left: 29px;
}