
/* Presentation Stylesheet */ 

a:link {  
color: blue;
text-decoration: none }

a:visited {  
color:blue;
text-decoration: none }

a:active {  
color: blue;
text-decoration: none }

a:hover { 
color: red;
text-decoration: none }

p {
font-size: 12pt;
font-family: arial, helvetica, geneva, sans-serif;
margin: 20px; 
color: #333 }

li {
 list-style-type:circle;
 list-style-position: outside; 
 margin-left: -10px;
 font-family: tahoma, tahoma, arial, sans-serif;
 font-size: 10pt;
 font-weight: bold;
 line-height: 18px;
 background:#fff;
 padding-top: 7px;
 color: #333 }
 
.test {
 list-style-type:circle;
 list-style-position: inside;
 font-family: tahoma, tahoma, arial, sans-serif;
 font-size: 10pt;
 font-weight: bold;
 line-height: 18px;
 background:#fff;
 color: #333 }

h3 {
 position: relative;
 top: 10px;
 text-align: center;
 font-family: tahoma, helvetica, geneva, sans-serif;
 color: #000 }

h4 {
text-align: left;
margin: 10px 10px 10px 20px; 
font-family: tahoma, helvetica, geneva, sans-serif;
color: #008080 }

h5 {
 position: relative;
 text-align: center;
 top: 5px }

.keywords {
 position: relative;
 margin: 20px 10px 0px 20px; 
 font-family: tahoma, helvetica, geneva, sans-serif;
 font-size: 8pt;
 color: #666;
 font-weight: normal }

.main-title {
 margin: 20px 20px 0px 20px;
 font-family: tahoma, arial, sans-serif;
 font-size: 12pt;
 font-weight: bold;
 color: #000 }
 
.page-title {
 margin: 20px 20px 10px 20px;
 font-family: tahoma, arial, sans-serif;
 font-size: 18pt;
 font-weight: bold;
 color: #000 }
 
.add {
 margin: 5px 0px 0px 15px;
 font-family: tahoma, arial, sans-serif;
 font-size: 10pt;
 font-weight: bold;
 color: #000 }
 
.main-body-txt {
 margin: 20px 0px 20px 20px;
 font-family: tahoma, arial, sans-serif;
 font-size: 12pt;
 line-height: 22px;
 font-weight: normal;
 color: #000 }

.dealers {
 text-align: center;
 margin: 20px 20px 10px 20px;
 font-family: tahoma, arial, sans-serif;
 font-size: 10pt;
 font-weight: bold;
 color: blue }
 
.price {
 position: relative;
 top: 0px;
 margin: 20px 20px 10px 20px;
 font-family: tahoma, arial, sans-serif;
 font-size: 12pt;
 font-weight: bold;
 color: #000 }
 
.benefits-list {
 text-align: center;
 margin: 20px 0px 0px 0px;
 font-size: 18pt;
 font-family: arial, helvetica, geneva, sans-serif;
 font-weight: bold;
 color: #9966cc }