table {
	text-align : center;
}

.t1 {
	width : 700px;
}

.tspon {
	background-color : #9999CC;
	border : 1px dashed #FFCC00;
}


td {
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	padding-bottom : 10px;
}

  a 			{color : White;}
  a:link          {text-decoration:none;}
  a:active        { text-decoration: none;}
  a:visited       { text-decoration:none; }
  a:hover         {
	text-decoration:none;
	color : White;
}

body {
	background-color: #6666CC;
	font-family : "Comic Sans MS", Arial;
}

.title {
	color : #000000;
	font-weight : bold;
	font-size : 28px;
}

.desc{
	font-size : 16px;
	color : White;
	font-weight : normal;
}

.warn {
	color : White;
	font-size : 12;
	text-align : justify;
	background-color : #666666;
	border : 1px solid White;
	padding-left : 10px;
	padding-right : 10px;
	font-family : "Century Gothic", Arial;
}

.recips {
	color : White;
	font-weight : bold;
	font-size : 20px;
	background-color : #7777BB;
}

.sponsor {
	color : #000000;
	font-weight : bold;
	font-size : 12px;
}
.small {
	color : White;
	font-size : 10px;
}

.l{
	background-image : url(img/l.gif);
	background-position : right;
	background-repeat : no-repeat;
}

.r{
	background-image : url(img/r.gif);
	background-position : left;
	background-repeat : no-repeat;
}

.c{
	background-image : url(img/c.gif);
	background-repeat : repeat-x;
}

.td1{
	background-image : url(img/bg1.jpg);
	background-position : center;
	background-repeat : repeat-y;
	padding-top : 0px;
	padding-bottom : 0px;
}