﻿body
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 3px;
	background-color: #003333;
}
table
{
	background-color: #efefef;
	font-family: Arial;
	font-size: 10pt;
}
.headline
{
	font-size: 16pt;
	font-weight: bold;
	color: Navy;
	text-align: center;
}
.attention
{
	font-size: 12pt;
	font-weight: bold;
	color: Black;
	text-align: center;
}
.titleBar
{
	font-size: 10pt;
	font-weight: bold;
	background-color: #636;
	color: White;
	padding-top: 2px;
	padding-bottom:2px;
}
.normal
{
	font-size: 10pt;
	font-weight: normal;
	color: Black;
}
.bold
{
	font-weight: bold;
}
.small
{
	font-size: 8pt;
	font-weight: normal;
}
.credential
{
	border-top-style: solid;
	border-top-color: silver;
	border-top-width: 2px;
}
.question
{
	color: blue;
	font-weight: bold;
	font-style: italic;
}
.photoComment
{
	font-weight: bold;
	font-style: italic;
}
.caption
{
	font-weight: bold;
	font-style: italic;
	font-size: 8pt;
}
/* ==> Footer classes <== */
.footer
{
	background-color: #ccccff;
	color: #333333;
	font-size: 8pt;
	text-align: center;
}
.footerLink
{
	color: Navy;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}
.subFooter
{
	background-color: #efefef;
	color: #333333;
	font-size: 8pt;
}
.subLink
{
	font-size: 8pt;
	color: #666;
	text-decoration: none;
}
.siteHost
{
	color: Navy;
}
/* ==> Menu classes <== */
.menuRow
{
	height: 25px;
	vertical-align: bottom;
	background-color: #ccccff;
}
.menuItem
{
	color: Black;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	height: 21px;
}
