/* CSS Document */

body{
margin:0px;
font-family:verdana;
background:url(images/bg-main.gif) repeat-y center;
}

p{
font-size:12px;
color:#666666;
margin:10px;
}

li{
font-size:12px;
color:#666666;
margin:10px;
}

.news{
font-size:10px;
color:#666666;
}

.copy{
font-size:10px;
color:#666666;
margin:5px;
}

.copy_nomargin{
font-size:10px;
color:#666666;

}

.title{
font-size:11px;
color:#19659B;
font-weight:bold;
}

/* link */
a:link {
color:#FF3300;
text-decoration:none;
}

a:visited{
color:#FF3300;
text-decoration:none;
}

a:hover{
color:#666666;
text-decoration:underline;
}

a:active{
color:#FF3300;
text-decoration:none;
}

/* link white */
a.whitelink:link {
color:#ffffff;
text-decoration:none;
}

a.whitelink:visited{
color:#ffffff;
text-decoration:none;
}

a.whitelink:hover{
color:#ffffff;
text-decoration:underline;
}

a.whitelink:active{
color:#ffffff;
text-decoration:none;
}


/* link light gray */
a.lightgray:link {
color:black;
text-decoration:underline;
}

a.lightgray:visited{
color:black;
text-decoration:underline;
}

a.lightgray:hover{
color:black;
text-decoration:none;
}

a.lightgray:active{
color:#dfdfdf;
text-decoration:underline;
}

.field-bg{
background:#f2f2f2;
border-bottom:1px solid #bebebe;
}

.light{
background:#f4f4f4;
}

.gray{
background:#dfdfdf;
}

.blue-bg{
background:#266492;
}

.grad1{
background:url(images/grad1.gif) repeat-x top;
height:25px;
}

.grad2{
background:url(images/grad2.gif) repeat-x top;
height:25px;
}

.grad-gray{
background:url(images/grad-bg-gray.gif) repeat-x top;
}

.headline-bg-orange{
background:url(images/bg-headline-orange.jpg) no-repeat center top;
height:25px;
}

.headline-bg-blue{
background:url(images/bg-headline-new.jpg) no-repeat center top;
height:25px;
}

h1{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
font-weight:bold;
margin:5px;
margin-left:10px;
}

.menu{
color:#FFFFFF;
margin:5px; 
margin-right:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
}

.txtbox{
border:1px solid #999999;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}

.centar{
background:url(images/centar.jpg) center no-repeat top;
height:300px;
}

.menu-bgcol{
background:#9faab3;
}

input
{
color: #781351;
font-family:verdana;
font-size:10px;
background: #white;
border: 1px solid ##3399CC;
}

.highlight{
color:#333333;
}

.form-bg{
background:url(images/bg_form.jpg) no-repeat center top;
height:300px;
}