A:link {
	text-decoration: none;
	color: #00FFBB;
}
A:visited {
	text-decoration: none;
	color: #00CC88;
}
A:active {
	text-decoration: none;
	color: #00FF00;
}
A:hover {
	text-decoration: underline;
	color: #00FFBB;
}
A:link.dark {
	text-decoration: none;
	color: #000000;
}
A:visited.dark {
	text-decoration: none;
	color: #000000;
}
A:active.dark {
	text-decoration: none;
	color: #333333;
}
A:hover.dark {
	text-decoration: underline;
	color: #000000;
}
img {
	border-style: none;
}
img.blinkOn {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}
img.blinkOff {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
body {
	margin-left: 1%;
	margin-right: 5%;
	margin-top: 2%;
	margin-bottom: 2%;
	background-color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #A9CBE6;
}
table {
	border-color: #00CC88;
}
DIV.boxedannounce {
	background-color: #00CC88;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
	color: black;
	margin-bottom: 10px;
}
DIV.boxedtitle {
	background-color: #00CC88;
	font-size: 22px;
	font-style: italic;
	font-variant: small-caps;
	text-align: left;
	line-height: 24px;
	color: black;
	margin-bottom: 10px;
}
DIV.newsheading {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 10px;
}
DIV.textblock {
	font-size: 12px;
	margin-left: 5%;
	margin-bottom: 10px;
}
DIV.fineprint {
	background-color: #00CC88;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	color: black;
	margin-bottom: 10px;
}
DIV.comments {
	margin-left: 5%;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	margin-bottom: 10px;
}
BLOCK.kha {
	font-family: "New Kha'rlari";
	font-size: 32px;
	line-height: 32px;
}
BLOCK.khas {
	font-family: "New Kha'rlari";
	font-size: 21px;
	line-height: 24px;
}
BLOCK.bigfont {
	font-size: 26px;
}

TD {
	vertical-align: top;
	font-size: 12px;
	line-height: 16px;
}
TD.menuheader {
	background-color: #000000;
}
TD.menuitem {
	background-color: #000000;
	font-size: 12px;
	text-align: left;
	color: black;
}
TD.chart {
	text-align: center;
}