body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #707070;
}
td {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #707070;
}
.red {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	height: 22px;
	text-align: center;
}
.cherveno {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #c78804;
}
.orange {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #c78804;
	height: 22px;
	text-align: center;
}
h1{
	height: 34px;
	width: 400px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 32px;
	color: #c78804;
	margin: 5px 0px 0px 0px;
	background: url(images/header.gif);
	text-align:left;
}
a {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #c78804;
	text-decoration:none;
}
a:hover {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #D87706;
	text-decoration:underline;	
}
.white {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: white;
}
a.white {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration:none;
}
a.white:hover {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-decoration:underline;	
}
input, select, textarea {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #707070;
	background-color: #FFFFFF;
}
.input {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #707070;
	background-color: #FFFFFF;
}
.inputdrug {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #c78804;
}
li {
	list-style: square;
}
th, .th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #CCCCCC;
	color: black;
	height: 24px;
	text-align: center;
	vertical-align:middle;
}
.border {
	border: 1px solid #CCCCCC;
}
hr {
	color: #CCCCCC;
	height: 1px;
	width: 100%;
	border-bottom: 0px;
	margin:5px 0px 0px 0px;
}
a.buton{
	background: url(images/buton.gif);
	height: 26px;
	width: 74px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	color: #c78804;
	text-decoration:none;	
	text-align: center;
	overflow: hidden;
	display: block;
}
a.buton:hover{
	background: url(images/buton.gif);
	height: 26px;
	width: 74px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	color: #D87706;
	text-decoration:none;	
	text-align: center;
	overflow: hidden;
	display: block;
}

/* menu */
#menu {
	LIST-STYLE-TYPE:none; MARGIN:12px 0px 0px 0px; PADDING-RIGHT:0px; PADDING-LEFT:0px; PADDING-BOTTOM:0px; PADDING-TOP:0px; HEIGHT: 14px;
}
#menu UL {
	LIST-STYLE-TYPE:none; MARGIN:0px; DISPLAY:none; LEFT:0px; POSITION:absolute; TOP:100%; PADDING-RIGHT:0px; PADDING-LEFT:0px; PADDING-BOTTOM:0px; PADDING-TOP:0px;
}
#menu UL A {
	DISPLAY:block;
}
#menu LI {
	FLOAT:left; POSITION:relative; MARGIN:0px; PADDING-RIGHT:0px; PADDING-LEFT:0px; LIST-STYLE-TYPE:none;
}
#menu LI A {
	background: url(images/tnav.gif) no-repeat;
	color: white;
	display: block;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	text-indent: 9px;
}
#menu LI A:hover {
	background: url(images/tnav_o.gif) no-repeat;
	color: black;
	display: block;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	text-indent: 9px;
}
#menu LI:hover UL {
	DISPLAY:block;
}
#menu LI.hover UL {
	DISPLAY:block;
}
#menu LI:hover A {
	COLOR:white;
}
#menu LI.hover A {
	COLOR:white;
}