h1 {
	font-size: 18px;
	color: #FFFFFF;
	text-align: right;
	/* ---- 	padding-bottom: 4px;
	border-bottom: 1px solid #173C74; */
}

li {
	list-style-image: url(../images/misc_normal/bullet.gif);
	margin-left: -15px;
}

.footerkeyline {
	border-bottom: 1px solid #143566;
}

.staticsnav {
	border-left: 1px solid #003A78;
	bbehavior: url(../_css/components/static_snav.htc);
}

.staticsnavbullet {
	color: #003A78;
}

td.pnav {
	height: 20px;
	padding-left: 25px;
	color: #FFFFFF;
	background-image: url(../images/misc_normal/back_pnav.gif);
	background-repeat: no-repeat;
	background-position: 189px 0px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#50000000', EndColorStr='#50000000');
	behavior: url(../_css/components/pnav_rollover.htc);
}

table.pnavstuck {
	border: 1px solid #003A78;
	margin-top: 3px;
}

/* ---- */



/* ---- LINKS */
a:link, a:active, a:visited { 
	color: #5D8FE8;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #89B6FE;
	font-weight: bold;
	text-decoration: none;
}
/* ---- */

