a
{
	color: #486DAA;
}

h1
{
	margin:20px 0 5px 0;
	padding:0px 0 0 0;
	font-family: Tahoma, Georgia, serif;
	font-size:25px;
	color:#006699;
}

h2, h3
{
	font-size:120%;
}

h4, h5, h6
{
	font-size:110%;
}

.txtComment{
font-size:13px;
color: #666666;
line-height:15px;
margin:0 0 20px 0;
font-family: "MS Sans Serif", "Microsoft Sans Serif", "Sans Serif";}

/*Information block*/
.information-block
{
	width:180px;
	margin-bottom:16px;
}

.information-block-head
{
	color:#BC262C;
	font-weight:bold;
	font-size:85%;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:4px;
	padding-bottom:5px;
}

.information-block-body
{
	font-size:85%;
	color:#737373;
	margin-right:20px;
}

code
{
	font-size:100%;
	font-weight:normal;
	display:block;
	padding:1.5em 1em 1em 1em;
	border-style:solid;
	border-width:1px;
	border-width:1px 0;
	margin:1em 0;
	background-color:#F5F5F5;
	font-family:sans-serif;
}

