a:link              { color:FF9E0F; font-weight:bold; text-decoration:none; }
a:visited           { color:FF9E0F; font-weight:bold; text-decoration:none; }
a:hover             { color:FFFFFF; font-weight:bold; text-decoration:underline; }
a:active            { color:FF0000; font-weight:bold; text-decoration:underline; }

body {
	background-image: url(../images/bg.jpg);
	margin: 0px;
	background-repeat: repeat-x;
	background-color: #000000;
	scrollbar-face-color:#0C2576;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-Color:#000000;
}

p {
	padding:0px 0px 0px 8px;
	color:#ffffff;
	font-family:Tahoma, Arial;
	font-size:12px;
	text-decoration:none;
}

table.footer {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
}

input.nltxt {
	font-family:Tahoma, Arial;
	color:#ffffff;
	background:#5B616E;
	border:#0C2576 solid 1px;
	height: 20px;
}

input.nlbtn {
	font-family:Tahoma, Arial;
	color: #ffffff;
	background: #23417F;
	border:#5B616E outset 2px;
	height: 22px;
}

