// Dark Green: 003300
// Light Brown: cccc99
// Grey: 999999
// Black: 000000
// White: ffffff

div.form {position: relative; float: left; width: 100%;}
div.formleft {position: relative; float: left; top: .5em; width: 25%; text-align: right;}
div.formright {text-align: left; float: left; width: 60%;}

select.select1 {width: 90%; font-family: georgia, times new roman, times; font-size: .8em; line-height: 1.2em; margin: .3em; border-style: solid; border-width: 2px; border-color: #999999; background-color: #ffffff; color: #003300}
input.textbox1 {width: 90%; font-family: georgia, times new roman, times; font-size: .8em; line-height: 1.2em; margin: .3em; border-style: solid; border-width: 2px; border-color: #999999; background-color: #ffffff; color: #003300}
input.button {font-family: georgia, times new roman, times; font-size: .8em; line-height: 1.2em; margin: .3em; border-style: solid; border-width: 2px; border-color: #999999; background-color: #ffffff; color: #003300}
input.button:hover {background-color: #cccc99;}
textarea.textarea1 {width: 90%; height: 5.4em; font-family: georgia, times new roman, times; font-size: .8em; line-height: 1.2em; margin: .3em; border-style: solid; border-width: 2px; border-color: #999999; background-color: #ffffff; color: #000000}

.plain{font-family: arial; font-size: 12px; color: 000000}
.bold1{font-family: arial; font-size: 12px; font-weight: bold; color: 003300}
.bold2{font-family: arial; font-size: 12px; font-weight: bold; color: cc0000}

