/* USA Market America Credit Card */
a:link {
 font-weight:bold;
 font-size:10;
 text-decoration: none;
 color: #FFFFFF;
}
a:visited {
 font-weight:bold;
 font-size:10;
 text-decoration: none;
 color: #FFFFFF;
}
a:hover {
 font-weight:bold;
 font-size:10;
}
a:active {
 font-weight:bold;
 font-size:10;
 text-decoration: none;
 color: #FFFFFF;
}
div.leftMenu a {
 display: block;
 margin: 20px 10px 40px 0px;
 text-align: center;
 font-family: verdana, arial;
 font-size: 10pt;
}
div.buttonBar {
 padding: 10px;
 text-align: center;
}
.button{
  background-color: #DDDDDD;
  border: 2px outset #9496A3;
  font-family: arial, verdana; 
  font-size:9pt
}
div.body {
 width: 650px;
 padding: 0px 15px 15px;
 font-family: arial; 
 font-size: 10pt; 
 color:#000000
}
.imageRightFloat {
 padding: 0px 0px 5px 15px;
}
div.introButtons input.button {
 margin: 10px;
}
.leftNavBottom {
 /* So that the blue left side goes down fully, in case body content is small */
 margin-bottom: 200px;
}
.error404{
 color: #C33; 
 font-style: normal;
 font-weight: bold;
 font-size: 12px; 
 font-family: Arial, Verdana, Helvetica, Sans-serif; 
 word-spacing: normal; 
 letter-spacing: normal;
}