/* Базовые стили */
html, body {
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
	background-color	: #245b82;
}
html {
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
	background			: url(/img/bg.gif) center 0px repeat-y;
	/*border				: 1px solid #ff0000;*/
}
form {
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
}
h1, h2, h3, h4, h5, h6, pre, code, input, select, textarea {
	font-size			: 100%;
}
img, fieldset {
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;	
	border				: 0px;
	
}
table, tr, td {
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
	border-collapse		: collapse; 
	/*border				: none;*/ 
}
table td { 
	font-family			: Arial;
	font-size			: 12px;
	font-weight			: normal;
	color				: #1e7b96;
	cursor				: text;	
}
h5 {
	margin              : 0px 0px 30px 0px;
	padding				: 0px 0px 0px 0px;
	font-family			: Arial;
	font-size			: 14px;
	font-weight			: bold;
	color				: #1e7b96;
	text-transform		: uppercase;
	cursor				: text;	
}
h6 {
	margin              : 0px 0px 20px 0px;
	padding				: 0px 0px 0px 0px;
	font-family			: Arial;
	font-size			: 14px;
	font-weight			: bold;
	color				: #dd0000;
	cursor				: text;	
}
span {
	margin              : 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
	font-family			: Arial;
	font-size			: 12px;
	font-weight			: normal;
	color				: #1e7b96;
	text-decoration		: none;
	cursor				: text;
}
p {
	margin              : 0px 0px 20px 0px;
	padding				: 0px 0px 0px 0px;
	font-family			: Arial;
	font-size			: 12px;
	font-weight			: normal;
	color				: #1e7b96;
	text-decoration		: none;
	cursor				: text;
}

a {
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
	font-family			: Arial;
	font-size			: 12px;
	font-weight			: normal;
	color				: #1e7b96;
	text-decoration		: underline;
	
}
a:hover {
	text-decoration		: none;
}

ul, ol  {
    margin              : 0px 0px 0px 0px;
    padding             : 0px 0px 0px 0px;
}
li  {
   	margin				: 0px 0px 0px 20px;
   	padding             : 0px 0px 0px 13px;
	font-family			: Arial;
	font-size			: 12px;
	font-weight			: normal;
	color				: #1e7b96;
   	/*border				: 1px solid	#000000;*/
}



