/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);
*{
	margin:0;
	padding:0;
	}
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
.clr {
	clear: both;
	margin: 0px;
	padding: 0px;
}
ul.accessibility {
	position: absolute;
	top: -100%;
}
/* #######################  GENERAL SETTINGS ############################ */
html, body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding:10px 0;
	margin:0;
	}
body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 1.4em;
}

body.fs1 {
	font-size: 10px;
}

body.fs2{
	font-size: 11px;
}

body.fs3{
	font-size: 12px;
}

body.fs4{
	font-size: 13px;
}

body.fs5{
	font-size: 14px;
}

body.fs6{
	font-size: 15px;
}
h1, h2, h3, h4, h5, h6{
	line-height: 1em;
	font-weight: 900;
	}
/*  Global Formatting */
h1 {font-size:1.4em;}
h2 {font-size:1.3em;}
h3 {font-size:1.2em;}
h4 {font-size:1.1em;}
h5 {font-size:1em;}
h6 {font-size:.9em;}
table{
	padding:0;
	margin:0;
	width:100%;
	}
td{
	padding:5px;
	margin:0;}
th{
	padding:5px;
	margin:0;}
a:link {
	color: #006;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	color: #03C;
	text-decoration: underline;
	font-weight: bolder;
}
a:visited {
	color: #090;
	font-weight: bolder;
}
img {border: tin solid #fff;}


/* Clears Divs */
.clr{clear: both;}
p{
	padding:0;
	margin:10px 0;
	}
p.pjesme{
	margin:0 30px;
	padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	}
ul, ol{
	padding:0;
	margin: 10px 0;
	}
ul li, ol li{
	margin:0 20px;;
	padding:0 2px;;
	}
/* #######################  END GENERAL SETTINGS ############################ */
