#head
{
	min-width: 1068px;
	height: 120px;
	width: 100%;
	/*tmp*/
}

#middle
{
	display: table;
	width: 100%;
	height: 100%;
}

	#bars_left
	{
		display: table-cell;
		padding-left: 10px;
		width: 250px;
		min-width: 250px;
		/*tmp*/
	}

	#center
	{
		display: table-cell;
		padding-left: 20px;
		padding-right: 20px;
		/*tmp*/
	}

	#bars_right
	{
		display: table-cell;
		padding-right: 10px;
		width: 250px;
		min-width: 250px;
		/*tmp*/
	}

#footer
{
	clear: both;
	width: 100%;
	background-image: url("images/table_bg.png");
	border-top: 3px solid #6c8294;
	border-bottom: 3px solid #6c8294;
	margin-bottom: 20px;
}

/*	HEAD	*/
div.head_logo
{
	float: left;
	min-width: 385px;
	min-height: 120px;
	background-image: url("images/head_left.gif");
	/*tmp*/
}

div.head_space
{
	height: 88px;
	/*tmp*/
}

div.head_menubar
{
	height: 32px;
	background-image: url("images/head_links.png");
	background-repeat: repeat-x;
	background-color: #557594;
	margin-left: 385px;
	/*tmp*/
}

a.head_menubar_link
{
	width: 133px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 6px;
	height: 26px;
	float: left;
	background-image: url("images/head_links.png");
	background-repeat: repeat-x;
	background-color: #557594;
	/*tmp*/
}

a.head_menubar_link:hover
{
	background-image: url("images/head_mol.png");
	background-repeat: repeat-x;
	background-color: #6c8294;
	/*tmp*/
}

div.head_menubar_border
{
	height: 32px;
	width: 3px;
	float: left;
	background-image: url("images/head_parter.png");
	background-repeat: no-repeat;
	background-color: #296680;
	/*tmp*/
}	
/*	HEAD	*/

/*	BARS	*/

div.bar
{
	margin-top: 28px;
	margin-bottom: 28px;
	/*tmp*/
}

div.bar_top
{
	width: 100%;
	/*tmp*/
}

div.bar_top_left
{
	width:  32px;
	height: 32px;
	float: left;
	background-image: url("images/angle_left.png");
	background-repeat: no-repeat;
	/*tmp*/
}

div.bar_top_center
{
	height: 32px;
	margin-left: 32px;
	margin-right: 32px;
	background-image: url("images/top.png");
	background-repeat: repeat-x;
	background-color: #557594;
	/*tmp*/
}

div.bar_top_center_header
{
	color: #FFFFFF;
	padding-top: 7px;
	text-align: center;
}

div.bar_top_right
{
	height: 32px;
	width: 32px;
	float: right;
	background-image: url("images/angle_right.png");
	background-repeat: no-repeat;
	/*tmp*/
}

div.bar_body
{
	border: 3px solid #6c8294;
	border-top: 0px;
	padding: 10px;
	text-align: justify;
	background-image: url("images/table_bg.png");
	margin-bottom: 10px;
	/*tmp*/
	min-height: 100px;
}

/*	BARS	*/

/*	FOOTER	*/

div.footer_buttons
{
	text-align: center;
}

div.footer_copyright
{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*	FOOTER	*/

.clock
{
	width:38px;
	height:38px;
	/*background-color: #E5E5FF;*/
	float:left;
	/*border:1px solid white;*/
	/*tmp*/
	background-color: #FFFFFF;
	border:1px solid #E0E0E0;
}

.center
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.page_num
{
	display: inline-block;
	background-color: white;
	width: 20px;
	text-align: center;
	border: 1px solid #3333FF;
	padding: 2px;
}

div.page_num
{
	margin-right: 5px;
}

a.page_num
{
	background-color: #6c8294;
	color: white;
}

.descr
{
	display: none;
	position: absolute;
	text-align: justify;
	background-color: white;
	border: 1px solid #6c8294;
	min-width: 180px;
	padding: 5px;
}

.date
{
	color: gray;
	font-size:13px;
}

html,body
{
	margin: 0;
	padding: 0;
	min-width: 1068px;
	background-image: url("images/2.png");
	font-size: 11pt;
	font-family: "tahoma", "verdana", "arial", "sans", "Lucida Sans";
	/*tmp*/
}

table
{
	border-collapse:collapse;
}

table, td, th
{
	border: 1px solid #6c8294;
}

a
{
	outline: 0;
	color: blue;
	/*tmp*/
}

h1,h2,h3,h4,h5,h6
{
	text-align: center;
	font-weight: normal;
}