li,td,body { font-family: Verdana,Arial,Helvetica;
	font-style: normal;
	color: black;
	font-size: 10pt;}

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

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

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

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

A.yo:hover { background-color: cyan;  }

A.no { text-decoration: none;  }

A.no:hover { background-color: cyan;  }

A.no:visited { color: #DDDDDD; }

.font8  { font-size:  8pt; }
.font10 { font-size: 10pt; }
.font12 { font-size: 12pt; }
.font14 { font-size: 14pt; }
.font18 { font-size: 18pt; }
.font1  { font-size:  8pt; }

/* 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;
}