.p_body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: white;
}
.i_body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url('../images/bg_body.jpg');
	background-position:center top;
	background-repeat:repeat-y;
	background-color:#5f84b4;
}
.headtable
{
	width:1000px;
	margin: auto; 
}
.infotable
{
	width:802px;
	margin: auto; 
	empty-cells: show;
}

.f_title {
	font-family:verdana;
	font-size: 10pt;
	font-weight: bold;
	color: gray;
}
.f_title_big {
	font-family:verdana;
	font-size: 12pt;
	font-weight: bold;
	color: gray;
}
.f_text {
	font-family:verdana;
	font-size: 10pt;
	color: gray;
}