/* Definisanje BODY html tag-a za default formatiranje strana                               */
/* ---------------------------------------------------------------------------------------- */
BODY {	background: #ffffff url(images/nole_bg_main.jpg) no-repeat fixed;

		font-size:11px; 
		font-family:Arial; 
		font-weight:normal; 
		word-spacing:normal; 
		letter-spacing:normal; 
		text-transform:none; 

		margin-top:0px; 
		margin-left:0px; 
		margin-right:0px; 

		scrollbar-face-color:#e1e1e1; 
		scrollbar-shadow-color:#ffffff; 
		scrollbar-highlight-color:#ffffff; 
		scrollbar-3dlight-color:#ffffff; 
		scrollbar-darkshadow-color:#ffffff; 
		scrollbar-track-color:#ffffff; 
		scrollbar-arrow-color:#000000;
		
		}


/* Style element za A, SPAN, DIV html elemente                                              */
/* ---------------------------------------------------------------------------------------- */
A{	font-size:12px; 
						font-family:Arial; 
						font-weight:normal; 
						word-spacing:normal; 
						letter-spacing:normal; 
						text-transform:none; 
; font-style: normal
; color: #000000
; text-decoration: underline
						}
A:link					{color: #000000;	text-decoration: underline;}
A:visited				{color: #000000;	text-decoration: underline;}
A:active				{color: #000000;	text-decoration: none;}
A:hover					{color: #000000;	text-decoration: none;}



p {  font-family:  Arial, Verdana, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; text-align: justify; vertical-align: top; white-space: normal; letter-spacing: normal; margin-top: 10px; margin-bottom: 5px}
