/* General Styles */
body {
	background-color: #000000;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	list-style-image: url(../images/hand.gif);
}
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.newsHeadline {
	font-size: 14px;
	font-weight: bold;
}
.newsText {
	font-family: Arial, Helvetica, sans-serif;
}

.newsTextBold {
	color: #91b1c3;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

a.newsTextBold:link {
	color: #91b1c3;
	text-decoration:none;
}
a.newsTextBold:active {
	color: #91b1c3;
	text-decoration:none;
}
a.newsTextBold:visited {
	color: #91b1c3;
	text-decoration:none;
}
a.newsTextBold:hover {
	color: #91b1c3;
	text-decoration:underline;
}

.menuText {
	font-size: 14px;
	color: #91b1c3;
	text-decoration:none;
	line-height: 20px;
}
a.menuText:link {
	font-size: 14px;
	color: #91b1c3;
	text-decoration:none;
}
a.menuText:visited {
	font-size: 14px;
	color: #91b1c3;
	text-decoration:none;
}
a.menuText:active {
	font-size: 14px;
	color: #91b1c3;
	text-decoration:none;
}
a.menuText:hover {
	font-size: 14px;
	color: #91b1c3;
	text-decoration:underline;
}
.footerText {
	font-size: 11px;
	color: #91b1c3;
	text-decoration:none;
}
a.footerText:link {
	font-size: 11px;
	color: #91b1c3;
	text-decoration:none;
}
a.footerText:visited {
	font-size: 11px;
	color: #91b1c3;
	text-decoration:none;
}
a.footerText:active {
	font-size: 11px;
	color: #91b1c3;
	text-decoration:none;
}
a.footerText:hover {
	font-size: 11px;
	color: #91b1c3;
	text-decoration:underline;
}
