html,
body {
	width: 100%;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
a {
	text-decoration: none;
}
.grey {
	color:#CCCCCC;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
TD {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}
.top-title {
	font-family:"Times New Roman", Times, serif;
	font-size:38px;
	text-align:left;
}
.menu {
	font-family:Times, serif;
	font-size:18px;
	color:#666666;
} 
.titl {
	font-family:Times, serif;font-size:18px;
	color:#666666;
} 
.small {
	font-family:Times, serif;font-size:13px;
	color:#999999;
}
.more_bold {
	font-family:Times, serif;font-size:14px;
	color:#666666;
}
.dev_madmin {
	display:none;
}
.rad {
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari, Chrome */
	-khtml-border-radius: 6px; /* KHTML */
	border-radius: 6px; /* CSS3 */
}
.shad {
	/* РЕМЭ */
	-webkit-box-shadow: 0px 0px 2px #222;
	-moz-box-shadow: 0px 0px 2px #222;
	box-shadow: 0px 0px 2px #222;
}
.site-path {
	padding-bottom:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.under:hover {
	border-bottom:solid 2px #cccccc;
}
.ru {
	font-weight:bold;
	color:#FF0000;
}
pre {
     white-space: pre-wrap;       /* css-3 */
     white-space: -moz-pre-wrap;  /* Mozilla, с 1999 */
     white-space: -pre-wrap;      /* Opera 4-6 */
     white-space: -o-pre-wrap;    /* Opera 7 */
     word-wrap: break-word;       /* Internet Explorer 5.5+ поддерживается в IE, Safari, и Firefox 3.1.*/
}
