/* Global Definitions */
body { 
	background: #fff;
   margin: 4px;
   padding: 0px;
   text-align: center;
}
body, div, input, table, td {
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
}
a, a:link, a:visited {
	color: #1EB136;
	text-decoration: underline;
}
a:hover {
	color: orange;
	text-decoration: underline;
}
.Header {
	width: 100%;
	margin-top: 0px;
	height: 40px;
   text-align: center;
}
.Menu {
	padding-top: 0px;
}
.Menu a, .Menu a:link, .Menu a:visited {
	color: #1EB136;
	text-decoration: none;
}
.Menu a:hover {
	color: orange;
	text-decoration: underline;
}
.LussumoLogo {
	display: none;
}
.LussumoText {
   display: block;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana;
   font-size: 18px;
   font-weight: bold;
   margin-bottom: 4px;
   margin-top: 5px;
}
.LussumoText a, .LussumoText a:link, .LussumoText a:visited, .LussumoText a:hover {
   color: #000;
   text-decoration: none;
}
.Banner,
#ScreenCap,
.Subscribe,
.DownloadNow {
   display: none;
}
.HandheldDownload {
	margin-top: 10px;
	display: block;
	text-align: center;
	color: #1EB136;
}

.About {
	width: 100%;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
	text-align: center;
}
.About p,
.About h3 {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.About p {
	margin-bottom: 6px;
	font-size: 11px;
}

