body {
	background-color: #E4E4E4;
	scrollbar-base-color: #E4E4E4;
	background-image: url(images/entryBG.jpg);
	background-position: center;
	background-repeat: repeat-x;
	margin: 0px;
}

td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: normal;
}
.entry {
	color: #666666;
	font-size: 13px;
	font-weight: normal;
}
.entryBig {
	color: #666666;
	font-size: 23px;
	font-weight: bold;
}
.entryFlip {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}
.small {				/* Flash text at the bottom */
	color: #333333;
	font-size: 10px;
	font-weight: normal;
}

.link {
	color: #be1e1e;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
a.link:hover {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

.border {
	border: 1px solid #333333;
}

.language {
	color: #6A6A6A;
	font-size: 10px;
	text-decoration: none;
	}
a.language:hover {
	color: #333333;
	font-size: 10px;
	text-decoration: underline;
}
.languageSeparator {
	color: #9A9A9A;
	font-size: 10px;
}
.languageSelected {
	color: #A1A1A1;
	font-size: 10px;
}
