A:visited  {
	color: rgb(100,100,206);
	text-decoration: none;
}

A:active  {
	color:  rgb(2,97,185);
	text-decoration: underline;
}

/*
A:hover {
	border-width: thin;
	border-style: dotted;
	border-color: #808080;
*/
A:hover {
	background-color:#FfFf00;
	color: blue;
	text-decoration: none;
}

A:link {
	color: rgb(1,1,254);
	text-decoration: none;
}

body {
	text-align: center;
	width: 780px;
	margin: 0em auto;
	background: url(img_background.gif) top center repeat-y;
 font-size: 100%;
}

table {
 font-size: 100%;
}

div.wrapper {
	width: 780px;
	margin: 0em auto;
        padding-top: 8px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 0px;
	text-align: left;
}

div.tabArea {
  font-size: 100%;
/*  font-weight: bold; */
  padding: 0px 0px 0px 0px;
text-align: left;
}

a.tab {
  background-color: #f0f0f0;
  border: 4px solid #000000;
  border-bottom-width: 0px;
  border-color: #f0d0ff #b090e0 #b090e0 #f0d0ff;
  padding: 2px 0.5em 2px 0.5em;
  text-decoration: none;
  color: #000000;
}

a.tab:visited {
  color: #808080;
}


a.tab:hover {
  background-color: #d0d0d0;
  border-color: #c0a0f0 #8060b0 #8060b0 #c0a0f0;
  color: #606060;
}

a.img:hover {
	border-width: thin;
	border-style: none;
	border-color: #808080;
	background-color:transparent;
}

span.tabActive {
  border: 4px solid #000000;
  border-bottom-width: 0px;
  padding: 2px 0.5em 2px 0.5em;
  text-decoration: none;
  font-weight: bold;
  background-color: #d0d0d0;
  border-color: #c0a0f0 #8060b0 #8060b0 #c0a0f0;
  color: #FF00FF;
}

div.tabDivider {
  background-color: #f0d0ff;
  border: 0px solid #000000;
  border-color: #b090e0 #7050a0 #7050a0 #b090e0;
  padding: 2px;
}
