/* ------------------------------- BODY ------------------------------- */

BODY {	
		font-size: 12px;
		font-family: Arial;
		font-weight: normal;
		word-spacing: normal;
		letter-spacing: normal;
		text-transform: none;
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px;
		}



/* Crni italic naslov ------------------------------------------------- */
.h1c		{font: 18px/18px; font-family: Arial; font-weight: bold; font-style: italic; color: #000000;}
.h2c		{font: 14px/14px; font-family: Arial; font-weight: bold; font-style: italic; color: #000000;}

/* Crni naslov -------------------------------------------------------- */
.h3c		{font: 18px/18px; font-family: Arial; font-weight: bold; color: #000000;}
.h4c		{font: 14px/14px; font-family: Arial; font-weight: bold; color: #000000;}
.h5c		{font: 11px/11px; font-family: Arial; font-weight: bold; color: #000000;}



/* Beli italic naslov ------------------------------------------------- */
.h1b		{font: 18px/18px; font-family: Arial; font-weight: bold; font-style: italic; color: #ffffff;}
.h2b		{font: 14px/14px; font-family: Arial; font-weight: bold; font-style: italic; color: #ffffff;}

/* Beli naslov -------------------------------------------------------- */
.h3b		{font: 18px/18px; font-family: Arial; font-weight: bold; color: #ffffff;}
.h4b		{font: 14px/14px; font-family: Arial; font-weight: bold; color: #ffffff;}
.h5b		{font: 11px/11px; font-family: Arial; color: #ffffff;}



/* Plavi italic naslov ------------------------------------------------ */
.h1p		{font: 18px/18px; font-family: Arial; font-weight: bold; font-style: italic; color: #000867;}
.h2p		{font: 14px/14px; font-family: Arial; font-weight: bold; font-style: italic; color: #000867;}

/* Plavi naslov ------------------------------------------------------- */
.h3p		{font: 18px/18px; font-family: Arial; font-weight: bold; color: #000867;}
.h4p		{font: 14px/14px; font-family: Arial; font-weight: bold; color: #000867;}
.h5p		{font: 11px/11px; font-family: Arial; font-weight: bold; color: #000867;}



/* Sivi italic naslov ------------------------------------------------- */
.h1s		{font: 18px/18px; font-family: Arial; font-weight: bold; font-style: italic; color: #A1A1A1;}
.h2s		{font: 14px/14px; font-family: Arial; font-weight: bold; font-style: italic; color: #A1A1A1;}

/* Sivi naslov -------------------------------------------------------- */
.h3s		{font: 18px/18px; font-family: Arial; font-weight: bold; color: #A1A1A1;}
.h4s		{font: 14px/14px; font-family: Arial; font-weight: bold; color: #A1A1A1;}
.h5s		{font: 11px/11px; font-family: Arial; font-weight: bold; color: #A1A1A1;}


.light		{ 
			color : #e0e0e0; 
			font-family : Arial; 
			font-size : 12px; 
			font-weight : none; 
			font-style : normal; 
			text-decoration : none;
			}





/* ------------------------- A, SPAN, TD, DIV ------------------------- */

A, SPAN, TD, DIV		{font-family:arial; font-size:12px;}

A:link					{color: #000066; text-decoration: underline;}
A:visited				{color: #000066; 	text-decoration: underline;}
A:active				{color: #000066; text-decoration: underline;}
A:hover				{color: #996c00; 	text-decoration: underline;}

	
a.light:link			{color: #e0e0e0; text-decoration: none;}
a.light:visited		{color: #e0e0e0; text-decoration: none;}
a.light:active		{color: #e0e0e0; text-decoration: none;}
a.light:hover			{color: #a1a1a1; text-decoration: none;}

a.h5b:link				{color: #ffffff; text-decoration: none;}
a.h5b:visited			{color: #ffffff; text-decoration: none;}
a.h5b:active			{color: #ffffff; text-decoration: none;}
a.h5b:hover			{color: #000867; text-decoration: underline;}

a.h4p:link				{color: #000867; font-size : 14px/14px; text-decoration: none;}
a.h4p:visited			{color: #000867; font-size : 14px/14px; text-decoration: none;}
a.h4p:active			{color: #000867; font-size : 14px/14px; text-decoration: none;}
a.h4p:hover			{color: #ff6c00; font-size : 14px/14px; text-decoration: underline;}






/* TD lineout --------------------------------------------------------- */

.tLineout1	{border-style: solid; border-color: #cccccc; border-width:1px;}
.tLineout2	{border-style: solid; border-color: #000000; border-width:1px;}



