/*h1
{
	margin:0; padding:0;
	font-size:120%;
	margin-bottom:15px;
	padding-bottom:5px;
	padding-top:14px;
	border-bottom:1px solid #CCCCCC
}

h2, h3
{
	font-size:120%;
}

h4, h5, h6
{
	font-size:110%;
}
*/
h1, h2, h3, h4, h5, h6 {
    display: inline;
}
/*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;
}

/*Content block*/
.content-block
{
	border-top-color:#E4E4E4;
	background:#F5F5F5;
	margin-bottom:5px;
	width:100%;
}

.content-block-head
{
	background-image:url(images/content_block_bg.gif);
	font-weight:bold;
	font-size:95%;
	margin:2px;
	padding: 5px 9px;
}

.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;
}


.text {
	font-size:11px;
	color:#007FAC;
	line-height:18px;
	text-align:justify;
}
.bold {
	font-size:11px;
	color:#007FAC;
	line-height:18px;
	text-align:justify;
	font-weight: bold;
}
.text a, .bold a{
	color:#007FAC;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6
{
	font-size:11px;
	font-weight: normal;
}
.bold h1, .bold h2, .bold h3, .bold h4, .bold h5, .bold h6 {
	font-size:11px;
}
.link {
	font-size:11px;
	color:#007FAC;
	line-height:18px;
}

.mouse-over-change-content-title {
	font-family: Arial, Tahoma, Arial;
	font-size: 24px;
	color: #E5F9FF;
	font-weight:normal;
}
.mouse-over-change-content-text{
font-family:Tahoma, Verdana, Arial;
font-size:11px;
color:#FFFFFF;
line-height:12px;
}
