* {
	margin: 0; padding: 0;
}

body {
	margin: 0; padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;	
	text-align: left;
	background-color: #fff;	
}

/* links */
a {
	background: inherit;
	color: #920d10;
	text-decoration: none;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: uppercase;
	color: #555;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; text-transform: none;}

#print h1 {
	padding: 10px 0 5px 5px;
	margin: 0 10px 0 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2; 	
}	


p , h3 {
	margin: 10px 15px;
}

 h1, h2, h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}

ul span, ol span {
	color: #666666;
}

/* images */
img {
	border: 0px;
}


img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}


blockquote {
	margin: 15px;
 	padding: 0 0 0 28px;  	
  	background: #FAFAFA url(../imagini/quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #336699;  
	font-weight: bold;
	clear: both;
}


#print h1 {
	margin-top: 15px;
}


/* Alignment classes */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}
.align-justify { text-align: justify; }

/* display classes */
.clear  { clear: both; }
.block  { display: block; }
.hide   { display: none; }	
.strong { font-weight: bold;}

#print {
	width: 680px;
	margin-left: 10px;
}