﻿
* {
	margin:0px;
    padding:0px;
}

body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

html,body,form {
	height:100%;
}

A:link {
	color : #000000;
	text-decoration : none;
}

A:visited {
	color : #000000;
	text-decoration : none;
}

A:hover {
	color : #999999;
	text-decoration : none;
}

A.grean:link {
	color : #005914;
	text-decoration : none;
}

A.grean:visited {
	color : #005914;
	text-decoration : none;
}

A.grean:hover {
	color : #000000;
	text-decoration : none;
}

A.white:link {
	color : #FFFFFF;
	text-decoration : none;
}

A.white:visited {
	color : #FFFFFF;
	text-decoration : none;
}

A.white:hover {
	color : #336F22;
	text-decoration : none;
}

A.gray:link {
	color : #999999;
	text-decoration : none;
}

A.gray:visited {
	color : #999999;
	text-decoration : none;
}

A.gray:hover {
	color : #336F22;
	text-decoration : none;
}

A.red:link {
	color : #ff0000;
	text-decoration : none;
}

A.red:visited {
	color : #ff0000;
	text-decoration : none;
}

A.red:hover {
	color : #999999;
	text-decoration : none;
}

A.redline:link
{
    color : #000000;
	text-decoration:line-through;
}

A.redline:visited 
{
    color : #000000;
	text-decoration:line-through;
}

A.redline:hover 
{
    color : #000000;
	text-decoration:line-through;
}

.main_bg_top {
	background-image:url(../images/main_bg_top.jpg);
	background-repeat:no-repeat;
}

.main_bg_center {
	background-image:url(../images/main_bg_center.jpg);
	background-repeat:repeat-y;
}

.main_bg_bottom {
	background-image:url(../images/main_bg_bottom.jpg);
	background-repeat:no-repeat;
}

.najave_bg {
	background-image:url(../images/bg_najave.jpg);
	background-repeat:no-repeat;
	background-color:#5AC43C;
}
