table {
	text-align : center;
}

.t1 {
	width : 700px;
	background-image : url(img/bg1.gif);
	background-color : #8C8C8C;
	border : 2px solid White;
}

.tspon {

}


td {
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	padding-bottom : 10px;
}

  a 			{
	color : Black;
}
  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: #444444;
	font-family : "Comic Sans MS", Arial;
}

.title {
	color : #CC6600;
	font-weight : bold;
	font-size : 32px;
	background-color : #999999;
}

.desc{
	font-size : 16px;
	color : White;
	font-weight : normal;
}

.warn {
	color : #999999;
	font-size : 12;
	text-align : justify;
	background-color : Black;
	border : 1px solid White;
}

.recips {
	color : #000000;
	font-weight : bold;
	font-size : 20px;
	background-color : #A0A0A0;
	border : 2px solid White;
	border-left-style : none;
	border-right-style : none;
}

.sponsor {
	color : #000000;
	font-weight : bold;
	font-size : 18px;
}
.small {
	color : White;
	font-size : 10px;
}