@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #3399CC;
}

#ContentTable {
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

.ContentText {
	padding: 5px;
}

.FooterText {
	font-size: 10px;
	font-style: italic;
	text-align: center;
	
}

#FooterTable {
	padding: 5px;
}

#PunOfTheMonth {
}

.PunOfTheMonthTitle{
	background-color: #E3C600;
	padding: 3px;
	text-transform:uppercase;
	font-weight: bold;
	text-align: center;
}

.PunOfTheMonthTopic{
	background-color: #FFF084;
	padding: 3px;
	text-transform:uppercase;
	font-weight: bold;
}

.PunOfTheMonthEntries{
	background-color: #EEEEEE;
	padding: 5px;
}

.GoogleAds {
	width: 160px;
	vertical-align: top;
}