/* 	Light PURPLE = #787AAB
	Dark PURPLE = #6845B0
	Very Light PURPLE = #CCCFFF
	*/

h1 {
    margin: 0;
    padding: .5em;
  }


h2 {
    margin-top: 0;
  }


p.large {
    font-size : 12px;
    font-style : italic;
    font-weight : bold;
  }


p.small {
    font-size : 10px;
    font-weight: bold;
  }


p.subbanner {
    font-size : 12px;
    font-weight : bold;
    padding: .25em;
  }


p.index {
    text-indent: 0em;
    margin-right: 0em;
  }


a:hover.menu {
    color : #990000;
    font-size : 12px;
    font-weight : bold;
    letter-spacing : 1px;
    text-decoration : none;
  }


p.menu, a.menu {
    color : #ff6600;
    font-size : 12px;
    font-weight : bold;
    letter-spacing : 1px;
    text-decoration : none;
  }

/* FORM ELEMENTS */
  


form {
    border: 2px solid #FFF;
    padding: 6px;
    background-color: #787AAB;
  }

p.form {
    font-size:12px;
    color: #FFF;		
}

p.formlarge {
    font-size:14px;
    font-weight:bold;
    color: #FFF;
}

select, .button, .radio {
    background-color: #787AAB;
    color: #FFF;
    border: #FFF 1px solid;
  }
  
textarea, input {
    background-color: #787AAB;
    color: #000;
    border: #FFF 1px solid;
}


