.blue{ color:#039; }
.turquoise{ color:#004b9f; }
.white{ color:#fff; }
.mid{ font-size:13px; }

h1, h2, h3, h4, h5, h6
{
	color:#737373;
}


h1
{
	margin:0; padding:0;
	font-size:26px;
	margin-bottom:8px;
	padding-bottom:15px;
	padding-top:14px;
	border-bottom:1px dashed #C4C4C3;
	font-weight: normal;
	line-height:30px;
}

h2 {
color:#039;
font-size:24px;
font-weight:normal;
line-height:27px;
margin:10px 0pt;
padding-bottom:4px;
}
h2 a{ color:#039;font-size:24px;line-height:27px; }

h3
{
	font-size:22px;
}

h4, h5, h6
{
	font-size:20px;
}

/*Information block*/
.information-block
{
	width:170px;
	padding:0px 5px 10px 10px;
	margin-left:5px;
	margin-right:5px;
	background:#F5F5ED;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	color:#494947;
}

.information-block-head
{
	color:#335172;
	font-weight:bold;

	margin-bottom:4px;
	padding-bottom:5px;
	background:url(images/infoblock_line.gif) left bottom no-repeat;
}

.information-block-body
{
	color:#494947;
}

code
{
	font-weight:normal;
	display:block;
	padding:1.5em 1em 1em 1em;
	border-style:solid;
	border-width:1px;
	border-width:1px 0;
	border-color:#C4C4C3;
	margin:1em 0;
	background-color:#F9F9F3;
	font-family:sans-serif;
}
