@charset "utf-8";
/* CSS Document */

body {
	margin: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

td#text_header {
	background-image:url(../img/text_header.jpg);
	background-repeat:no-repeat;
	height:80px;
}

td#content {
	background-image:url(../img/content.jpg);
	background-repeat:no-repeat;
	padding-left:55px;
	height:293px;
}

div#page_content {
	padding-left: 17px;
	height: 279px;
	overflow:auto;
}

td#footer {
	background-image:url(../img/footer.jpg);
	background-repeat:no-repeat;
	height:195px;
}

table.table_class {
}

td.cell_class { 
}

div.copyright {
	color:#eaf1fb;
	text-align:center;
	font-size:9px;
	padding-bottom:5px;
}

div.bottom_menu {
	font-size:10px;
	text-align:center;
	padding:10px 0px;
}

A {
	
	font-family: Tahoma;
	text-decoration: none;
	font-weight:bold;
	color: #333399;
}
A:hover 
{
	font-family: Tahoma;
	text-decoration: underline;
	font-weight:bold;
	color: #333399;
}


div.bottom_menu A {
	
	font-family: Tahoma;
	text-decoration: none;
	color: #eaf1fb;
	font-weight:normal;
}
div.bottom_menu A:hover {
	font-family: Tahoma;
	text-decoration: underline;
	color: #eaf1fb;
	font-weight:normal;
}

div.important {
	font-size:14px;
	color:#333399;
	font-weight:bold;
}

A img {
	border: solid #99c6dd 0px;
}


div.titlu {
	text-align:center;
	font-size:larger;
}