body
{
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	background-color: #00003f;
}
table
{
	background-color: White;
	font-family: Arial;
	font-size: 10pt;
}
.logoBack
{
	background-image: url(../Images/GoldBackground.png);
}
.headline
{
	font-size: 16pt;
	font-weight: bold;
	color: Navy;
	text-align: center;
}
H1
{
	font-size: 13pt;
	font-weight: bold;
	padding-left:15px;
	/*background-color: #d85353;*/
	color: Navy;
	margin-bottom:1px;
}
H2
{
	font-size: 10pt;
	font-style:italic;
	font-weight: bold;
	
	/*background-color: #d85353;*/
	color: black;
	margin-bottom:0px;
}
ul
{
	margin-top:3px;
}
a
{
	color: Blue;
	font-weight: normal;
	text-decoration: none;
	/*font-style: italic;*/
}
.contentTable
{
	width:800px;
}
.button
{
	font-size: 8pt;
}
.page
{
	color: Black;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial;
}
.bold
{
	font-weight: bold;
}
.normal
{
	font-weight: normal;
}
.credential
{
	border-top-style: solid;
	border-top-color: silver;
	border-top-width: 2px;
}
.studyTopBot
{
	border-bottom-style: solid;
	border-bottom-color: #cc3333;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #cc3333;
	border-top-width: 1px;
}
.studyMidRight
{
	border-left-style: solid;
	border-left-color: #cc3333;
	border-left-width: 1px;
}
.quote
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	color: Gray;
}
.titleBar
{
	font-size: 12pt;
	font-weight: bold;
	color: Navy;
}
.small
{
	font-size: 8pt;
}
.smallBold
{
	font-size: 8pt;
	font-weight: bold;
}

/* ==> Footer classes <== */
.footer
{
	background-color: #ddddff;
	color: #333333;
	font-size: 8pt;
}
.footerLink
{
	color: Navy;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}
.subFooter
{
	background-color: White;
	color: #333333;
	font-size: 7pt;
}
.subLink
{
	font-size: 7pt;
	color: #333333;
}
.siteHost
{
	color: Navy;
}

/* ==> Menu classes <== */
.menuRow
{
	height: 23px;
	vertical-align: bottom;
	background-color: #ddddff;
}
.menuItem
{
	color: Black;
	font-size: 9pt;
	font-family:Arial;
	font-weight: bold;
	text-align: left;
	height: 21px;
	
}

/* ==> PhotoView classes <== */
.photoButton
{
	font-family: Arial;
	font-size: 8pt;
}
.photoCaption
{
	color: White;
}
.photoBackground
{
	background-color: #404c72;
}
.unselectedThumb
{
	border-color: #404c72;
}
.selectedThumb
{
	border-color: Yellow;
}
.importList
{
	text-align: left;
	padding-left: 0px;
	margin-left: 0px;
}
.importList li
{
	display: inline;
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
}

