body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #9C182E;
	scrollbar-base-color: #C7200A; 
	scrollbar-arrow-color: #FFFFFF;
}
td {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #9C182E;
}
.overflow {
	overflow: auto;
	width: 530px;
	height: 100%;
	text-align: left;
	background-color: white;
} 
.header {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C7200A;
	text-decoration:none;	
}
a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #C7200A;
	text-decoration:underline;	
}
a:hover {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #9C182E;
	text-decoration:none;
}
a.white {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: white;
	text-decoration:none;	
}
a.white:hover {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #DDB7AA;
	text-decoration:none;
}
a.red {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #9C182E;
	text-decoration:none;	
}
a.red:hover {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #C7200A;
	text-decoration:underline;
}
input, select, textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #9C182E;
	background-color: #FFFFFF;
}
.input {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #9C182E;
	background-color: #FFFFFF;
}
.inputdrug {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #813D39;
}
li {
	list-style: disc url(images/list.gif);
}
th {
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #DDB7AA;
	color: #9C182E;
	height: 25px;
	text-align: center;
	vertical-align:middle;
}
.border {
	border: 1px solid #DDB7AA;
}
hr {
	color: #DDB7AA;
	height: 1px;
	width: 100%;
	border-bottom: 0px;
}
a.buton{
	background: url(images/buton.jpg) no-repeat;
	height: 23px;
	width: 84px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	line-height: 23px;
	color: #FFFFFF;
	text-decoration:none;	
	text-align: center;
	overflow: hidden;
	display: block;
}
a.buton:hover{
	background: url(images/buton.jpg) no-repeat;
	height: 23px;
	width: 84px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	line-height: 23px;
	color: #9C182E;
	text-decoration:none;	
	text-align: center;
	overflow: hidden;
	display: block;
}