BODY{
	background-image:url('images/page_bg.png');
	background-repeat:no-repeat;
	background-position:50% 1px;
}
A:link {
	color: #0099FF;
	text-decoration: none;
}

A:visited {
	color: #0099FF;
	text-decoration: none;
}

A:active {
	color: #0099FF;
	text-decoration: none;
}

A:hover {
	color: #FFFF00;
	text-decoration: none;
	}
TD {
	font-size: 12px;
	font-family : Verdana;
	color: #FFFFFF;
	font-weight: bold;
}

P {
	font-size: 12px;
	font-family : Verdana;
		color: #FFFFFF;
	font-weight: bold;

}
table.outter { border-width: 1px; 
border-color: #999999;
border-style: solid; } 
#nav_menu {
	position: absolute;
	top: 172px;
	width: 950px;
	margin-left: -475px;
	left: 50%;
	z-index:5;
}
#footer {
	color: #FFFFFF;
	font-family: verdana;
	font-size: 8pt;
 }


