BODY      { font: small Verdana,Arial,Helvetica,sans-serif;
            color: black;
						background: #d0d0f0; 
						font-variant:normal;
						margin-left:  4%;
            margin-right: 4%;
}
H1        {padding: 5px; color: white; background: #5800B0; font-size:large;}
H2        {padding: 4px; color: white; background: #9966FF; font-size:medium;}
/*TR, TD    {font-size:10pt; text-align: left;}*/
A:link    {color: #3366ff; text-decoration: none;}
A:visited {color: #ff3366; text-decoration: none;}
A:hover   {color: green;   text-decoration: underline;}
.size3    {font-size: medium; font-weight: bold;}
.left     { text-align: left;}
.centre   { text-align:   center; }
.bgwhite  {background-color: white; }
.pad      {padding: 5px; }

TR.nav {
	font-size: x-small;
  vertical-align: middle;
	text-align: center;
	font-weight: bold;
	}
TD.nav {
	color: white;
  letter-spacing: 0.1em;
 	background-color: #5800B0;
	width: 14%;
	height: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top:    1px solid #ddddFF;
	border-left:   1px solid #ddddFF;
	border-right:  1px solid black;
	border-bottom: thin solid #9966FF;
}
TD.over {
	color: white;
	background-color: #9966FF;
	text-transform: uppercase;
	width: 14%;
	border: 1px solid #bb99FF;
}
TD.cur {
  color: black;
  font-weight: bold;
 	background-color:#ddddFF;
	text-transform: uppercase;
  border-top:    thin solid #9966FF;
	border-left:   thin solid #9966FF;
	border-right:  thin solid #9966FF;
	border-bottom: thin solid #ddddFF;
}

TD.logo {
  vertical-align: middle;
	text-align: center;
	padding-right: 5px;
	border-right:  thin solid #9966FF;
	}
.top-text {
	background: #ddddFF; 
	text-align: left;
	padding-left:  10px;
	padding-right: 10px;
	border-left:   thin solid #9966FF;
	border-right:  thin solid #9966FF;
	border-bottom: thin solid #9966FF;
	}