/*
blue - #3F77BA
red - #BF3F22
gray - #3D3D3D
*/

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3D3D3D;
	scrollbar-base-color: #214E89; 
	scrollbar-arrow-color: #FFFFFF;
}
td {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3D3D3D;
}
a {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3F77BA;
	text-decoration:none;	
}
a:hover {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #BF3F22;
	text-decoration:underline;
}
.blue {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3F77BA;
}
.orange {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FC922A;
}
.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: #FC922A;
	text-decoration:none;
}
input, select, textarea {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3D3D3D;
	background-color: #FFFFFF;
}
.input {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3D3D3D;
	background-color: #FFFFFF;
}
.inputdrug {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3F77BA;
}
li {
	list-style-image: url(images/list.gif);
}
th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #FC922A;
	color: #3D3D3D;
	height: 25px;
	text-align: center;
	vertical-align:middle;
}
.border {
	border: 1px solid #FC922A;
}
hr {
	color: #FC922A;
	height: 1px;
	width: 96%;
	border-bottom: 0px;
}
a.buton{
	background: url(images/buton.gif) no-repeat;
	height: 22px;
	width: 63px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	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: 63px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	color: #FC922A;
	text-decoration:none;	
	text-align: center;
	overflow: hidden;
	display: block;
}
a.butonlong{
	background: url(images/butonlong.gif) no-repeat;
	height: 22px;
	width: 119px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration:none;	
	text-align: center;
	overflow: hidden;
	display: block;
}
a.butonlong:hover{
	background: url(images/butonlong.gif) no-repeat;
	height: 22px;
	width: 119px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	color: #FC922A;
	text-decoration:none;	
	text-align: center;
	overflow: hidden;
	display: block;
}