TABLE {
	FONT-WEIGHT: normal; 
        FONT-SIZE: 12pt; 
        COLOR: #000000; 
        FONT-STYLE: normal; 
        FONT-FAMILY: Bembo, "Times New Roman", serif, sans-serif; 
        HEIGHT: auto; 
        TEXT-ALIGN: left; 
        FONT-VARIANT: normal
      }

BODY {
	background-color: #FFFFFF;
        SCROLLBAR-FACE-COLOR: #ffffff; /white/
        LEFT: auto; 
        font-family:"Bembo", "Times New Roman", serif, sans-serif; 
        SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; /*white*/
        SCROLLBAR-SHADOW-COLOR: #000000; /*black*/
        COLOR: #000000; /*text*/
        SCROLLBAR-3DLIGHT-COLOR: #003952; /*grey*/
        SCROLLBAR-ARROW-COLOR: #003952; 
        SCROLLBAR-TRACK-COLOR: #33ccff; 
        SCROLLBAR-DARKSHADOW-COLOR: #000000; /*black*/
        LETTER-SPACING: normal; 
        HEIGHT: auto
      }

A:link {
	color: #0000EE; /*Blue*/
	text-decoration: underline;
	background: transparent;
       }


A:active {
	color: #000000;
	text-decoration: none;
	background: transparent;
       }


A:visited {
	color: #CC66CC; /*Purple*/
	text-decoration: underline;
	background: transparent;
       }


A:hover{
        cursor: hand;
	color: #FF6666; /*Red*/
	text-decoration: underline;
	background: #FFFFFF;
       }


TEXTAREA {
            background-color: #C0FFFF;
            color: #000000;
            font-family: Bembo, "Times New Roman", serif, sans-serif;
            font-weight: bold;
	}

.field {
          background-color: #C0FFFF;
          color: #000000;
          font-family: Bembo, "Times New Roman", serif, sans-serif;
          font-weight: bold;
	}

.formbutton {
              color: #003952;
              text-transform: capitalize;
              cursor: hand;
	}

SELECT {
         background-color: #C0FFFF;
         color: #000000;
         font-family: Bembo, "Times New Roman", serif, sans-serif;
         font-weight: bold;
	}