/* main css */

/* BODY background */
BODY { background-color: ; }

/* normal link */
A { text-decoration: none; color: #000000; }

/* mouse-over link */
A:HOVER { text-decoration: underline; color: #000000; }

/* table cell font, size and color */
TD { font-family: Verdana; font-size: 9pt; color: black; }
P { font-family: Verdana; font-size: 9pt; color: black; }

/* for INPUT, SELECT, TEXTAREA form fields */
INPUT, SELECT, TEXTAREA { font-family: Verdana; font-size: 9pt; color: black; border-top: 2 solid black; border-left: 2 solid black; border-bottom: 1 solid black; border-right: 1 solid black; background-color: white; }

/* Submit button */ 
.submit { background-color: #009900; color: white; font-weight: bold; cursor: hand; }