@charset "UTF-8";
/* CSS Document */

a {
	color: #FFFF99;
	text-decoration: none;
}
a:hover {
	color: red;
}
.notSoWide {
	font-family: Tahoma, Arial;
	font-size: 0.8em;
	padding: 5px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 400px;
	margin-bottom: 25px;
}
.wider {
	padding: 30px;
	width: 662px;
	margin-bottom: 25px;
	margin: 0 auto;
}
.widest {
 font-family: 'Lucida Sans Unicode', Arial;
 font-size: 1em;
 padding: 15px;
 border-right: 1px solid #ddd;
 border-bottom: 1px solid #ddd;
 width: 90%;
}
.table {
	width: 100%;
	font-size: 95%;
}
.table .th { color: #fff; font-weight: bold; margin-top: 10px; }
.table .td {
	float: left;
	width: 23%;
	padding-left: 2%;
	color: #FFFF99;
	font-weight: normal;
	text-align: center;
	margin-bottom: 5px;
}
.table .td img{margin-bottom:5px;}


.table .td20 {
	float: left;
	width: 18%;
	padding-left: 2%;
	color: #FFFF99;
	font-weight: normal;
	text-align: center;
	margin-bottom: 5px;
}

.table .td25 {
	float: left;
	width: 23%;
	padding-left: 2%;
	color: #FFFF99;
	font-weight: normal;
	text-align: center;
	margin-bottom: 5px;
}

.table .td33 {
	float: left;
	width: 31%;
	padding-left: 2%;
	color: #FFFF99;
	font-weight: normal;
	text-align: center;
	margin-bottom: 5px;
}
.table .td33 img{margin-bottom:5px; border: 1px solid white;}


.table .td50 {
	float: left;
	width: 48%;
	padding-left: 2%;
	color: #FFFF99;
	font-weight: normal;
	text-align: center;
	margin-bottom: 5px;
}
.table .td50 img{margin-bottom:5px; border: 1px solid white;}

