@charset "utf-8";
.toplinkhome {
	text-decoration: none;
	font-size: 2.5em;
}

.events caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	padding-bottom: 10px;
}

/* CSS Document */

.events {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #666666;
	padding-left: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.ratings th {
	color: #FFFFFF;
	background-color: #FF0000;
	text-align: left;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
.ratings td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 10px;
	font-style: italic;
	font-weight: lighter;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	border: 1px solid #000000;
	color: #000000;
}

.ratings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.ratings caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: right;
	padding-bottom: 10px;
	font-size: 14px;
}

