table {
	text-align : center;
}

.t1 {
	width : 780px;
	background-color : #663300;
	border : 1px solid #CC9900;
}

.tspon {

}

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: #482400;
	font-family : Arial, serif;
}

.title {
	color : #CC6600;
	font-weight : bold;
	font-size : 32px;
	background-color : #482400;
	border : 1px solid #CC6600;
	padding-left : 20px;
	padding-right : 20px;
}

.desc{
	font-size : 16px;
	color : White;
	font-weight : normal;
}

.warn {
	color : #000000;
	font-size : 12;
	text-align : justify;
	background-color : #A47B00;
	border : 1px solid White;
}

.recips {
	color : #000000;
	font-weight : bold;
	font-size : 20px;
	background-color : #585906;
	border : 3px double #CC9900;
	border-left-style : none;
	border-right-style : none;
}

.sponsor {
	color : #FFCC00;
	font-weight : bold;
	font-size : 18px;
}
.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;
}

.title:hover{
	background-color : #A47B00;
	color : Black;
	border : 1px solid Black;
}