/* $Id: napm.css,v 1.13 2005/10/21 13:53:17 jim Exp $ */
<style>
<!--
html {
	FONT-FAMILY: Arial, sans-serif;
	COLOR:	     navy;
}

* {
	FONT-FAMILY: Arial, sans-serif;
	COLOR:  navy;
}

/* Default anchor tag attributes */
A {
	COLOR: #4444ff;
}

A:link {
	COLOR: #4444ff;
}

A:active {
	COLOR: #4444ff;
}

A:visited {
	COLOR: #4444ff;
}

A.menuLink {
	COLOR:			 #000000;
	TEXT-DECORATION: none
}

A.menuLink:visited {
	COLOR:			 #000000;
	TEXT-DECORATION: none
}

A.menuLink:link {
	COLOR:			 #000000;
	TEXT-DECORATION: none
}

A.menuLink:active {
	COLOR:			 #000000;
	TEXT-DECORATION: none
}

A.noUnderline {
	TEXT-DECORATION: none
}

.body {
   	background-position-x: top;
   	BACKGROUND-COLOR: #CCFFFF;
   	margin-left: 0px;
   	margin-right: 0px;
   	margin-top: 0px;
}

/* usage:  default TD (should show empty cells so spacers aren't necessary) */
TD {
	FONT-SIZE: 		1em;
	empty-cells: 	show
}

span.largeTitleText, h1 {
	FONT-SIZE: 		3em;
	FONT-WEIGHT: 	bold;
}

span.smallTitleText, h2 {
	FONT-SIZE: 		2em;
}

span.smallTitleSubText {
	FONT-SIZE: 		0.8em;
}

span.subText {
	FONT-SIZE: 		0.8em;
}

p {
	FONT-SIZE: 		1em;
   	BACKGROUND-COLOR: #CCFFFF;
}

TABLE.frame {
    margin-left: 	0px;
    margin-right: 	0px;
    margin-top: 	0px;
    margin-bottom: 	0px;
    width:		100%;
    BACKGROUND-COLOR:   #F0F0F0;
}

TD.frame {
    align:              center;
}

TABLE.main {
    margin-left: 	0px;
    margin-right: 	0px;
    margin-top: 	0px;
    margin-bottom: 	0px;
    width:			100%;
    BACKGROUND-COLOR:   #CCFFFF;
}

TD.header {
	FONT-SIZE: 		  1em;
	BACKGROUND-COLOR: #CCFFFF;
	VERTICAL-ALIGN:	  top;
}

TD.footer {
	BACKGROUND-COLOR: #CCFFFF;
	FONT-SIZE: 		  0.8em;
	text-align:		  center;
}

TABLE.menuTable {
    width:			100%;
    border-spacing:	0pt 0pt;
	BACKGROUND-COLOR: #c1cbc1;
    display: block;
}

TD.menu {
	FONT-SIZE: 		  0.8em;
	BACKGROUND-COLOR: #c1cbc1;
	COLOR: 			  #000000;
	TEXT-ALIGN: 	  left;
	white-space: 	  nowrap;
	border-left:	  solid 1px #DDDDDD;
	border-top:	  	  solid 1px #DDDDDD;
	border-right:	  solid 1px #333333;
	border-bottom:	  solid 1px #333333;
	padding-left: 	  10px;
	padding-right: 	  10px;
}

TD.menuColumn {
	VERTICAL-ALIGN:	center;
	BACKGROUND-COLOR: #c1cbc1;
}

TD.bodyColumn {
	height:			470px;
	WIDTH: 	  	 	100%;
	VERTICAL-ALIGN:	top;
	ALIGN:	        center;
	padding-top: 	6px;
	padding-left: 	10px;
	padding-right: 	10px;
	padding-bottom:	6px;
}
-->
</style>
