img {
	behavior:url('/inc/pngHack.htc');
}
body {
	background-color:#333333;
	background-image:url(/img/back.gif);
	background-repeat:repeat-x;
	margin:0px;
}
td.banner {
	background-image:url(/img/bannerBack.gif);
	background-repeat:no-repeat;
	margin:0px;
	height:96px;
}
a.normal {
	font-family:tahoma;
	font-size:11px;
	color:#ff9900;
	text-decoration:none;
}
a.normal:hover {
	font-family:tahoma;
	font-size:11px;
	color:#ff9900;
	text-decoration:underline;
}
font.grayNorm {
	font-family:tahoma;
	font-size:11px;
	color:#cccccc;
}
font.orangeNorm {
	font-family:tahoma;
	font-size:11px;
	color:#ff9900;
}
select {
    background-color:#333333;
    margin:0px;
    FONT-FAMILY:tahoma;
    FONT-SIZE:11;
    color: #cccccc;
    border:1px solid #cccccc;
}

option {
    FONT-FAMILY:tahoma;
    FONT-SIZE:11;
    BORDER:1px solid;
    color: #cccccc;
    border:0px solid #cccccc;
}
input.text {
	font-family:tahoma;
	font-size:11;
	color:#cccccc;
	width:150px;
	background-color:#333333;
	border:1px solid #cccccc;
}
input.out {
	font-family:tahoma;
	font-weight:bold;
	font-size:10;
	color:#ff9900;
	background-image:url(/img/buttonOut.gif);
	width:158px;
	height:28px;
	border:0px;
}
input.over {
	font-family:tahoma;
	font-weight:bold;
	font-size:10;
	color:#ff9900;
	background-image:url(/img/buttonOver.gif);
	width:158px;
	height:28px;
	border:0px;
}
input.pressed {
	font-family:tahoma;
	font-weight:bold;
	font-size:10;
	color:#ff9900;
	background-image:url(/img/buttonPressed.gif);
	width:158px;
	height:28px;
	border:0px;
}

td.out {
	font-family:tahoma;
	font-weight:bold;
	font-size:10;
	color:#ff9900;
	background-image:url(/img/buttonOut.gif);
	width:158px;
	height:28px;
	border:0px;
}
td.over {
	font-family:tahoma;
	font-weight:bold;
	font-size:10;
	color:#ff9900;
	background-image:url(/img/buttonOver.gif);
	width:158px;
	height:28px;
	border:0px;
}
td.pressed {
	font-family:tahoma;
	font-weight:bold;
	font-size:10;
	color:#ff9900;
	background-image:url(/img/buttonPressed.gif);
	width:158px;
	height:28px;
	border:0px;
}

td {
	font-family:tahoma;
	font-size:11px;
	color:#cccccc;
}
b {
	font-family:tahoma;
	font-size:11px;
	color:#ff9900;
}
a {
	text-decoration: none;
	color: #cccccc;
}

font.loginFailure {
    font-family:tahoma;
	font-size:11px;
	color:#FF3000;
	font-weight: bold;
}