@charset "iso-8859-9";
body {
	background-color: #000000;
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eeeeee;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.btm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
}
.gbts {
	font-family: "Trebuchet MS";
	font-size: 10px;
	line-height: 14px;
	color: #6e6e6e;
}
a.gbts {
	font-family: "Trebuchet MS";
	font-size: 10px;
	line-height: 14px;
	color: #6e6e6e;
	text-decoration: none;
}
a.gbts:hover {
	font-family: "Trebuchet MS";
	font-size: 10px;
	line-height: 14px;
	color: #6e6e6e;
	text-decoration: none;
}a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
.bslk {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFF49;
	font-weight: bold;
	height: 50px;
	padding-left:10px;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #eeeeee;
	background-color: #282828;
	border: 1px solid #282828;
	padding: 3px;
}
.bslk2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #eeeeee;
	font-weight: bold;
	height: 25px;
}
.syc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #eeeeee;
	font-weight: bold;
	height: 25px;
}
.rkm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #eeeeee;
	line-height: 40px;
}
.bslk3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	font-weight: bold;
}

.PageButton
{
	padding:3px;
	border:solid 1px #D6D7D9;
	display:inline-block;
	text-decoration:none;
	text-align:center;
	width:15px;
	color: #7A7A7A;
	background-image:url(images/pager_bkg.png);
}
.PageButton:hover
{
	border:solid 1px #E6E6A5;
	background-image:url(images/pager_bkg_over.png);
}
.CurrentPageButton
{
	padding:3px;
	border:solid 1px #D6D7D9;
	display:inline-block;
	text-decoration:none;
	text-align:center;
	width:15px;
	color: #7A7A7A;
}
.CurrentPageButton:hover
{
	border:solid 1px #E6E6A5;
	background-image:url(images/pager_bkg_over.png);
}
.NextPrevPageButton
{
	padding:3px;
	border:solid 1px #D6D7D9;
	display:inline-block;
	text-decoration:none;
	text-align:center;
	color: #7A7A7A;
	background-image:url(images/pager_bkg.png);
	width:70px;
}
.NextPrevPageButton:hover
{
	border:solid 1px #E6E6A5;
	background-image:url(images/pager_bkg_over.png);
}