/** USED COLORS:
  * dark: 	#7D793B
  *			#E0DA96
  *			#FBF5B1
  *	light:	#FFFFC8
  *
  * Font:						#7D793B;
  *
  * Menubar background:			#FBF5B1;
  * Menubar link:				#E0DA96;
  * Menubar link hover:			#7D793B;
  * Menubar link active:		#7D793B;
  * Menubar border:				#E0DA96;
  *
  * Sidebar cat link:			#6495ed;
  * Sidebar cat link active:	crimson;
  * Sidebar border:				#E0DA96;
  */
  


html {height: 100%; margin: 0px;} 
body {
	height: 100%; 
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 8pt;
	/*line-height:14pt;*/
	margin: 0px;
	padding: 0px;
	color:#003300;
	background-color:white;
}
a:link {
	text-decoration: none;
	font-weight: normal;
	color: #35993F;
}
a:visited {
	text-decoration: none;
	color: /*#fe7700*//*#6495ed*/#35873F;
}
a:active {
	text-decoration: none;
	color: /*#fe7700*//*#6495ed*/#35873F;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}
table {
	/*table-layout:auto;*/
	/*border-spacing:1px;*/
	empty-cells:show;
	border-collapse:collapse;
}
td, th {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
	padding: 3px;
	vertical-align: top;
	/*text-align:justify;*/
	/*border: 1px black solid;*/
}
td.td_img {
	width:13px;	
}
tr {
	vertical-align: top;
}
caption {
	text-align:center;
	font-style:italic;
	font-size:9pt;
}
hr {
	width:100%;
	height:1px;
	color:#7D793B;
}
h1, h2, h3, h4, h5, h6 {
	font-family: verdana,arial,helvetica,sans-serif;
}
h1 {
	font-size:16pt;
}
h2 {
	font-size:13pt;
	font-weight:bold;
}
h3 {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12pt;
	font-weight:bold;
	margin-bottom:5px;
	padding:0px;
	color:/*#33ab66;*/#006600;
}
h4 {
 	font-size:11pt;
	font-weight:bold;
}
h5 {
 	font-size:9pt;
	font-weight:bold;
}
h6 {
 	font-size:9pt;
	font-weight:bold;
}
.review h3, .review h4, .review h5, .review h6 {
	display:inline;
}
.review .signum {
	margin-top:2px;
	margin-right:15px;
	text-align:right;	
}
.hrule {
	/*position:relative;
	top: 15px;
	left: 10px;*/
	width: 840px;
	/*height: 3px;
	border-top: 1px #8e4905 dotted;*/
	border-bottom: 2px #6495ed dotted;
}
.errormsg {
	color:crimson;
	font-size:8pt;
	font-weight:bold;
	background-color:whitesmoke;
	padding:3px;
}
.msg_error {
	color:crimson;
	font-size:8pt;
	font-weight:bold;
	background-color:whitesmoke;
	padding:3px;
}
.msg {
	color:crimson;
	font-size:9pt;
	font-weight:normal;
	/*background-color:white;*/
	padding:3px;
}
.msg_success {
	color:blue;
	font-size:9pt;
	font-weight:bold;
	background-color:yellow;
	padding:3px;
}
/***************/
/** FONT SIZE **/
/***************/
.smaller {
	font-size:9pt;
	/*font-size:13pt;*/
}
.small {
	font-size:8pt;
	/*line-height:11pt;*/
}
.tiny {
	font-size:7pt;
	/*line-height:10pt;*/
}
.headline {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}
/***************/
/** MARGINS   **/
/***************/
.nomargin {
	margin:0px;
}
.margin_5_5 {
	margin-top:5px;
	margin-bottom:5px;
}
.margin_5_0 {
	margin-top:5px;
	margin-bottom:0px;
}
.margin_tiny_5_0 {
	font-size:7pt;
	margin-top:5px;
	margin-bottom:0px;
}