body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #BBBBBB;
	background-color: #141414;
	font-family: "Trebuchet MS";
	font-size: 11px;
	height:100%;
	width:100%;
}
div#flashcontent {
  height:100%;
}
.twoColFixLtHdr #container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -420px;
	margin-top: -330px;
	width:820px;
	border: 2px solid #282828;
	text-align: left;
	padding: 20px;
} 
.twoColFixLtHdr #mainContent {
	height: 544px;
	width: 816px;
	border: 2px solid #282828;
	background-color: #141414;
	margin-top: 2px;
}
.twoColFixLtHdr #innerContent {
	height: 100%;
	width: 100%;
	margin: 10px;
	color: #DDDDDD;
	font-size: 11px;
}
.twoColFixLtHdr #logo {
	float: left; 
	width: 110px;
	height: 40px;
	background-color: #5C5C5C;
	background-image: url(../images/ts-photo.gif);
	background-repeat: no-repeat;
}
.twoColFixLtHdr .header {
	background-color: #282828;
	color: #FFFFFF;
	height: 17px;
	float: right;
	width: 698px;
	margin-left: 2px;
	padding-top: 2px;
	padding-left: 10px;
} 
.fltrt { 
  	float: right;
  	margin-left: 8px;
}
.fltlft { 
  	float: left;
  	margin-right: 8px;
}

.header a:link {
  color: #7F7F7F;
  text-decoration: none;
}
.header a:visited {
  color: #7F7F7F;
  text-decoration: none;
}
.header a:hover {
  color: #BBBBBB;
  text-decoration: underline;
}
.header a:active {
  color: #FFFFFF;
  text-decoration: none;
}

#innerContent a:link {
  color: #BBBBBB;
  text-decoration: none;
}
#innerContent a:visited {
  color: #BBBBBB;
  text-decoration: none;
}
#innerContent a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
#innerContent a:active {
  color: #FFFFFF;
  text-decoration: none;
}

h1, h2, h3 {
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-bottom: 0px;
}
p {
  line-height: 20px;
  text-align: justify;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
h1 {
  font-size: 14px;
  color: #DDDDDD;
  margin-bottom: 10px;
}
h2 {
  font-size: 13px;
  color: #DDDDDD;
}
h3 {
  font-size: 12px;
  color: #DDDDDD;
}

span.doit { 
  unicode-bidi:bidi-override; 
  direction: rtl; 
}

