body {
	font-family: "Times New Roman CE", "Times New CE", "Times CE", "Times New Roman", times, serif;
	font-size:14px;
	color:#01012f;
}

form {
	margin:0; padding:0;
}
input.text {
	border:1px solid #010143;
	height:18px;
}
textarea {
	border:1px solid #010143;
}


h1 {
	position:relative;
	_height:28px;
	min-height:28px;
	padding-top:11px; padding-left:25px;
	color:#fff;
	font-size:19px;
	text-transform:uppercase;
	background:#01012f;
	border-top:4px solid #fff;	border-bottom:4px solid #fff;
	margin:0 -10px 14px -25px;
}

h2 {
	color:#020259;
	font-size:18px;
	font-weight:bold;
	margin:5px 0 10px 0px;
}
h3 {
	position:relative;
	left:-15px;
	display:block;
	margin:0; margin-bottom:8px;
	padding:0; padding-left:15px;
	background:url(images/sipka.jpg) no-repeat 0 5px;
	font-size:14px;	font-weight:bold;
	text-decoration:underline;
}

p {
	margin:0 0 5px 0;
}

a {
	color:#020256;
}
a:hover {
	color:#fff;
	background:#020256;
	text-decoration:none;
}

ul {
	position:relative;
	margin:0;
	padding-left:15px;
}
li {
	position:relative;
	left:-15px;
	display:block;
	/*list-style-image:url(images/sipka.jpg);*/
	list-style-type: none;
	list-style-position:outside;
	margin:0;
	padding:0; padding-left:15px;
	background:url(images/sipka.jpg) no-repeat 0 5px;
	
}

hr {
	position:relative;
	/*margin:2px -5px 2px -20px;
	width:465px;*/
	height:1px;
	color:#e5e5e6;	background-color:#e5e5e6;
	border:0; border-bottom:1px dashed #aaaaab;
}