body {
      background: #32cd32;
      color: #000000;
      font-family: comic sans ms, Verdana, Arial, sans-serif;
      font-size: 14px;
     }

h2 {
      color: RED;
      font-size: 16px;
      font-weight: bold;
     }

a.link {
      color: red;
     }

.menu1 {
      color: red;
      font-size: 14px;
      font-weight: bold;
      text-decoration: none;
     }

a.menu1:hover {
      text-decoration: underline;
     }

.menu2 {
      color: red;
      font-size: 12px;
      font-weight: bold;
      text-decoration: none;
     }

a.menu2:hover {
      text-decoration: underline;
     }

.menu3 {
      color: red;
      font-size: 14px;
      font-weight: bold;
      text-decoration: none;
     }

a.menu3:hover {
      text-decoration: underline;
     }
.menucart {
      color: red;
      font-weight: bold;
      text-decoration: underline;
     }

.help {
      color: red;
      font-size: 11px;
      font-weight: bold;
      font-family: Verdana, Arial, sans-serif;
      text-decoration: none;
     }

a.help:hover {
      text-decoration: underline;
     }

.footer {
      color: #ffffff;
      font-size: 11px;
      font-weight: bold;
      text-decoration: none;
     }

.error {
      color: red;
      font-size: 11px;
      font-weight: bold;
      text-decoration: none;
     }

.message {
      color: green;
      font-size: 11px;
      font-weight: bold;
      text-decoration: none;
     }

.input {
    CURSOR: hand;
    BACKGROUND-COLOR: #FFFFFF;
    COLOR: #000000;
    BORDER: 1px solid #696969;
    }

.small_input {
    CURSOR: hand;
    BACKGROUND-COLOR: #FFFFFF;
    COLOR: #000000;
    BORDER: 1px solid #696969;
    }

.small_submit {
    font-size: 11px; 
    font-family: Verdana, Arial, sans-serif;
    color: #000000 ;  
    background-color: #cccccc
  }

.submit {
    font-family: Verdana, Arial, sans-serif;
    color: #000000 ;   
    background-color: #cccccc
  }

 input {
    font-family: Verdana, Arial, sans-serif;
  }

  select {
    color: #000000;
    border: 1px solid #696969;
    background-color: #ffffff;
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
  } 

.question {
    color: red;
  }

.answer {
    color: black;
    }

.cart { 
    font-size: 12px; 
    font-weight: bold; 
    color: #B22222;  
    background-color: #cccccc
    }

.cart_inverse {  
    font-size: 12px; 
    font-weight: bold; 
    color: #B22222; 
   background-color: #f3f3f3
   }

.small_text {  
    font-size: 9px; 
   }

.printable {
      color: red;
      font-size: 12px;
      text-decoration: none;
     }

a.printable:hover {
      text-decoration: underline;
     }

.uppercase {
      text-transform: uppercase; 
     }

.keitai {
      color: #000000;
      font-size: 11px;
      font-weight: bold;
      background-color: white;
     }

a.keitai {
      color: blue;
     }

a.keitai:hover {
      color: white;
      background-color: blue;
     }

/* --- static menu styles ---
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/

.m0l0i {
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	text-decoration : none;
         text-align: center;
	padding: 3px;
}
.m0l0o {
	text-decoration : none;
	border : 1px solid #ffffff;
}
.m0l1i {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration : none;
	padding: 3px;
}
.m0l1o {
	text-decoration : none;
	border : 1px solid #FFFFFF;
}
.m0l2i {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration : none;
	padding: 3px;
}
.m0l2o {
	text-decoration : none;
	border : 1px solid #FFFFFF;
}

/*  Calendar Styles  */

.clink {
      color: red;
      font-size: 12px;
      font-weight: bold;
     }

.cnormal {
      color: #000000;
      font-size: 12px;
      font-weight: bold;
     }.

cbold {
      color: #000000;
      font-size: 12px;
      font-weight: bold;
     }



a.menuadmin {
      font-family: Verdana, Arial, sans-serif;
      color: #000000;
      font-size: 11px;
      text-decoration: none;
     }

.menuadmin {
      font-family: Verdana, Arial, sans-serif;
      color: #000000;
      font-size: 11px;
      text-decoration: none;
     }

a.menuadmininverse {
      color: #dddddd;
      font-size: 11px;
      text-decoration: none;
     }

a.menuadmin:hover {
      font-family: Verdana, Arial, sans-serif;
      color: #000000;
      font-size: 11px;
      text-decoration: underline;
    }

a.menuadmin:visited {
      font-family: Verdana, Arial, sans-serif;
      color: #000000;
      font-size: 11px;
    }

a.menuadmininverse:hover {
      text-decoration: underline;
    }

  .slideshow {
    color: #696969;
    border: 0px solid #696969;
    background-color: #ffffff;
    text-decoration: underline;
    cursor: auto;
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;
  } 

  .slideshow_caption {
    color: #000000;
    border: 0px solid;
    background-color: #ffffff;
    text-decoration: none;
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;
  } 

  .current_ad {
      color: #cc0000;
    }
