
dd {font-size: small; color: blue;}
e {color: orangered;}
x {color: blue;}
y {color: green;}

img#header {float: left;}

i {color: red}
.note {color: red; size: x-small;}
.opt {font-weight: normal; font-style: oblique; color: #666;}
.key {font-weight: bold;}

#navcontainer
{
margin: 10px 0 0 30px;
padding: 0;
height: 20px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
background: #fff;
width: 128px;
height: 18px;
border-top: 1px solid red;
border-left: 1px solid red;
border-bottom: 1px solid red;
border-right: none;
padding: 0;
margin: 0 0 10px 0;
color: blue;
text-decoration: none;
display: block;
text-align: center;
font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
color: blue;
background: #d5f7b4;
}

#navcontainer a:active
{
background: #blue;
color: #fff;
}

#navcontainer li#active a
{
background: red;
border: 1px solid blue;
color: #fff;
}

table {
	margin-top: 10px;
	padding-top: 5px;
	border-width: 5px 5px 5px 5px;
	border-spacing: 2px;
	border-style: ridge ridge ridge ridge;
	border-color: blue blue blue blue;
	border-collapse: separate;
	background-color: white;
	font: 10pt Georgia;
}
table th {
	border-width: 2px 2px 2px 2px;
	padding: 1px 1px 1px 1px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	background-color: skyblue;
	-moz-border-radius: 9px 9px 9px 9px;
}
.left {
	border-width: 2px 2px 2px 2px;
	padding: 1px 1px 1px 1px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	background-color: white;
	text-align: center;
	padding: 10px;
	-moz-border-radius: 9px 9px 9px 9px;
}
.right {
	border-width: 2px 2px 2px 2px;
	padding: 1px 1px 1px 1px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 9px 9px 9px 9px;
}
table img {margin: 5px; height: 100px; border:0;}
img.floatright {float: right;}
img.floatmid {float: right; padding-right: 150px;}
img.floatctr {float: right; padding-right: 300px;}
