h1
{
	font-size:120%;
	border-bottom:4px double #C3C4C6;
	padding:0 0 10px 0;
	margin-top:6px;
}

h2, h3
{
	font-size:120%;
}

h4, h5, h6
{
	font-size:110%;
}

/*Information block*/
.information-block
{
	margin-top:2px;
	font-size:95%;
	color:#4C4C4C;
}

.information-block-head
{
	background:#E7E7E7 url(images/information_bg.gif) repeat-x;
	font-weight:bold;
	min-height:26px;
	height:expression(this.scrollHeight < 26 ? "26px" :"auto");
	padding-left:14px;
	padding-top:4px;
}

.information-block-head-image
{
	width:21px;
	height:21px;
	background-image: url(images/information_image.gif);
	background-repeat:no-repeat;
	float:left;
	margin-right:9px;
}

.information-block-head-text
{
	padding-top:3px;
}

.information-block-body
{
	padding:14px;
	text-align:left;
	border:1px solid #C9C9C9;
}

/*Content block*/
.content-block
{
	border-top-color:#E4E4E4;
	background:#FAF3B5;
	margin-bottom:5px;
	width:100%;
}

.content-block-head
{
	background: #DA373C;
	font-weight:bold;
	font-size:85%;
	margin:2px;
	padding: 5px 9px;
        color:white
}

.content-block-body
{
	padding:4px 5px;
	width:100%;
}

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;
}

.seolink
{
  text-decoration:none;
  font-weight: normal;
  color: #000000;
}

a.seolink:link {color: #000000;}
a.seolink:visited{color:#000000;}
a.seolink:active {color: #000000;}
a.seolink:hover{color:#b00000;}

div.myshadow {
  -webkit-box-shadow:  3px 3px 3px #595959;
  -moz-box-shadow: 3px 3px 3px #595959;
  box-shadow: 3px 3px 3px #595959;
  width:203px;
}
