body	, ul, li, input, form, p, h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}
body {
	background: #e5e5e5 url('../images/body_bg.jpg') 0 bottom repeat-x;
	font: 15px 'Calibri';
	color: #5d5d5d;
}
h1 {
	font: 30px 'Calibri';
	color: #ed1d25;
	background: transparent url('../images/linka.png') 0 bottom no-repeat;
	padding: 0 0 9px;
	margin: 0 0 17px;
  letter-spacing: -1px;
  line-height: 100%;
  margin-top:3px;
}
h2 {
	font: 30px 'Calibri';
	background: transparent url('../images/h2.gif') right 20px no-repeat;
	padding-bottom: 26px;
}
h3 {
	font: 14pt 'Calibri';
	color: #484848;
}
.inner #Content h1 {
	margin-bottom:5px;
}
.inner #Content h2 {
	background: none;
  font-size: 22pt;
  padding-bottom:0px;
  margin-bottom:5px;
}
.inner #Content h3 {
	background: none;
  font-size: 20pt;
  padding-bottom:0px;
  margin-bottom:5px;
}
.inner #Content h4 {
	background: none;
  font-size: 18pt;
  padding-bottom:0px;
  margin-bottom:5px;
  color:#ed1d25;
  font-weight: normal;
  line-height: 110%;
}
.inner #Content h5 {
	background: none;
  font-size: 16pt;
  padding-bottom:0px;
  margin-bottom:5px;
  margin:0px;
  font-weight: normal;
}
.inner #Content h6 {
	background: none;
  font-size: 14pt;
  padding-bottom:0px;
  margin-bottom:5px;
  margin:0px;
  font-weight: normal;
}

a {
	color:#ec1c24;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#News a {
	color:#5d5d5d;
}
#News a.buttonVice {
	background: url('../images/buttonVice.png') no-repeat left top;
	width: 106px;
	height:21px;
  text-align: center;
  color:#FFF;
  padding-top:2px;
  margin-top:10px;
}
a.buttonNapiste {
	background: url('../images/buttonNapiste.png') no-repeat left top;
	width: 106px;
	height:21px;
  text-align: center;
  color:#454545;
  padding-top:2px;
  margin-top:10px;
}
.fr {
	float:right;
}
.HomePage #Content h3 {
	display: block;
	height: 27px;
	width: 562px;
	font: 16px 'Calibri';
	color: #4e4e4e;
	background: transparent url('../images/h3_hp.gif') 0 0 no-repeat;
	margin: 2px 0;
	padding: 8px 15px 0 35px;
}
.HomePage #Content h3 a {
	font: 16px 'Calibri';
	color: #4e4e4e;
	text-decoration: none;
	float: left;
}
.HomePage #Content h3:hover {
	background-position: 0 -35px;
	cursor: pointer;
	cursor: hand;
}
.HomePage #Content h3:active {
	background-position: 0 -70px;
}
.HomePage #Content h3 a.MoreInfo {
	color: #fff;
	text-decoration: none;
	float: right;
	display: block; width: 95px;
}
p {
	padding: 10px 0;
}
.inner #Content p {
  line-height: 140%;
  text-align: justify;
  padding:0px;
  margin-bottom:15px;
  margin-top:15px;
}
a img {
	border: 0;
}
a.Btn {
	background: transparent url('../images/a_btn.gif') 0 0 no-repeat;
	color: #fff;
	text-align: center;
	display: block;
	width: 123px;
	height: 28px;
	padding-top: 8px;
	text-decoration: none;
}
a.Btn:hover {
	background-position: 0 -36px;
}
a.Btn:active {
	background-position: 0 -72px;
}
#Content img [align="left"] {
	float: left;
	margin: 0 26px 20px 0;
}
#Content img.noBorder, .inner #Content img.noBorder {
	border:none;
}
.inner #Content img {
	border: 1px solid #ccc;
	padding:2px;
	margin:10px;
	margin-top:5px;
	&margin-top:3px;
	margin-bottom:5px;
}
.inner #Content img[align="left"] {
	margin-left:0px;
}
.inner #Content img[align="right"] {
	margin-right:0px;
	float:right;
}
.ZvyrText {
	font-size: 24px;
	color: #4e4e4e;
}
.red {
	color: #ec1c24;
}
.Clear,.clear {
	clear: both;
	height:0px;
  font-size: 0px;
}
#Content input[type="text"], input[type="password"] {
	padding:3px 5px;
	border:1px solid #ccc;
	width:250px;
}
#Content textarea {
	padding:3px 5px;
	border:1px solid #ccc;
	width:350px;
	height:100px;
	resize:none;
}
#Content input[type="button"], #Content input[type="submit"], #Content input[type="reset"] {
	background: #ED1D25;
	color:#FFF;
	padding-top:5px;
	padding-bottom:5px;
	width:150px;
  text-align: center;
  display:block;
  border:none;
  cursor: pointer;
}