body {
	background: blue url(images/layout/back.jpg) repeat top center;
	margin: 0;
	color: black;
	font-family: Trebuchet MS, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 12pt;
}

td#bg {
	background: #D9D9E6;
}

td#tb-left {
	margin: 0px;
	background: url(images/layout/left.gif);
}

td#tb-right {
	margin: 0px;
	background: url(images/layout/right.gif);
}

div#content {
	width: 728px;
	margin: 0px;
}

font.title {
	color: navy;
	font-weight: bold;
	font-size: 20pt;
	text-align: center;
}

font.subtitle {
	color: navy;
	font-weight: bold;
}

font.small {
	font-size: 10pt;
}

table.datasmall {
	padding: 0px;
	border: 3px ridge blue;
}

table.data {
	width: 100%;
	padding: 0px;
	border: 3px ridge blue;
}

td.sidehead {
	width: 100px;
	text-align: left;
	vertical-align: top;
	color: navy;
	font-weight: bold;
}

td.head {
	text-align: left;
	vertical-align: top;
	color: navy;
	font-weight: bold;
}

td.clock {
	color: white;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	font-size: 8pt;
}

td.photo {
	width: 120px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
}

td.gallery {
	width: 33%;
	text-align: left;
	vertical-align: top;
	border: 2px dotted blue;
}

img.link {
	width: 88px;
	height: 31px;
	border: 0px;
}

hr {
	color: navy;
	width: 100%;
	height: 2px;
}

a {text-decoration: none;}
a:link {color: blue;}
a:visited {color: navy;}
a:hover {color: red; text-decoration: underline;}
a:active {color: red;}