/*		andrei			uh oh			*/

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #444544;
}

h1 {
	font-size:26px;
}
h2 {
	font-size:16px;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size:14px;
	margin: 0px;
	padding: 0px;
}

.rosu {
	color: #eb0000;
}

a:link {
	color: #800808;
}
a:visited {
	color: #800808;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #800808;
}

a.nou:link {
	color: #800808;
	text-decoration: none;
}
a.nou:visited {
	color: #800808;
	text-decoration: none;
}
a.nou:hover {
	color: #CC0000;
	text-decoration: none;
}
a.nou:active {
	color: #800808;
	text-decoration: none;
}

a.nou2:link {
	color: #444544;
	text-decoration: none;
}
a.nou2:visited {
	color: #444544;
	text-decoration: none;
}
a.nou2:hover {
	color: #444544;
	text-decoration: underline;
}
a.nou2:active {
	color: #444544;
	text-decoration: none;
}

.titlu2{
	padding-top: 5px;
	color: #800808;
	font-weight:bold;
}


#titlu{
	font-weight:bold;
}

.field{
	background: #f3f3f3;
	border: 1px solid #DDDDDD;
	color: #111111;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 2px;
}

.field2{
	background: #f3f3f3;
	border: 1px solid #da251d;
	color: #111111;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 2px;
}

.articol{
	margin-top:10px;
	border-bottom:dashed #dddddd 1px;
}

.articol .subtext  ul{
	list-style-type:none;
}
.articol .subtext .subsub{
	margin:8px 0px 0px 0px;
}

/*		andrei			uh oh			*/