@charset "UTF-8";
/* CSS Document */


body,th {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 9px;
}



/* splash page */


.homebg {
    vertical-align:top;
	background-image:url('imagesHomePage/bgHomeCollage.png');
	background-position: top left;
	background-repeat: repeat-x;
	
}


.splashIndex {
	color:#333333;
	font-size: 9px;
	}
	
	
.splashIndex a {
	color:#333333;
	font-size:9px;
	text-decoration:none;
	}
	
.splashIndex a:hover {
	color:#666666;
	font-size:9px;
	text-decoration:underline;
	}
	
	
.splashIndex h1 {
	color:#333333;
	font-size: 9px;
	font-weight:bold;
	}


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.navBar {
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	}
	
	
.navBar a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	width:400px;
	}
	
.navBar a:hover {
	color:#990000;
	text-decoration:underline;
	}
	
.navBar ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
.navBar li
	{
	float: left;
	}

	
.navBar h1 {
	color:#333333;
	font-size: 9px;
	font-weight:bold;
	}


/* generic */



.headLogo {
    vertical-align:top;
	background-image:url('imagesHomePage/logoHome.png');
	background-position: top left;
	background-repeat:no-repeat;
	
}


/* nppl series */


.npplheader {
    vertical-align:top;
	background-image:url('imagesGeneric/headerBgNPPL.png');
	background-position: top left;
	background-repeat: repeat-x;
	
}



