/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.black_font {
	color: #000000;
}
.blue_bold {
	font-weight: bold;
	color: #0000FF;
}
.footer_font {
	font-size: 10px;
	color: #666666;
}
.gold_font {
	color: #FFCC00;
}
.gold_font_bold {
	font-weight: bold;
	color: #FFCC00;
}
.gray_back {
	background-color: #111111;
}
.gray_font {
	color: #333333;
}
.krzma_font{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.myLinks {
	color: #0000FF;
	text-decoration: none;
}
.myLinks:hover {
	color: #FF0000;
	text-decoration: none;
}
.myLinks:visited {
	text-decoration: none;
}
.myLinksOnClick {
	color: #0000FF;
	text-decoration: none;
}
.myLinksOnClick:hover {
	color: #FF0000;
	text-decoration: none;
	cursor:pointer;
}
.myLinksOnClick:visited {
	text-decoration: none;
}
.navLinks {
	color: #FFFFFF;
	text-decoration: none;
}
.navLinks:hover {
	color: #FF0000;
	text-decoration: none;
}
.navLinks:visited {
	text-decoration: none;
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.page_heading {
	font-size: 14px;
	color: #FFCC00;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
.sub_heading {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.table_side_borders{
}
.table_header {
	background-color: #6666FF;
	font-weight: bold;
}
.table_header_left {
	background-color: #6666FF;
	font-weight: bold;
	color: #000000;
}
.table_black_border {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.table_white_border {
	border: 1px solid #FFFFFF;
}

