body, li, td, h1, p, a, h2, h3, h4, h5, th  
      { font-family: Verdana,Arial,Helvetica;
	font-style: normal;
	color: black;
	font-size: 10pt;}

body  { background-image: url(images/brix.gif); 
	background-attachment: fixed;	
	background-repeat: repeat; }


td { text-align: center;}

A.menulink { background-color: white; 	
	display: block; 	
	font-size: 8pt;
	text-align: center;	
	text-decoration: none; 	
	border: solid 1px black; }

A.menulink:hover { border: solid 1px white; 
	background-color: cyan; }


.yo:hover { background-color: cyan; text-decoration: none; }
.font18i  { font-size: 18pt;  font-style: italic; }
.font10bi  { font-size: 10pt; font-style: italic; font-weight: bold; }

A:link{ text-decoration: none;  
color: black;  
background: transparent;}

A:active
{ text-decoration: none;  
color: green;  
background: transparent;}

A:visited
{ text-decoration: none;  
color: blue;  
background: transparent;}

A:hover
{ text-decoration: none;  
color: red;  
background: yellow;}  

h6    
{ position: fixed;  
_position: absolute;   
top: 0;   
_top:expression(eval(document.body.scrollTop));   
left: 0;  
background-repeat: no-repeat;  
background-attachment: fixed;  
margin: 0;  
padding: 0  } 


/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/

.PopBoxImageSmall
{
	border: solid 1px #000000;
	cursor: url("images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}







