@charset "utf-8";
/* CSS Document */

body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  font-family: Arial, Helvetica, sans-serif
  color: black 

}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ffffff;
}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align:justify;
}
.maintitle {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight: bold;
}

.style2 {
	font-size: large;
	font-weight: bold;
}
p {
  font-family: Arial, Helvetica, sans-serif
  size: -2}
a:link {
  color: #333333 }
a:active {
  color: #0000ff; 
  text-decoration: underline; 
}
a:hardware {
  color: #ff0000; 
  text-decoration: none; 
}
a:visited {
  color: #666666; 
  text-decoration: none; 
}
a:hover {
  color: #ff0000; 
  text-decoration: none; 
}
td#footer a:link {color: blue;}
td#footer a:visited {color: blue;}
td#footer a:hover {color: red;}
td#footer a:active {color: blue;}
a.top:link {
  color: #ffffff;
  text-decoration: none; 
}
a.top:active {
  color: #ffffff; 
  text-decoration: none; 
}
a.top:visited {
  color: #ffffff; 
  text-decoration: none; 
}
a.top:hover {
  color: #ffffff; 
  text-decoration: underline; 
}

address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted }
  

form#dealer {
 background-color: #ffffff;
 color: #000000;
 border: 1px solid #999999;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 text-align: right;
 padding: 5px 
}

input {
 border: 1px solid #999999;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 9px;
}

textarea {
  border: 1px solid #999999;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
}
radio {
  border: 1px solid #999999;
}