body, table, pre, tr, td, th, a, a:, select, input, textarea, h1, h2, h3, h4, h5 {
  font-family: Verdana, sans-serif; font-size: 13px;
}
body {
font-family: Verdana, sans-serif; font-size: 13px;
	table-layout : fixed;
	word-break : keep-all;
	white-space : nowrap;
	color : #000000;
}
table {
font-family: Verdana, sans-serif; font-size: 13px;
	margin : 0px;
	border : 0px;
	padding : 0px;
}
td {
font-family: Verdana, sans-serif; font-size: 13px;
}
input {
}
textarea {
}
option {
}
li {
	list-style-type : square;
}
a {
  font-family: Verdana, sans-serif; font-size: 13px;
	text-decoration : underline;
	color : #35556b;
	word-break : keep-all;
}
a:hover {
	text-decoration : none;
	color : #001f00;
	word-break : keep-all;
}
a.menu {
  font-weight: bold;
  color : #ffffff;
  text-decoration : none;
}
a.menu:hover {
  color : #ffffff;
  text-decoration: underline;
}
a.submenu {
  font-weight: bold;
  color : #ffffff;
  font-size: 10px;
  text-decoration : none;
}
a.submenu:hover {
  font-weight: bold;
  font-size: 10px;
  color : #ffffff;
  text-decoration: underline;
}
.button {
}
.linkbutton {
}
.checkbox {
	margin : 0px;
	border : 1px;
	padding : 0px;
	border : none;
	background : transparent;
}
.image {
	border : none;
	background : transparent;
	margin : 0px;
}
.hidden {
  visibility: hidden;
  display: none;
}
.visible {
  visibility: visible;
  display: block;
}
