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%;
}









/*Data table*/
table.st1
{
	border:1px solid #CECECE;
	border-collapse:collapse;
}

/*Any cell*/
table.st1 td
{
	border:1px solid #CECECE;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.st1 thead td, 
table.st1 th
{
	background-color:#E1E5ED;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #CECECE;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.st1 tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.st1 tfoot td
{
	background-color:#F1F3F6;
	padding:4px;
	color:#333;
}










/*Information block*/
.information-block
{
	width:100%;
	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;
	padding:4px 3px;
}

/*Content block*/
.content-block
{
	margin-bottom: 15px;
	width:100%;
}

.content-block-head
{
	background:url(/images/tp200.gif) no-repeat;
	font-weight:bold;
	font-size:100%;
	border-bottom: 1px solid #dededd;
	padding: 5px 9px;
}

.content-block-smallhead
{
	background:url(/images/tp160.gif) no-repeat;
	font-weight:bold;
	font-size:100%;
	border-bottom: 1px solid #dededd;
	padding: 5px 9px;
	color: #006;
}

.content-block-smallrhead
{
	background:url(/images/tp150.gif) no-repeat;
	font-weight:bold;
	font-size:100%;
	border-bottom: 1px solid #dededd;
	padding: 5px 9px;
}

.content-block-body
{
	padding:4px 3px;
	border-bottom:2px solid #E4E4E4;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

/*Links blu*/
a.blu-color-underline
{
	color: #0000AB !important;
	text-decoration:underline !important;
}

p.link-list
{
	line-heght: 150% !important;
}



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;
}

#warea
{
padding: 5px;
}