body         { font-family: Verdana, Arial, Helv, Helvetica, sans-serif, sans serif; font-size: 10pt}
table        { font-size: 10pt }
td           { font-size: 10pt }
h1           { font-size: 18pt }
h2           { font-size: 14pt }
h3           { font-size: 12pt; font-weight: bold }
blockquote   { margin-left: 25px;}

a	{text-decoration: none }

a:hover
	{
	background-color: #cfd7f0;
	}

li           {margin-bottom: 3px}


hr		{color: #EEEEEE;
		background: #EEEEEE;
		border: 0px none;
		}

div.popin {
	display:none;
}
A.bracket:LINK {
	color: red;
	text-decoration: none;
}
A.bracket:VISITED {
	color: red;
	text-decoration : none;
}

.popup        { POSITION: absolute;
                VISIBILITY: hidden;
                BACKGROUND-COLOR: lightyellow;
                LAYER-BACKGROUND-COLOR: lightyellow;
                width: 300;
                BORDER-LEFT: 1px solid black;
                BORDER-TOP: 1px solid black;
                BORDER-BOTTOM: 3px solid black;
                BORDER-RIGHT: 3px solid black;
                PADDING: 3px;
                z-index: 10 }