A.r:link {text-decoration: underline; color: red; }
A.r:visited { text-decoration: underline; color: red; }
A.r:active { text-decoration: underline; color: red; }
A.r:hover { text-decoration: overline; color: red; }

A.b:link {text-decoration: underline; color: black; }
A.b:visited { text-decoration: underline; color: black; }
A.b:active { text-decoration: underline; color: red; }
A.b:hover { text-decoration: overline; color: red; }

A.wp:link {text-decoration: none; color: black; font-weight: bold; }
A.wp:visited { text-decoration: none; color: black; font-weight: bold; }
A.wp:active { text-decoration: none; color: red; font-weight: bold; }
A.wp:hover { text-decoration: overline; color: red; font-weight: bold; }

A.main_login:link    { font-family: verdana, arial; font-size: 13pt; text-decoration: none; color: #000000; }
A.main_login:visited { font-family: verdana, arial; font-size: 13pt; text-decoration: none; color: #000000; }
A.main_login:active  { font-family: verdana, arial; font-size: 13pt; text-decoration: none; color: #D00000; }
A.main_login:hover   { font-family: verdana, arial; font-size: 13pt; text-decoration: none; color: #D00000; }

A.wallpapers:link    { font-family: arial; font-size: 7.5pt; text-decoration: none; color: #ffffff; }
A.wallpapers:visited { font-family: arial; font-size: 7.5pt; text-decoration: none; color: #ffffff; }
A.wallpapers:active  { font-family: arial; font-size: 7.5pt; text-decoration: none; color: #ffffff; }
A.wallpapers:hover   { font-family: arial; font-size: 7.5pt; text-decoration: none; color: #ffffff; }

A:link    { text-decoration: none;     color: black; }
A:visited { text-decoration: none;     color: black; }
A:active  { text-decoration: none;     color: red;   }
A:hover   { text-decoration: overline; color: red;   }

td.small {
	color: black;
	font-family: arial;
	font-size: 8pt;
}

td.wp {
	color: black;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
}
td.wp_reg {
	color: black;
	font-family: arial;
	font-size: 9pt;
}

body.bg {
	background: url("/images/tablebg01-vert.gif");
	background-repeat: repeat-y;
	background-position: center;
}

tr.white { background-color: #ffffff; }
tr.gray  { background-color: #eeeeee; }

TD.td_shadow_right {
  background: url("../images/shadow_right.gif") repeat-y;
  width: 12px;
}

TD.td_shadow_bottom {
  background: url("../images/shadow_bottom.gif") repeat-x;
  height: 12px;
}

TD.td_shadow_bottomright {
  background: url("../images/shadow_bottomright.gif") no-repeat;
  height: 12px;
  width : 12px;
}

TABLE.table_black_1 {
  background: url("../images/xy_bg.gif"); #000000;
  border-right:  1px solid white;
  border-left:   1px solid white;
  border-bottom: 1px solid white;
  border-top:    1px solid white;
}

TD.td_bb {
  text-align: left;
  padding: 2px;
  height: 26px;
}

TD.td_xy {
  text-align: center;
  padding: 2px;
  width: 25px;
  height: 26px;
}