/*
deep blue - #114171
light blue - #879AB0
gray - #A7A9AC
light gray - #DDDDDD
*/

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #114171;
	scrollbar-base-color: #114171; 
	scrollbar-arrow-color: #FFFFFF;
}
a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #114171;
	text-decoration:underline;	
}
a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
a.menu {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #114171;
	text-decoration:none;	
	letter-spacing: 1px;
}
a.menu:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
td {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #114171;
}
a.adres {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline;	
}
a.adres:hover {
	color: #879AB0;
	text-decoration:none;
}
.adres {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
input, select, textarea {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #114171;
	background-color: #FFFFFF;
}
.input {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #114171;
	background-color: #FFFFFF;
}
.input10 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #114171;
	background-color: #FFFFFF;
}
.inputdrug {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #114171;
}
.inputdrug10 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #114171;
}
li {
	list-style: square;
}
th {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #114171;
	height: 25px;
	text-align: center;
	vertical-align:middle;
}
.border {
	border: 1px solid #FFFFFF;
}
.borderblue {
	border: 1px solid #879AB0;
}
hr {
	color: #879AB0;
	height: 1px;
	width: 90%;
}