/*
dark - A24E12
orange - CD5806
light orange - E96B10
light orange 2 - ED9B4F
*/
body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;	
	color: #CD5806;
	scrollbar-base-color: #CD5806; 
	scrollbar-arrow-color: #FFFFFF;
}
a {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;	
	color: #E96B10;
	text-decoration:underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #A24E12;
	text-decoration:none;
}
td {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #CD5806;
}
.input {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #A24E12;
}
.inputdrug {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight:bold;
	background-color: #A24E12;
	color: #FFFFFF;
}
input {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #A24E12;
}
li {
	list-style: square;
}
hr {
	color:#E96B10;
	width:90%;
	height:1px:
}
.border {
	border: 1px solid #eb894e;
}