/*
black - #A30000
gray - #A99A5E
lightgray - #CACACA
green - #00828C
brown - #D4C39C
*/

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #A30000;
	scrollbar-base-color: #A30000; 
	scrollbar-arrow-color: #FFFFFF;
}
td {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #A30000;
}
a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A30000;
	text-decoration:underline;	
}
a:hover {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A99A5E;
	text-decoration:none;
}
a.white {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
}
a.white:hover {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #F2EDD4;
	text-decoration:underline;	
}
input, select, textarea {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #A30000;
	background-color: #FFFFFF;
}
.input {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #A30000;
	background-color: #FFFFFF;
}
.inputdrug {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A30000;
}
li {
	list-style: square;
}
th {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	background-color: #A99A5E;
	color: #A30000;
	height: 20px;
	text-align: center;
	vertical-align:middle;
}
.border {
	border: 1px solid #A30000;
}
hr {
	color: #A30000;
	height: 1px;
	width: 94%;
}