p, td, th, li, ul, ol, pre {
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {
	clear: left;
}

td {
	vertical-align: top;
}

td.company {
	font-size: 36px;
	font-weight: bold;
	text-align: left;
	text-shadow: gray 3px 3px 1px;
	line-height: 50px;
}

td.menu {
	font-size: 12px;
	height: 40px;
	vertical-align: middle;
	border-style: groove;
	border-color: #0000FF;
	background-color: #ccc;
	text-align: center;
}

img	 {
	border-style: none;
	margin: 10px;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a.active {
	color: #0000FF;
	text-decoration: none;
}

a.hover {
	text-decoration: underline;
	color: #0000FF
}

a.link {
	color: #0000FF;
	text-decoration: none;
}

a.visited {
	color: #0000FF;
	text-decoration: none;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	text-indent: 10px;
	border-bottom: 1px dashed #0000FF;
	text-shadow: gray 3px 3px 1px;
	clear: left;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	text-indent: 10px;
	border-bottom: 1px dashed #0000FF;
	text-shadow: gray 3px 3px 1px;
	clear: left;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-indent: 10px;
	border-bottom: 1px dashed #0000FF;
	text-shadow: gray 3px 3px 1px;
	clear: left;
}

.imgleft {
	text-align: left;
	float: left;
	padding: 5px;
}

.imgright {
	text-align: right;
	float: right;
	padding: 5px;
}

img.center {
	vertical-align: middle;
	text-align: center;
}

#boxed {
    border-style: solid;
    border-color: gray;
    background-color: silver;
    white-space: pre;
    padding: 25px;
    margin: 25px;
    font-size: 11px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

pre.key {
	border-style: solid;
    border-color: gray;
    background-color: silver;
    white-space: pre;
    padding: 25px;
    margin: 25px;
	font: 9px Georgia, "Times New Roman", Times, serif;
}

#sidebar a {
	display: block;
	padding:  3px 3px 5px 10px;
	background-color: #0000FF;
	color: #EBEBEB;
	border-bottom: 1px #EBEBEB solid;
	text-decoration: none;
}

#sidebar a:hover {
	background-color: #EBEBEB;
	color: #0000FF;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}