/* GreenStudio Ltd. 05/2005 author: Zoran Balkic 
version: 1.0
revision: 564

*/ 

body {
	width: auto;
	margin: 1cm;
	border: 1px;
	padding: 0;
	font: 10pt Verdana, Tahoma, Arial, Helvetica, Geneva, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}

a {
	text-decoration: none;
	color: #000000;
	background-color: inherit;
}

.printControlFalse {
	display: none;
}

#headmenu {
	display: none;
}
#mainmenu {
	display: none;
}/*
#footermenu {
	display: none;
}*/

#leftmenu {
display: none;
}
#printControlTrue {
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #999999;
}

h1 {
	font-family: Tahoma, Verdana, Times, serif;
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-indent: 0.2em;
	word-spacing: 0.2em;
}

h2 {
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}

h3 {
	font-size: 14pt;
	font-weight: bold;
	border: 1px solid #AAAAAA;
}

.line {
	color: inherit;
	background-color: #CCCCCC;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	margin: 1em;
}

table {

 width: 90%;
}

td.table,td.tableHead {
	padding: 0 1em 0 1em;
	line-height: 2em;
	margin-bottom: 4px;
	border: 0px solid #DDDDDD;
}

td.tableHead {
	background-color: #EEEEEE;
	color: #460000;
	font-weight: bold;
}
/*
tr.tableAlt {
	color: inherit;
	background-color: #F8F8F8;
}*/

