/*****************************************
 * orangeSpheric Monster PDA stylesheet 
 * copyright 2005 by DataSpheric.com
 ****************************************/
 
 /*** begin layout styles ***/

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: .7em;
  line-height: 1.4em;
  text-decoration: none;
  background-color: #fff;
  text-align: left;
  border: 0px;
  padding: 10px;
}

#header_blip {
  display: none;
}

#logo_blip {
  display: none;
}
  
#quotes_blip {
  display: none;
}

#header {
  height: 79px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  background: #f60 url(../images/ds_logo_mobstyle.png)top center no-repeat;
}

#logo {
  display: none;
}

#quotes {
  display: none;
}

#main {
  margin: 0px;
}

#container {
  text-align: left;
}

#container ul {
  margin-left: 10px;
}

#copyright {
  text-align: center;
}

/*** begin nav menu style ***/

#navlist {
  list-style-type: none;
}

#navlist ul {
  list-style: none;
  margin-left: 0px;
  margin-bottom: 0px;
}

#navlist li {
  color: #000;
}

#navlist li a {
  color: #000;
  background: none;
}

#navlist p {
  margin-top: 0px;
}

/*** begin font treatments ***/

h1 {
  font-size: 1.1em;
  font-weight: bold;
}

h2 {
  font-size: 1em;
  font-weight: bold;
}

h3 {
  font-size: .9em;
  font-weight: bold;
}

p {
}

a:link, a:visited {
  font-weight: bold;
  color: #f60;
}

/* image treatment */

img { 
  padding: 0px; 
  border: none; 
}  

