.action {
	font-size:14px;
	font-weight:bold;
	color:#ff0080;
}
#title-slogan {
	padding: 10px 0 0;
	font-size: 24px;
	top: -100px;
	right: -150px;
	position: relative;
}
.whitetitle {
	color: white;
	font-size: 24px;
}
.pinktitle {
	color: #ff0080;
	font-size: 26px;
}
h2 {
	margin-top: -5px;
	margin-bottom: -5px;
}
h3 {
	margin-top: -5px;
	margin-bottom: -5px;
}
h4 {
	margin-top: -5px;
	margin-bottom: -5px;
}
/* @group Tables */
table {
 font-size: 100%;
 font-family:"Georgia", "Palatino", "Times New Roman", Times, serif;
 border-collapse: collapse;
 width: 95%;
}
caption {
	text-align: left;
 	padding: 10px 0px;
 	margin-bottom: 2px;
 	text-transform: capitalize;
	font-weight: bold;
}

thead th {
 text-align:left;
 padding: 2px 2px 2px 5px;
 height:23px;
	border-bottom: 3px solid silver;
	border-top: 3px solid silver;
}
tfoot {
 padding:2px;
 text-transform:uppercase;
 font-size:1.2em; 
 font-weigth: bold;
 margin-top:6px;
 border-top: 6px solid silver;
// border-bottom: 6px solid ;
}
tbody tr {
 	border-bottom: 1px solid silver ;
}
tbody td {
 padding:5px;
 //text-align:left;
}
tbody th {
 text-align:left;
 padding: 2px;
}
tbody td a, tbody th a {
 text-decoration:underline;
 font-weight:normal; 
}
tbody td a:hover, tbody th a:hover {
 text-decoration:none;
}
/* @end */
