body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #737373;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ee8f1c;
	font-weight: bold;
}
a:visited {
	color: #ee8f1c;
}
a:hover {
	color: #ee8f1c;
}
a:active {
	color: #ee8f1c;
}
a.italicLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ee8f1c;
	font-style:italic;
	font-weight:normal;
}
a:visited.italicLink {
	color: #ee8f1c;
}
a:hover.italicLink {
	color: #ee8f1c;
}
a:active.italicLink {
	color: #ee8f1c;
}
a.headerLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #737373;
	font-weight: bold;
	font-size: 9px;
}
a:visited.headerLink {
	color: #737373;
}
a:hover.headerLink {
	color: #737373;
}
a:active.headerLink {
	color: #737373;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #737373;
}
.ten {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #737373;
}
.eleven {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #737373;
}
.gray {
	color: #cccccc;
}
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #737373;
	line-height:20px;
}

.title {
	font-size: 16px;
	color: #00727b;
}
 
.comment_row
{
	border-bottom: solid 4px #ffffff;
	padding-top: 2px;
	padding-left: 3px;
	padding-bottom: 15px;
	background: #eaeaea;
}

ul#home-list {
	font-size: 10px;
	padding-left: 15px;
}

ul#home-list li {
	margin: 0 0 10px;
}

.twtr-hd {
	display: none;
}

.twtr-ft {
	display: none;
}

.twtr-reply {
	display: none;
}

#contest-vote {
	margin: 0;
	padding: 0;
}

#contest-vote a {
	display: block;
	position: relative;
}

#contest-vote .overlay {
	display: none;
	position: absolute;
	left: 110px;
	top: 108px;
}

#contest-vote a:hover .overlay {
	display: block;
}

.small-cal-table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px;
	text-align: center;
	border-collapse: collapse;
	border-left: 1px solid #000000;
	border-right: 2px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 2px solid #000000;
	width: 60px;
}

.small-cal-table th
{
	font-size: 11px;
	font-weight: bold;
	background: #c81717;
	border-bottom: 1px solid #000000;
	color: #fff;
}

.small-cal-table td
{
	font-size: 24px;
	font-weight: bold;
	background: #ffffff; 
	color: #000000;

}