table {
	text-align : center;
}

.t1 {
	width : 100%;
}

.tspon {
	border : 1px solid 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:none;
	color : #FFCC00;
}

body {
	background-color: #663399;
	font-family : Arial, serif;
	padding-left : 0px;
	padding-right : 0px;
	margin-right : 0px;
	margin-left : 0px;
}

.title {
	color : #CC6600;
	font-weight : bold;
	font-size : 32px;
	background-color : #8345C0;
	border : 1px solid #000000;
	padding-left : 30px;
	padding-right : 30px;
}

.title:hover{
	background-color : #CC6600;
	color : #8345C0;
	border : 1px solid White;
}

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

.warn {
	color : #CC9900;
	font-size : 12;
	text-align : justify;
	background-color : Black;
	border : 1px solid #CC9900;
	padding-left : 8px;
	padding-right : 8px;
	font-family : Arial;
}

.recips {
	color : #000000;
	font-weight : bold;
	font-size : 20px;
	background-color : #CCCCCC;
}

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

.twarn{
	background-color : #666666;
}

.td1{
	background-color : White;
	padding-top : 0px;
	padding-bottom : 0px;
	height : 2px;
}