/*
red - #B02020
green - #519546
*/

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #B02020;
	scrollbar-base-color: #519546; 
	scrollbar-arrow-color: #FFFFFF;
}
td {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #B02020;
}
a {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #519546;
	text-decoration:underline;	
}
a:hover {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #B02020;
	text-decoration:none;
}
a.menu {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #B02020;
	text-decoration:none;	
}
a.menu:hover {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #519546;
	text-decoration:underline;
}
.white {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a.white {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;	
}
a.white:hover {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline;
}
a.butongreen{
	background: url(images/butongreen.gif) no-repeat;
	height: 22px;
	width: 77px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
	color: #FFFFFF;
	text-decoration:none;	
	text-align: center;
	overflow: hidden;
	display: block;
}
a.butongreen:hover{
	background: url(images/butongreen.gif) no-repeat;
	height: 22px;
	width: 77px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
	color: #E0FADA;
	text-decoration:none;	
	text-align: center;
	overflow: hidden;
	display: block;
}
a.buton{
	background: url(images/buton.gif) no-repeat;
	height: 22px;
	width: 77px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
	color: #FFFFFF;
	text-decoration:none;	
	text-align: center;
	overflow: hidden;
	display: block;
}
a.buton:hover{
	background: url(images/buton.gif) no-repeat;
	height: 22px;
	width: 77px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
	color: #E0FADA;
	text-decoration:none;	
	text-align: center;
	overflow: hidden;
	display: block;
}
input, select, textarea {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #B02020;
	background-color: #FFFFFF;
}
.input {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #B02020;
	background-color: #FFFFFF;
}
.inputdrug {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B02020;
}
li {
	list-style: circle;
}
th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #E0FADA;
	color: #B02020;
	height: 25px;
	text-align: center;
	vertical-align:middle;
}
.border {
	border: 1px solid #519546;
}
hr {
	color: #519546;
	height: 1px;
}