table {
	text-align : center;
}

.t1 {
	width : 700px;
}

.tspon {
	border : 1px dashed White;
}


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

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

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

.title {
	color : #CC6600;
	font-weight : bold;
	font-size : 30px;
}

.desc{
	font-size : 16px;
	color : #000000;
}

.warn {
	color : White;
	font-size : 12;
	text-align : justify;
	border : 6px double White;
}

.recips {
	color : #000000;
	font-weight : bold;
	font-size : 20px;
	border : 10px ridge #666699;
	background-color : #595986;
}

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

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

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

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