
	a, A:link, a:visited, a:active
		{color: #0000aa; text-decoration: none; font-family: Tahoma, Verdana; font-size: 11px}
	A:hover
		{color: #ff0000; text-decoration: none; font-family: Tahoma, Verdana; font-size: 11px}
	p, tr, td, ul, li
		{color: #000000; font-family: Tahoma, Verdana; font-size: 11px}
	.header1, h1
		{color: #ffffff; background: #4682B4; font-weight: bold; font-family: Tahoma, Verdana; font-size: 13px; margin: 0px; padding: 2px;}
	.header2, h2
		{color: #000000; background: #336699; font-weight: bold; font-family: Tahoma, Verdana; font-size: 12px;}
	.header3, h3
		{color: #ffffff; background: #336699; font-weight: normal; font-family: Tahoma, Verdana; font-size: 12px; margin: 0px; padding: 2px;}
	.header4, h4
		{color: #000000; background: #aaaaff; font-weight: bold; font-family: Tahoma, Verdana; font-size: 12px;}
	.header5, h5
		{color: #000000; background: #336699; font-weight: normal; font-family: Tahoma, Verdana; font-size: 12px;}
	.header6, h6
		{color: #666666; background: #ccccff; font-weight: bold; font-family: Tahoma, Verdana; font-size: 12px;}
	.header7, h7
		{color: #000000; background: #cc3333; font-weight: bold; font-family: Tahoma, Verdana; font-size: 12px;}
	.header8, h8
		{color: #666666; background: #ccccff; font-weight: normal; font-family: Tahoma, Verdana; font-size: 12px;}
    .header9, h9
		{color: #000000; background: #aaaaff; font-weight: normal; font-family: Tahoma, Verdana; font-size: 10px;}
	.header10, h10
		{color: #666666; background: #ccccff; font-weight: normal; font-family: Tahoma, Verdana; font-size: 10px;}

	.formfield1, fm1
		{color: #000000; background: #ffffff; }
	.formfield2, fm2
		{color: #666666; background: #dddddd; }
	.calhead, ch4
		{color: #000000; background: #336699; font-weight: bold; font-family: Tahoma, Verdana; font-size: 12px;}
	.holy, ho
		{color: #999999; background: #336699; font-weight: normal; font-family: Tahoma, Verdana; text-align:right; font-size: 9px;}
	.normal, no
		{color: #eeeeee; background: #336699; font-weight: normal; font-family: Tahoma, Verdana; text-align:right; font-size: 9px;}
	span.hidden {
		display: none;
	}
	span.display {
		display: inline;
	}
body {
	margin: 0px;
	padding: 0px;
}

.xstooltip
{
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    font: normal 8pt sans-serif;
    color:white;
    padding: 3px;
    border: none 0px;

    background-repeat: repeat;
    background-image: url(g/plavo.png);
}

div#buttonA {
	margin-left: 5px;
}
div#buttonA ul {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 12px;
}
div#buttonA li {
	list-style-type: none;
	height: 12px;
	width: 150px;
	margin: 12px;
	text-align:left;
}
div#buttonA li a {
	text-decoration: none;
	height: 100%;
	width: 100%;
}
div#buttonA li a:link {
    color: #000000;
	font-weight: bold;

}
div#buttonA li a:visited {
	color: #000000;
	font-weight: bold;
}
div#buttonA li a:hover {
    font-weight: bold;
    color: #FFFFFF;
}
div#buttonA li a:active {
	font-weight: bold;
	color: #FFFFFF;
}



