*
{	font-family: Arial;
}

.block
{
	height:100%;
	width:100%;
	overflow:hidden;
}

.header
{
	background-color:#5EC4F5;
	color: white;
	font-weight: bold;
	padding:5px;
	padding-left:36px;
	font-size:12px;
	text-shadow: 0px 1px 1px #777;
	text-align:center;
	background-image: url(/src/img/informer1_logo.png);
    background-position: 5px center;
    background-repeat: no-repeat;
}

.header a
{
	text-decoration:none;
	color: white;
}

.header a:hover
{
	text-decoration:underline;
	color: white;
}

.blockBody
{
	font-size:11px;
	color:#777;
	background-color: #d9f0fb;
	padding: 0 3px 0 3px;


	background: #d9f0fb; /* for non-css3 browsers */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1f0f7', endColorstr='#d9f0fb'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e1f0f7), to(#d9f0fb)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #e1f0f7,  #d9f0fb); /* for firefox 3.6+ */
	background: -o-linear-gradient(top,  #e1f0f7,  #d9f0fb); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e1f0f7,  #d9f0fb); /* IE10+ */
}

.blockBody a
{	text-decoration:underline;
	font-weight:bold;
}

.blockBody a:hover
{	text-decoration:none;
}
