html {
  font-family: Verdana, Arial;
}

body {
  background-color: #EFEFFF;
  margin: 15px 0px 15px 0px;
}

a {
  font-size: 13px;
  color: #0066A0;
}

b.txt {
	font-weight: normal;
}

h1 {
  font-size: 18px;
  color: #0066A0;
}

h2 {
  font-size: 14px;
  color: #0066A0;
}

h3 {
  font-size: 13px;
  color: #0066A0;
}

td {
  font-size: 13px;
  color: #404040;
}

td.central_area {
  background-color: #FFFFFF;
}

td.left_area {
	background-color: #F0F0F0;
	background-image: url(/images/left_area_01.gif);
	background-repeat: repeat-x;
}

.menu_item {
  font-size: 14px;
  font-weight: bold;
  color: #404040;
  text-decoration: none;
}

.submenu_item {
  font-size: 13px;
  color: #404040;
  text-decoration: none;
}

a.txt_items {
  font-size: 13px;
  color: #404040;
  font-weight: bold;
  text-decoration: none;
}

a.txt_items:hover {
  font-size: 13px;
  color: #404040;
  font-weight: bold;
	text-decoration: underline;
}

.bottom {
  font-size: 12px;
  font-weight: bold;
  background-color: #FFFFFF;
}

.label {
  font-size: 13px;
  font-weight: bold;
  color: #0066A0;
}

.label_bigger {
  font-size: 16px;
  font-weight: bold;
  color: #0066A0;
}

.table_head {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #0066A0;
}

.table_line_odd {
  background-color: #E0EDF5;
}

.table_line_even {
  background-color: #EBEFF7;
}

.specials {
  font-weight: bold;
  color: #FF0000;
}

