/* ### Main Elements ### */
body {
  color: #73e2fc; 
  font-family: Verdana,sans-serif;
  margin: 0px; 
  padding: 0px;
  text-align: left;
  background: url(./Images/bg.jpg) no-repeat #052137;
}
div.main {
  margin: auto; 
  background: url(./Images/bg.jpg) no-repeat;
  width: 1000px;
  text-align: left;
}
img.Logo
{
  border: 0px;	
  height: 135px;
  width: 420px;
  margin-left: 80px;
}
div.menu1 {
  top: 140px;
  left: 0px;
  height: 20px;
  width: 1000px;
  background-color: #042843;
  text-align: center;
  overflow: hidden;
  font-size: 15px;
}
div.menu2 {
  height: 20px;
  width: 1000px;
  background-color: #042843;
  overflow: hidden;
  text-align: center;
  font-size: 15px;
} 
div.menux
{
  margin-top: 5px;
  margin-bottom: 5px;
  border-top: 1px solid #4ae;
  border-bottom: 1px solid #4ae;
  width: 100%;
  height: 20px;
  background-color: #042843;
}
div.content {
  background: url(./Images/contentx.jpg) repeat-y;
}
table.tblcontent
{
	table-layout: fixed;
	margin: 0px;
	border-collapse: collapse;
	background: url(./Images/content.jpg) no-repeat;	
	width: 980px;
}
td.tdcontentspacer
{
	width: 100px;	
}
td.tdcontentseparator
{
	width: 10px;	
}
td.tdcontent {
  color: #73e2fc;
  font-size: 12px;
  text-align: left;
  width: 385px;
  vertical-align: top;
}

td.tdcontent a {
  color: #73e2fc;
  font-size: 12px;
}
td.tdcontent a:hover {
  color: #ffffff;
}
div.footerx
{
  background: url(./Images/footerx.jpg);	
  width: 100%;
  height: 30px;
}
div.footer {
  background: url(./Images/footer.jpg) no-repeat;
  width: 910px;
  height: 30px;
  font-size: 12px;
  font-weight: bold;
  color: #73E2FC;
  text-align: right;
  padding-top: 8px;
}
div.footer a {
  margin-right: 25px;
  font-size: 12px;
  font-weight: bold;
  color: #73E2FC;
  text-decoration: none;
}
div.footer a:hover {
  color: #ffffff;
  text-decoration: none;
}
div.menuentrytop {
  height: 20px;
  display: inline;
  text-align: right;
  padding: 2px;
}
div.menuentrytop a {
  color: #73E2FC;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}	
div.menuentrytop a:hover {
  color: #ffffff;
}
div.menuentrytopselected {
  background-color: #1B559A;
  height: 20px;
  display: inline;
  color: #73E2FC;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  padding: 2px;
  cursor: default;
}
div.menuentrybottom {
  height: 20px;
  overflow: hidden;
  display: inline;
  text-align: right;
  padding: 2px;
}
div.menuentrybottom a {
  color: #73E2FC;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}	
div.menuentrybottom a:hover {
  color: #ffffff;
}
div.menuentrybottomselected {
  background-color: #1B559A;
  height: 20px;
  overflow: hidden;
  display: inline;
  color: #73E2FC;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  padding: 2px;
  cursor: default;
}
/* ### Custom Elements ### */
span.big {
  font-weight: bold;
}
span.verybig {
  font-weight: bold;
  font-size: 23px;
  color: #C1F3FF;
  font-family: Tahoma, Sans-Serif;
}	
a.back
{
	float: right;	
}
img.imgdownload {
  position: relative;
  top: 6px;
  border: 0px;
}
span.caption
{
	font-style: italic;
	font-size: 11px;	
}
div.screenshot {
  text-align: center;
  border: 0px;
}
div.linkspacer {
  position: absolute;
  left: 50%;
  margin-left: -500px;
  top: 194px;
  height: 200px;
  width: 900px;
  background: url(./Images/content.jpg) no-repeat;
  z-index: 101;
  padding-top: 25px;
  padding-left: 120px;
  text-align: left;
}
div.linkspacer a {
  color: #73e2fc;
  font-size: 11px;
}
div.linkspacer a:hover {
  color: #ffffff;
}	
