body{
    background-image: url(./images/bodybkgnd.png);
    background-color: black;
}
table[id=main]{
    border-style: solid;
    border-color: black;
    border-width: 2;
}
table[id=minutes_table]{
	border-width: 0;
	text-align: center;
}
table[id=resource]{
   border-width: 0;
	text-align: center;
}
a:visited.menu{
	color: whitesmoke;
}
a:hover.menu{
	color: yellow;
}
a:link.menu{
	color: white;
}
td[id=resource]{
	text-align: left;
	width: 50%;
	vertical-align: top;
	padding-left: 30;
	padding-right: 30;
}
td[id=bookresource]{
	text-align: center;
	vertical-align: top;
	height: 200;
	width: 160;
}
td[id=content]{
	text-align: justify;
	color: black;
	background-color: silver;
	height: 800;
	width: 1280;
	border-width: 0;
	vertical-align: top;
	padding: 30;
}
td[id=menu_cell]{
	text-align: center;
	color: silver;
	background-color: black;
	height: 30;
	width: 1280;
	border-width: 0;
	vertical-align: middle;
	align-self: center;
}
td[id=top_graphic]{
	background-color: black;
	border-width: 0;
	width:1280;
}
td[id=minutes_cell]{
	padding-left: 20;
	padding-right: 20;
	padding-top: 5;
	padding-bottom: 5;
}
.notice{
    color: red;
}


# FORM STYLES
table.table_form {
  border: 3px;
  border-style: solid;
  border-color: black;
  width: 630px;
  max-width: 630px;
  min-width: 570px;
}
table.sub-table_form {
  border: 3px solid #1a3584;
  max-width: 570px;
  width: 590px;
  min-width: 570px;
}
td.td_form {
  border-style: none;
  padding: 5px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 9pt;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  background-color: #eeeeee;
  height: 12pt;
  width: 600;
}
td.td_formfield {
  border-style: none;
  padding: 5px;
  background-color: #eeeeee;
  height 12pt;
}
td.td_formheader {
  font-size: 11pt;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  background-color: #000000;
  color: #ccffff;
  padding-top: 6px;
  padding-bottom: 6px;
  height: 15pt;
}
input.input_text {
  border: 2px solid #000099;
  background-color: #ecedff;
  text-transform: uppercase;
}
input.input_ck {
  border: 2px solid #000099;
}
.bodytext11ov20 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: #000000;
  line-height: 20px;
}
.style3 {
	color: #000066;
	font-weight: bold;
	text-transform: uppercase;
}

