/* CSS Document */


BODY{ margin-left: 0px;
	  margin-top: 0px;
	  margin-bottom: 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: 18px;
			   color: #ffffff;
			   text-decoration: none;
			   display: block;
			   border-right: 1px solid #ffffff;
			  
			    }

a.menuButtons:hover { background-color: E4E5D6;
					  color: #000000; }
					  

.text { font-family: Arial;
		font-size: 18px; }
a.text { text-decoration: none;}
a.text:visited{ color:#0000FF;}
a.text:hover{ text-decoration: underline;}
.newsCell { border-right: 1px solid #000000; }