/*   form.css 
     
     Use For form programs to standardize form appearances
                                                            */

body {padding: 0px;
	margin: 0px;
	font-family:"Book Antiqua";
      font-weight: bold;
      font-size: 12px;
      background-color: #c0c0c0;
      color: #000000;
}
input {background-color: skyblue;
       font-weight: bold;
       color: #000000;
}
textarea {background-color: skyblue;
          font-weight: bold;
          color: #000000;
}
select {background-color: skyblue;
        font-weight: bold;
        color: #000000;
}
P {font-weight: bold;
   white-space: pre;
}
#smalltext {font-size: 10px;
            font-weight: bold;
            font-family: "Gill Sans";
            color:"#000080";
}
H1 {font-family: "Book Antiqua", arial;
    font-size: 18.0px;      }
H2 {font-family: "Book Antiqua", arial;
    font-size: 16.0px;
    color: black;}
H3 {font-family: "Book Antiqua", arial;
    font-size: 15px;
    color: black;}
H4 {font-family: "Book Antiqua", arial;
    font-size: 14px;
    color: black;}
H5.white {font-family: "Book Antiqua", arial;
          font-size: 12px;
          color: #ffffff;}

UL {text-align: left;
    list-style-image: url(../images/bullet4.gif) square;
    margin-left: 1%;}

a {font-weight:bold;}
a.Button {width: 90px; height: 25px;
          background-color: #fff0df; 
          border: 1px solid #666666;
          text-align: center;
          padding-top: 4px;} 
a:link {font: bold 14px tahoma, sans-serif; color: maroon;}
a:visited {font: bold 14px tahoma, sans-serif; color: #0066cc;}
a:hover {font: bold 14px tahoma, sans-serif; color: #ff0000;} 
a:active {font: bold 14px tahoma, sans-serif; color: #ff0000;} 

.txtCenter {text-align: center;}
.txtLeft {text-align: left;}
.txtRight {text-align: right;}
.txtRed {color: red;font-family: "Comic Sans MS", arial;}
.txtNote {color: #996600;font-style: italic;font-family: "Book Antiqua", arial;}
.txtBold {font-size: 1em;font-weight: bold;color: black;font-family: "Book Antiqua", arial;}
.txtXLarge {font-size: 14px;font-weight: bold;color: black;font-family: "Book Antiqua", arial;}
.txtLarge {font-size: 1.5em;font-weight: bold;color: black;font-family: "Book Antiqua", arial;}
.txtNormal {font-size: 1em;color: black;font-family: "Book Antiqua", arial;}
.txtSmall {font-size: .7em;font-weight: bold;color: black;font-family: "Book Antiqua", arial;}
.txtXSmall {font-size: .5em;font-weight: bold;color: black;font-family: "Book Antiqua", arial;}
.txtError {font-size: 1em;font-weight: bold;color: #ff0000;font-family: "Book Antiqua", arial;}

.M35 {margin-left: 35%;margin-right: 35%;}
.M30 {margin-left: 30%;margin-right: 30%;}
.M25 {margin-left: 25%;margin-right: 25%;}
.M20 {margin-left: 20%;margin-right: 20%;}
.M15 {margin-left: 15%;margin-right: 15%;}
.M10 {margin-left: 10%;margin-right: 10%;}
.M5  {margin-left: 5%;margin-right: 5%;}
