/* CSS Document */


BODY{ margin-left: 0px;
	  margin-top: 0px;
	  margin-bottom: 0px;
	  margin-right: 0px; }
	  
.bodyBorder {  border-right: 2px solid #000000;
		       border-left: 1px solid #000000;		 }
	  
.menuBar { background-color: #000000; }
.menuButtons { text-align: center;
			   font-family: Arial, Times New Roman;
			   font-size: 12px;
			   color: #ffffff;
			   text-decoration: none;
			   display: block;
			   border-right: 1px solid #ffffff;
			  
			    }

a.menuButtons:hover { background-color: E4E5D6;
					  color: #000000; }
.headerGraphic { background-image: url(images/NovaHeader2.jpg);
				 repeat: x-axis;
				 }
.MainImageEdge { background-image: url(images/mainImageEdge.jpg);
				 repeat: x-axis; }
.gradient { background-image: url(images/gradient.jpg);
			background-repeat: repeat-y; }
				 
.text { font-family: Arial;
		font-size: 12px; }
a.text { text-decoration: none;}
a.text:visited{ color:#0000FF;}
a.text:hover{ text-decoration: underline;}


.prdctMenuBtn { 	background-color:#660000;
					color:#FFFFFF;
					font-family:Arial, Helvetica, sans-serif;
					font-size:12px;
					text-align:center;
					display: block;
					text-decoration: none;	}
					
a.prdctMenuBtn:hover	{	background-color:#FFFFFF;
							color:#000000; }
.cellHeader	{	background-color:#C10002;
				color:#FFFFFF;
				font-family:Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-weight:bold;
				border-right: 1px solid #000000;
				border-left: 1px solid #000000;	
				border-top: 1px solid #000000;	}
							
.cellBody { 	border: 1px solid #000000;
				font-family: Arial;
				font-size: 12px; 	}