/* This stylesheet is intended only for usage when tables are included
	these files will also not over ride text, as those customizations
	should only be made inline with CSS; maybe DIV or SPAN */
	
.tableheading {
	color:#FFFFFF;
	font-size:10px;
	padding-left:5px;
	font-weight:bolder;
	background-repeat:repeat-x;	
}
.tableheading2 {
	width:7px;
	height:15px;
	background-repeat:no-repeat;
}
.tableheading3 {
	color:#FFF;
	font-size:12px;
	font-weight:bolder;
	padding:0px 5px 0px 5px;	
	background-repeat:repeat-x;
}
.tableheading3 a {
	color:#FFF;
	font-size:9px;
	text-align:right;
}
.tblcontent1 {
	color:#000;
	font-size:10px;
	font-weight:normal;
	border:solid 2px #FFF;
	padding:3px 0px 3px 10px;
}
.tblcontent1a {
	color:#000;
	font-size:10px;
	font-weight:normal;
	border:solid 2px #FFF;
/*	padding:3px 0px 3px 10px;*/
}

.tblcontent2 {
	color:#000;
	padding:3px;
	font-size:10px;	
	font-weight:normal;
}
.tabletext {
	margin:0px;
	color:#333333;	
	font-size:10px;
	text-align:left;
}
.outertable {
	background-color:#FFF;
	border:solid 1px #C6C6C6;
}
.donatebtn a{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
	white-space:nowrap;
	text-align:center;
}