body {
	/* background: white url(logo2.png) no-repeat 20px 20px; */
	/* background-image: url(../images/bg-gradient.png); */
	/* background-image: url(../images/left-border.png);
	background-repeat: repeat-y; */
	margin: 0px;
	font-family: verdana, sans-serif;
	font-size: small;
	/* text-align: center; */
	/* width: 700px; */
	min-width: 610px;
	/* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='logo2.png'); */
	color: #444b56;
	/* 9097A2; */
}

a {
	text-decoration: none;
	color: orange;
	/* font-weight: bold; */
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

img#thumbnail {
	border: 1px solid #9097A2;
	float: left;
	margin: 5px;
}

code {
	color: silver;
}

h1 {
	font-size: 36pt;
}

hr {
	width: 60%;
	border: none;
	border-bottom: 1px solid #9097A2;
}

table {
	margin: 10px;
}

thead {
	font-size: 18pt;
	/* font-weight: bold; */
}

th {
	text-align: left;
	vertical-align: top;
}

th.heading {
	color: silver;
	font-style: oblique;
	font-size: 20pt;
	white-space: nowrap;
}

th.footer {
	color: silver;
	white-space: nowrap;
}

table.comment {
	width: 80%;
}

.center {
	float: left;
	display: none;
}

.text {
	/* width: 80%; */
	border: 1px dashed gray;
	background-color: silver;
	/* margin: auto; */
	margin: 10px;
	text-align: left;
	padding: 5px;
	/* float: left; */
}

/* List properties.. */

table.list {
	font-family: tahoma, verdana, sans-serif;
}

th.list {
	border: 1px solid black;
	border-right: 0px;
	font-size: 10pt;
	font-weight: normal;
	background-color: silver;
	padding-left: 5px;
	padding-right: 5px;
}

#lastcol {
	border-right: 1px solid black;
}

td.list {
	border: 1px solid black;
	border-right: 0px;
	border-top: 0px;
	font-size: 10pt;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
}

#page {
	/* text-align: left; */
	width: 700px;
	/* height: 800px; */
	background-color: white;
	border: 1px solid black;
	margin-top: 20px;
	margin-left: auto;
	margin-bottom: 10px;
	margin-right:auto;
}

#title {
	/* font-family: capacitor, astron boy video, induction, pmingliu, tahoma, verdana, sans-serif; */
	/* font-family: tahoma, verdana, sans-serif; */
	font-family: courier new, monospaced;
	font-size: 32pt;
	font-weight: bold;
	/* font-style: italic; */
	/* letter-spacing: 5px; */
	text-decoration: underline;
	text-align: left;
}

.center-block {
	/* background-color: silver; */
}

.breadcrumb {
	color: silver;
}

.linkbar {
	text-align: right;
	color: white;
	background: white url(../images/bg-footer-links.png) repeat-x;
	padding: 5px;
	border: 1px solid #6699cc;
	font-size: 0.8em;
}

.textblock {
	padding: 15px;
}

.linkbar a {
	color: white;
	font-weight: bold;
}