.Highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #C36;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #000;
	margin: 0px;
	padding: 0px;
}
.MainFrame {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
	overflow: scroll;
	position: fixed;
	left: 121px;
	top: 120px;
	z-index: 1;
}

.TrunkShowText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
}

#PhotoContainer {
	box-shadow: 5px 5px 5px #333333;
	padding: 10px;
}

#Header {
	background-image: url(../img/TopTile.jpg);
	background-repeat: repeat-x;
	border: thin solid #000;
	width: 100%;
	box-shadow: 20px 20px 10px #000;
	position: fixed;
	z-index: 10;
	height: 101px;
}
#LeftMenu {
	background-image: url(../img/MenuBackground.jpg);
	background-repeat: repeat-y;
	position: fixed;
	left: 0px;
	height: 100%;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	text-align: center;
}
table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ExecutiveSpectrums {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.enhanced {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #C36;
}

#Image
{
	position:fixed;
	top: 100;
}