﻿body {
	padding: 0px;
	margin: 0px;
	font-family: Arial,Helvetica,sans-serif;
	vertical-align: text-top;
	background-color: #001f32;
	color: silver;
	border: none;
}
td {
	padding: 10px;
	vertical-align: top;
}
img {
	border: none;
}

p img {
  margin: 0px;
  padding: 0px 10px;
  float: left;
}

p a:link {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #808080;
	text-align: left;
	padding: 4px;
	text-decoration: none;
	width: auto;
}

.titlebar {
	text-align: left;
	height: 20px;
	background-color: #0a3b5b;
}
td.titlebar a {
  text-decoration: none;
}
.sidebar {
	vertical-align: top;
	background-color: #0a3b5b;
	color: gray;
	text-align: left;
	font-size: smaller;
	width: 150px;
}
td.sidebar ul {
	text-align: left;
	color: #808080;
}

.title {
	font-weight: bold;
	color: #C0C0C0;
	background-color: #001F32;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
a {
	border-style: none;
	color: silver;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
  color: white;
}


table {
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	border-spacing: 0px;
}
