/* CSS Document */

body {
	margin: 0pt;
	background-image: url(../imgs/fundal_pagina.jpg);
	background-repeat: repeat-y;
	background-position: 50%;
	background-color: #E4E8EB;
	top: 0px;
	padding: 0px;
 }
.footerTxt {
	color: #FFFFFF;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
.background {
	background-attachment: scroll;
	background-image: url(../imgs/coronita.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}


.line_down{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dddddd;
}
.textPagina{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../imgs/bulet.gif);
}
.titlu{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #336699;
	line-height: normal;
}
.lineGrey {
	margin: 3px;
	padding: 5px;
	text-align: justify;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.bgTbl {
	background-attachment: scroll;
	background-image: url(../imgs/bg_index.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00649D;
	text-decoration: none;
}
a:hover{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0099FF;
	text-decoration: underline;
}
img
{
	float: left;
	padding: 5px;
}
.top{
	float: right;
	padding: 5px;
	clear: both;
	right: 0px;
}
#dot {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#alignCenter {
	text-align: center;
}
