/* Базовые стили */
html, body {
	margin				: 0px;
	padding				: 0px;
}
div, form {
	margin				: 0px;
	padding				: 0px;
}
img, fieldset {
	margin				: 0px;
	padding				: 0px;	
	border				: 0px;
}
table, tr, td {
	margin				: 0px;
	padding				: 0px;
	border-collapse		: collapse; 
	/*border				: none;*/
}
table td { 
	font-family			: Tahoma;
	font-weight			: normal;
	font-size			: 12px;
	color				: #929692;
}
h1, h2, h3, h4, h5, h6, pre, code, input, select, textarea {font-size: 100%;}
h1 {
	font-family			: "Times New Roman";
	font-weight			: normal;
	font-style			: italic;
	font-size			: 21px;
	color				: #5e6a63;
}

h2 {
	font-family			: "Verdana";
	font-weight			: bolder;
	font-size			: 16px;
	color				: #000000;
}

p {
	margin              : 0px 0px 12px 0px;
	font-family			: Tahoma;
	font-weight			: normal;
	font-size			: 12px;
	color				: #3a3a3a;
	line-height			: 17px;
}
span {
	font-family			: Tahoma;
	font-weight			: normal;
	font-size			: 12px;
	color				: #929692;
	line-height			: 17px;
}
a {
	font-family			: Tahoma;
	font-weight			: normal;
	font-size			: 12px;
	color				: #2a804e;
	text-decoration		: underline;
}
a:hover {text-decoration: none;}

ul, ol  {
    margin              : 0px 0px 2px 10px;
    padding             : 18px;
}

li  {
   	margin				: 0px 0px 5px 0px;
   	padding             : 0px 0px 0px 5px;
	font-family			: Tahoma;
	font-weight			: normal;
	font-size			: 12px;
	color				: #686868;
	line-height			: 17px;
}


