/* Default Stylesheet. Change to your needs */

body,p,td
	{
	color: black;
	font-family: verdana,tahoma,arial;
	font-size: 10px;
}

@media print {
	.noPrint {
		display: none;
	}
	.stretch {
		height: auto;
	}
}

input,select,textarea
	{
		font-family: verdana,tahoma,arial;
		color: black;
		font-size: 10px;
	}

.back {
  background-color: white;
}
.dummy {
  background-color: #F0F0F0;
}
/* Links */
a
	{
	text-decoration: none;
	color: #605E40;
}
a:hover
	{
		color: #908E70;		
		text-decoration: none;
	}
a:active
	{
		text-decoration: none;
		color: #908E70;				
	}
a:visited
	{
		text-decoration: none;
  	    color: #605E40;
	}

/* Classes */
.label
	{
		font-weight: bold;
	}
.data
	{
		font-size: 10px;
	}	

.button
	{
	font-weight: bold;
	height : 10px;
}

.report_head {
	font-size: 20px;
	font-weight: bold;	
}

.report_subhead {
	font-size: 15px;
	font-weight: bold;	
}

.report {
	font-size: 13 px;
}

a.fullDescription {
  color: black;
}