table {
	text-align : center;
}

.t1 {
	background-color : #006666;
}

.tspon {
	border : 3px dotted Aqua;
	background-color : #008282;
}


td {
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	padding-bottom : 0px;
}

  a          {text-decoration:none;}
  a:hover         {
	text-decoration:none;
	color : White;
}

body {
	background-color: #005555;
	font-family : "Comic Sans MS", Arial;
}

.title {
	color : #CC9900;
	font-weight : bold;
	font-size : 32px;
}

.desc{
	font-size : 16px;
	color : White;
	font-weight : normal;
}

.warn {
	color : White;
	font-size : 12;
	text-align : justify;
	background-color : Teal;
	border : 1px solid White;
}

.recips {
	color : #000000;
	font-weight : bold;
	font-size : 20px;
	border : 6px double #CC9900;
	border-left-style : none;
	border-right-style : none;
	background-color : #005555;
}

.sponsor {
	color : #000000;
	font-weight : bold;
	font-size : 12px;
}
.small {
	color : #000000;
	font-size : 10px;
}

.lu{
	background-image : url(../lu.gif);
	background-repeat : no-repeat;
	background-position : right;
}

.ld{
	background-image : url(../ld.gif);
	background-repeat : no-repeat;
	background-position : right;
}

.ru{
	background-image : url(../ru.gif);
	background-repeat : no-repeat;
	background-position : left;
}

.rd{
	background-image : url(../rd.gif);
	background-repeat : no-repeat;
	background-position : left;
}

.up{
	background-image : url(../u.gif);
}

.dn{
	background-image : url(../d.gif);
}

.lt{
	background-image : url(../l.gif);
}

.rt{
	background-image : url(../r.gif);
}
