*{
	color: #222222;
	font-family: Verdana;
	text-decoration: none;
  font-size: small;
  text-align: justify;
}

a {
	cursor: pointer;
}

a:hover {
  color: #b0b8bf;	
}

a:visited {
  color: darkblue;
}
a:active {
  color: black;
}

body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-decoration: none;
}

table {
	border: outset 0pt;
	text-decoration: none;
}

td{
	border-style: none;
	border-width: small;
	text-decoration: none;
}

tr{
	border-style: none;
	border-width: small;
	text-decoration: none;
}

/* tab menu*/
.Tab
{
  .background-color: #d0d8df;
}

.TabUnsel
{
  background-color: #4273cb;
  font-size: 10px;
  border-right: 5px solid #4273cb;
  border-left: 5px solid #4273cb;
}

.TabSel
{
  border-right: 5px solid #6495ed;
  border-left: 5px solid #6495ed;
  background-color: #6495ed;
  font-size: 15px;
}
