/* GreenStudio Ltd. 06/2006 author: Zoran Balkic 
version: 1.0
revision: 601

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #AAAAAA;
}

a:hover,a:active {
	text-decoration: none;
	color: #173185;
}
*/
h1 {
	font-size: 1em;
	color: #dc301c;
	font-weight: bold;
	margin: 0 0 6px 0;
	padding:0 0 0 .5em;
	display: inline;
	/*border-bottom: 1px solid #ddd;*/
	border-left: 7px solid #dc301c;
}

h2 {clear:both;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 0 0 .5em;
	border-bottom: 1px solid #ddd;
	border-left: 7px solid #173185;
}

a:link {
	color: black;
	font-size: 1em;
	/*font-weight: bold;*/
	/*text-decoration: none;*/
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin: .5em 0 1px .5em;
	padding: 0 0 0 .5em;
	color: #000066;
	border-bottom: 1px solid #ddd;
	border-left: 7px solid #999;
	/*	border-bottom: 1px solid #ddd;*/ /*border-left: 7px solid #173185;*/
}

h4 {
	font-size: 1em;
	font-weight: bold;
	margin: .5em 0 1px 1em;
	padding: 0 0 1px 1em;
	color: #000066;
	border-left: 5px solid #bbb;
	border-bottom: 1px solid #ddd;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin: .5em 0 1px 1.5em;
	padding: 0 0 1px 1.5em;
	color: #000066;
	border-left: 3px solid #ccc;
	border-bottom: 1px solid #ccc;
}
h6 {
	font-size: 1em;
	font-weight: bold;
	margin: .5em 0 1px 1.5em;
	padding: 0 0 1px 1.5em;
	color: #000066;
	border-left: 3px solid #eee;
	border-bottom: 1px solid #eee;
}

#printControlTrue {
	display: none;
}

hr {
	width: 100%;
	height: 1px;
	color: #CCC;
	background-color: #CCC;
	border: 0;
}

.tablePar table {
	margin-top: .5em;
	font-size: 100%;
	
}

.tablePar td.table,.tablePar td.tableHead {
	padding: 0 1em 0 1em;
	line-height: 2em;
	border: 0px solid #DDD;
	vertical-align: top;
}

.tablePar td.tableHead {
	background-color: #BBB;
	color: #000;
	font-weight: bold;
}

.tablePar tr.tableAlt {
	color: inherit;
	background-color: #DDD;
}

.tablePar td.tableAlt {
	color: inherit;
	background-color: #DDD;
}/*
input {
border: 1px solid #BBB;
padding: 1px .5em 1px .5em;

margin: 0;
background-color: #ccc;

}*/