table
{
	border-left-color: rgb(240,240,240);
	border-right-color: rgb(0,0,0);
	border-top-color: rgb(240,240,240);
	border-bottom-color: rgb(0,0,0);
}

td.nf_nav
{
	padding-right: 25px;
	padding-left: 5px;
	background-image: url("nav_bg_mask.jpg");
	background-position: 1px 0px;
	background-attachment: fixed;
	background-repeat: repeat-y;
}

body
{
	background-color: rgb(210,229,255);
	background-image: url("images/nav_bg_mask.jpg");
	background-position: 10px 0px;
	background-attachment: fixed;
	background-repeat: repeat-y;
}

h1, h2, h3, h4, h5
{
	color: rgb(54,134,255);
	text-indent: 0px;
	font-weight: bolder;
}

h1
{
	text-decoration: underline;
}

a.entrance
{
	color: rgb(0,0,0);
	font-weight: bolder;
}

p, td, ul, ol, li
{
	font-weight: bold;
}

p.copyright
{
	font-weight: normal;
}

a.navlink
{
	color: rgb(0,0,0);
	text-decoration: normal;
	font-size: medium;
}

a.navbar
{
	color: rgb(0,0,0);
	font-weight: bold;
	text-decoration: normal;
}


