﻿html 
{
	background:transparent;
	font-family: Arial;
	color: #6483b1;
}
body 
{
	padding: 0px;
	margin: 0px;
}
/*ссылки*/
a
{
color: #4d71a6;	
text-decoration: underline;
}
a:hover
{
color: #9bbbec;
}
a.redlink
{
color: #e4523f;	
}
/*Главный контейнер*/
.content
{
width:100%; 
text-align:center;
}
.main_table
{
width: 800px;
background-image: url(images/bgr.jpg);
background-position: bottom right;
background-repeat: no-repeat;
}

p
{
font-size: 10pt;
margin: 0px;
padding: 0px;
text-align: left;
}
/*фон ячейки с логотипом*/
.head_bgr
{
background-repeat: repeat-x;
background-image: url('images/logo_bgr.jpg');
width: 100%;
}
/*логотип*/
.logo
{
background-repeat: no-repeat;
background-image: url('images/logo.jpg');	
width: 255px;
height: 158px;
}
/*надпись www.ukrpechati.com*/
.site_name
{
position: relative;
top: 55px;	
left: 50px;
color: #fff;
font-size: 14pt;
text-decoration: none;
}
/*изображение в блоке с текстом*/
.block_image
{
float:left; 
width: 180px; 
text-align: center;	
}
h1
{
color: #696868;
font-size: 12pt;
font-weight: bold;
float: left;
}
h2
{
font-size: 10pt;
margin: 0px;
padding: 0px;
text-align: left;
}	
h3
{
font-size: 10pt;
width:100%;
text-align: left;
border-bottom: 1px solid #45bc42;
}
.Label
{
width: 100%;
border: 1px solid #CCC;
}