/* Базовые стили */
html, body {
	margin				: 0px;
	padding				: 0px;
	height				: 100%;
	/*background			: url(/img/bg.gif) 0px 0px repeat;*/

}
*:focus { outline: none; }
h1, h2, h3, h4, h5, h6, pre, code, input, select, textarea {font-size: 100%;}
h1, h2, h3, h4, h5, h6 {
	margin				: 0px 0px 10px 0px;
	font-family			: "Times New Roman";
	font-weight			: normal;
	color				: #5d5d5d;
}
h1{ font-size: 26px;}
h2{ font-size: 24px;}
h3{ font-size: 20px;}
h4{ font-size: 18px;}
h5{ font-size: 16px;}
h6{ font-size: 14px; font-weight: bold;}

div, form {
	margin				: 0px;
	padding				: 0px;
}
input, textarea, label{
	font-family			: Tahoma;
	font-weight			: normal;
	font-size			: 12px;
	color				: #000;
}
table, tr, td {
	margin				: 0px;
	padding				: 0px;
	border-collapse		: collapse;
	font-family			: Tahoma;
	font-weight			: normal;
	font-size			: 12px;
	color				: #000;
}
p, span{
	margin              : 0px 0px 15px 0px;
	font-family			: Tahoma;
	font-weight			: normal;
	font-size			: 12px;
	color				: #131313;
}
span {margin: 0px;}
a {
	margin				: 0px;
	font-family			: Tahoma;
	font-size			: 12px;
	color				: #363e6e;
}
a:hover {text-decoration: none;}
img, fieldset {
	margin				: 0px;
	padding				: 0px;
	border				: 0px;
}
ul, ol  {
    margin              : 0px 0px 15px 0px;
    padding             : 0px;
	font-family			: Tahoma;
	font-weight			: normal;
	font-size			: 12px;
	font-weight			: bolder;
	color				: #0d0d0d;
}
ol li  {
    margin              : 3px 0px 0px 40px;
    padding             : 3px 0 3px 0;
	font-family			: Tahoma;
	font-weight			: normal;
	font-size			: 12px;
	color				: #0d0d0d;
}
ul li  {
    margin              : 3px 0px 0px 35px;
    padding             : 0px 0 0 5px;
	list-style-type		: disc;
	font-family			: Tahoma;
	font-weight			: normal;
	font-size			: 12px;
	color				: #0d0d0d;
}